V0idk

Results 24 issues of V0idk

![image](https://user-images.githubusercontent.com/17514799/47898464-f3c22f00-deb0-11e8-88b9-0e6c891e89d9.png) "unknown type name namspace" The code is correct but cquery complaint that error.

秒级操作完全做不了。其他连点器却没有这种问题

**Describe the bug** A clear and concise description of what the bug is. 在提出问题前请先自行排除服务器端问题和升级到最新客户端,同时也请通过搜索确认是否有人提出过相同问题。 !!! 请务必提供安装的选择的第几项 !!! !!! 请务必提供什么操作系统 和用的什么终端 !!! Steps to reproduce the behavior: 1. 例如选择的第2项 安装trojan **OS...

``` HTTP ERROR 500 Problem accessing /. Reason: PWC6033: Unable to compile class for JSP PWC6199: Generated servlet error: The type java.lang.Class cannot be resolved. It is indirectly referenced from...

```python _LOCK = threading.Lock() def get_connection_id(): global _CONNECTION_COUNTER with _LOCK: uid = _CONNECTION_COUNTER _CONNECTION_COUNTER += 1 return uid def handle(self): uid = get_connection_id() self.info = '#{0}