One for all,all for one.

2015年4月30日 星期四

FCITX + libgooglepinyin 簡繁轉換錯誤

›
fcitx + libgooglepinyin,libgooglepinyin 爲簡體輸入法,fcitx 透過 OpenCC 將簡體字轉繁體,會有一些非繁體中文的常用字   debian 目前維護的 OpenCC 版本爲 0.4.3-2,OpenCC 目前最新 rele...
2015年4月22日 星期三

SQLAlchemy use unicode

›
engine = create_engine('mysql://root:password@localhost/test?charset=utf8&use_unicode=0') References : sqlalchemy中文问题解决方案...
2015年4月21日 星期二

scrooloose/syntastic flake8 ignore E501

›
$ vi .vimrc.bundles Bundle 'scrooloose/syntastic' let g:syntastic_python_checkers=['flake8'] let g:syntastic_python_fla...
2015年4月18日 星期六

MongoDB 筆記

›
名詞對應 MySQL / Databases / Tables / Rows / Columns MangoDB / Databases / Collections / Documents / Fields Elasticsearch / Indices / Types ...
2015年4月16日 星期四

Utilities.jsonStringify is deprecated

›
Utilities.jsonParse() -> JSON.parse() Utilities.jsonStringify() -> JSON.stringify() References : Apps Script News on Twitter: ...
2015年4月15日 星期三

MYSQL UPDATE with WHERE SELECT subquery

›
update foo set bar = bar - 1 where baz in ( select baz from ( select baz from foo where fooID = '1' ...
2015年4月6日 星期一

Error: Cannot find kernel "/usr/lib/xen/boot/hvmloader"

›
try : kernel = '/usr/lib/xen-4.1/boot/hvmloader'
‹
›
首頁
查看網路版
技術提供:Blogger.