待研究内容
doc
(1) 个人存储系统 Camlistore Camlistore 是一个个人存储系统。提供了存储、同步、分享、建模和备份个人数据的系统。可使用传统的文件系统方式访问 https://camlistore.org/docs/
(2) 统计代码行数的命令行 http://www.cnblogs.com/golove/tag/%E4%BB%A3%E7%A0%81%E7%89%87%E6%AE%B5/
(3) android文件读写 http://www.cnblogs.com/bastard/archive/2013/03/04/2943302.html
(4) googleTVdemo启动命令行
am start -n "com.example.android.tvleanback/com.example.android.tvleanback.ui.MainActivity" -a android.intent.action.MAIN -c android.intent.c
ategory.LAUNCHER
(5) 消息队列
http://nanomsg.org/download.html
https://github.com/op/go-nanomsg
https://github.com/gdamore/mangos
https://github.com/alecthomas/gozmq
(6) 博客链接 http://blog.jobbole.com/75999/
http://aidanfollestad.com/projects
http://materializecss.com/about.html
http://petrnohejl.github.io/Android-Cheatsheet-For-Graphic-Designers/
https://git.oschina.net/wendal/gor
http://git.oschina.net/gsfw/GPush#git-readme
http://git.oschina.net/tib/DroidFix
go get -u github.com/howeyc/fsnotify go get -u github.com/wendal/gor
(7) 互联网架构知识参考 大型网站系统架构演化之路 http://my.oschina.net/lichaoqiang/blog/397162
土豆网CDN技术降低企业成本提高用户体验 http://my.oschina.net/u/697792/blog/72653
电子商务文件存储及读取服务的设计和开发思路 http://my.oschina.net/taisha/blog/122852
小网站到亿级PV的经过 http://my.oschina.net/u/195065/blog/193299
架构师 必备资料 http://my.oschina.net/qq468730630/blog/347945
http://my.oschina.net/u/429826/blog/347934
运维工程师个人blog http://www.ha97.com/
运维经验 http://www.ha97.com/category/%E8%BF%90%E7%BB%B4%E7%BB%8F%E9%AA%8C
集群与负载均衡 http://www.ha97.com/category/%E9%9B%86%E7%BE%A4%E4%B8%8E%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1
(8) 图片模糊效果 https://github.com/qiujuer/ImageBlurring
(9) Google TV课程 https://developer.android.com/tv/index.html
https://github.com/googlesamples/androidtv-Leanback
Google Android设计在线课程
http://hukai.me/android-training-course-in-chinese/index.html
http://wiki.jikexueyuan.com/project/material-design/
(10) 一些课程
http://hukai.me/android-training-course-in-chinese/basics/data-storage/shared-preference.html
http://wiki.jikexueyuan.com/project/material-design/resources/color-palettes.html https://github.com/1sters/material_design_zh_2 http://wiki.jikexueyuan.com/project/material-design/ http://hukai.me/android-training-course-in-chinese/index.html
AppCompatAutoCompleteTextView AppCompatButton AppCompatCheckBox AppCompatCheckedTextView AppCompatEditText AppCompatMultiAutoCompleteTextView AppCompatRadioButton AppCompatRatingBar AppCompatSpinner AppCompatTextView
https://www.youtube.com/watch?v=5Be2mJzP-Uw&feature=youtu.be 学习新的控件使用方式
android TV 控件库 https://git.oschina.net/hailongqiu/AndroidTVWidget https://github.com/XiaoMi/android_tv_metro https://github.com/lf8289/BorderViewDemo
android异常的代码行数跟踪
private static int getLineNumber() {
return Thread.currentThread().getStackTrace()[5].getLineNumber();
}
(11) wireshark抓包工具学习