使用Hugo重建Blog

博客从 WordPress 到 Blogger ,到自己写后端前端, 再到 Hugo ,简直是神烦。 ...

2018/03/24 Mar · 1 min · 35 words · SCys

SSL Cert from letsencrypt.org

free ssl cert from https://letsencrypt.org/script with it:new => https://acme.sh/old => https://github.com/Neilpang/le

2016/02/25 Feb · 1 min · 11 words · map[name:SCys uri:]

[SSL]证书提供商

免费starsslwosign收费https://www.gogetssl.com/https://cheapsslsecurity.com/https://www.ssl2buy.com/ssl-discount-offers/更新:現在 wosign 和 startssl 都不能推薦了。

2015/09/10 Sep · 1 min · 5 words · map[name:SCys uri:]

[20150716][Android][4.2.2_r1]USB plugin type

AC/USB/Wireless charging type checker file: packages/apps/Settings/src/com/android/settings/Utils.java function: getBatteryStatus public static String getBatteryStatus(Resources res, Intent batteryChangedIntent) { final Intent intent = batteryChangedIntent; int plugType = intent.getIntExtra("plugged", 0); int status = intent.getIntExtra("status", BatteryManager.BATTERY_STATUS_UNKNOWN); String statusString; if (status == BatteryManager.BATTERY_STATUS_CHARGING) { statusString = res.getString(R.string.battery_info_status_charging); if (plugType > 0) { int resId; if (plugType == BatteryManager.BATTERY_PLUGGED_AC) { resId = R.string.battery_info_status_charging_ac; } else if (plugType == BatteryManager....

2015/07/18 Jul · 1 min · 127 words · map[name:SCys uri:]

[Android][4.2.2_r1][Phone]添加重启按钮

直接上链接:长按电源键,为Android手机添加自动重启ItemMTKAndroid4.2.2添加重启功能

2015/07/15 Jul · 1 min · word · map[name:SCys uri:]