LeadsCloud

Results 16 issues of LeadsCloud

Traceback (most recent call last): File "D:\workfiles\PythonScript\hide_my_python\hide_my_python.py", line 61, in main() File "D:\workfiles\PythonScript\hide_my_python\hide_my_python.py", line 46, in main for proxy in parser.generate_proxy(args): AttributeError: 'module' object has no attribute 'generate_proxy'

当数据较多时会有卡顿现象 有可能是分页问题,我看了下代码,可能是获取posts count时出现的查询问题。 ```mysql SELECT COUNT(cid) from typecho_contents WHERE (typecho_contents.`type` = 'post_draft' AND typecho_contents.`parent` = 0) OR typecho_contents.`type` = 'post' ``` 上述语句执行时会比较慢,我电脑上一般2s 如果分开执行反而很快 ```mysql SELECT COUNT(cid) from typecho_contents WHERE (typecho_contents.`type`...

i want to when load page complete , auto generatePassword a password. how to use ?

enhancement

``` $ tsc ../lib/node_modules/@types/mongoose/index.d.ts:78:1 - error TS6200: Definitions of the following identifiers conflict with those in another file: Omit, DocumentDefinition, MongooseFilterQuery, FilterQuery, MongooseUpdateQuery, UpdateQuery, NativeBuffer, NativeDate, NativeError, Mongoose, CastError, ConnectionBase,...

Nice, But the key word is too long to obtain

配置好后,访问http://www.ip138.com/是国内的ip, 访问http://whatismyipaddress.com/是国外的ip,说明配置成功了。但是打开baidu.com qq.com sina.com 好多中文网站,使用的仍然是国外的ip。 好像没什么作用啊,常用 的网站用的还是VPN,这和没分流有区别?

why ? 而且issues也没有,是删除了吗

Linux ubuntu and pycharm ?

question

maxConcurrency = 5 if one of occur page close error, other page tab continue run ,but now only 4 pages run. i want to stop all when any page occur...

do you have test these ? ``` extractPrice('and space followed by "," notation 1 222 333,50'); // [{amount: 122233350}] extractPrice('and space followed by "." notation 1 222 333.50'); // [{amount:...

enhancement
help wanted