One for all,all for one.

2017年7月24日 星期一

fatal error: libxml/xpath.h: No such file or directory

›
# apt-get install libxml2-dev libxslt1-dev python-dev References : python - How to install lxml on Ubuntu - Stack Overflow
2017年7月1日 星期六

Python json.dumps 顯示中文

›
newjson = json.dumps(myjson, ensure_ascii=False ) References : python 打印json格式的数据中文显示问题 - onwer3的专栏 - 博客频道 - CSDN.NET
2017年6月26日 星期一

Flask-Security example

›
  References : Flask-Security 如何Session CSRF和REST Token兼得 - 简书 Token Based Authentication with Flask-Security · Desi Penguin's Blog
2017年4月21日 星期五

Linux disabling blank screen

›
$ xset s off $ xset -dpms $ xset s noblank References : How to Disable the Blank Screen on Raspberry Pi (Raspbian) | HackLab
2017年4月19日 星期三

Arduino LowPower library Serial print 亂碼

›
Serial.flush(); LowPower.powerDown(SLEEP_1S, ADC_OFF, BOD_OFF); References : Low Power library messing up serial text
2017年3月21日 星期二

ThingSpeak created_at to Python datetime

›
created_at is ISO 8601 format. import dateutil.parser yourdate = dateutil.parser.parse(datestring) import datetime datetime.d...
2017年3月16日 星期四

InfluxDB enable Web UI

›
# vi influxdb/etc/config.sample.toml [admin]     enabled = true Use environment variable: INFLUXDB_ADMIN_ENABLED=true $ vi docker-...
‹
›
首頁
查看網路版
技術提供:Blogger.