kobe田

Results 8 comments of kobe田

I have encountered the same problem too. But i have file in source/_posts/index.md when i start `hexo s -debug`, i got this error: ``` Template render error: (unknown path) [Line...

detect_network using craft, have correct result eg: why?and by the way dbnet50 not working, when i set it. show me can't choose it

> I don't know why, but > > 1. Write pure cymysql example code (not django and django-cymysql) > 2. Test with mysql command have any example code, Test cymsql...

here is my databases code ` "options": { "ssl": { "ca": "", "cert": "", "key": "" } } `

> seems > > ``` > "options": { "ssh" : True } > ``` ops, it does't work, are you sure? ` System check identified no issues (0 silenced). Exception...

> ssl ` Traceback (most recent call last): File "/home/linux/py3env/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() File "/home/linux/py3env/lib/python3.7/threading.py", line 865, in run self._target(*self._args, **self._kwargs) File "/home/linux/py3env/lib/python3.7/site-packages/django/utils/autoreload.py", line 53, in wrapper fn(*args,...

in fact, i just use cymysql. i got seem error ` conn = cymysql.connect( host='xxx', user='xxxx', passwd='xxxxx' db='xxxxx', ssl={"ca": "ca path", "cert": "cert path", "key": "key path"} ) cur =...