One for all,all for one.

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-...
2017年1月2日 星期一

Supervisord on OpenWrt

›
SupervisorをOpenWrtで使ってみる - Zopfcode # pip install supervisor sample configuration file # cp /usr/lib/python2.7/site-packages/superv...

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

›
# apt-get install libxml2-dev libxslt1-dev
‹
›
首頁
查看網路版
技術提供:Blogger.