lidawei
lidawei
找到了,可以在系统内置的cmd和powershell中切换。这已经可以满足日常需求了。当然了,如果能支持我自定义指定一个shell就更好了。

同问 ``` Traceback (most recent call last): File "E:/code/PycharmProjects/PyMicroChat_master/run.py", line 10, in main() File "E:/code/PycharmProjects/PyMicroChat_master/run.py", line 6, in main client_tornado.start(usrname, passwd) File "E:\code\PycharmProjects\PyMicroChat_master\microchat\client_tornado.py", line 218, in start interface.init_all() File "E:\code\PycharmProjects\PyMicroChat_master\microchat\interface.py",...
还是有些不同的,可以参考 Snipaste
新版本啥时候来?我等的花儿都谢了。
不太喜欢wkhtmltopdf,不太好用,问题多多,比如加了--encoding 'UTF-8' 之后仍然不支持emoji表情符号等等。但是有一说一,wkhtmltopdf导出的PDF比vnote导出的PDF小的多,虽然这不是一个很大的问题,但是如果能优化,那当然是最好的了。
> Hey [@ccpwcn](https://github.com/ccpwcn) , sorry to hear about this issue. Nothing should have changed that would affected these validations, especially such core ones. > > Is it possible to provide...
> Hey [@ccpwcn](https://github.com/ccpwcn) , sorry to hear about this issue. Nothing should have changed that would affected these validations, especially such core ones. > > Is it possible to provide...
 You're right. To constrain the maximum and minimum values of a number, I should use lt、lte、gt、gte. The problem is: Indeed, our usage is incorrect, however, this still cannot explain...
>  You're right. To constrain the maximum and minimum values of a number, I should use lt、lte、gt、gte. > > The problem is: Indeed, our usage is incorrect, however, this...