雜記

1、問題:

    ubuntu install qt creator examples(ubuntu中直接安裝qtcreator後沒有示例程序)

解決方法:

Install Qt
sudo apt-get install build-essential
sudo apt-get install qtcreator
sudo apt-get install qt5-default
Install documentation and examples
sudo apt-get install qt5-doc
sudo apt-get install qt5-doc-html qtbase5-doc-html
If the examples are also missing:
sudo apt-get install qtbase5-examples

參考:

    http://www.lucidarme.me/?p=4061

    https://askubuntu.com/questions/450983/ubuntu-14-04-qtcreator-qt5-examples-missing


2、shell網絡編程

參考:http://www.iteye.com/topic/1120546

https://blog.chris007.de/using-bash-for-network-socket-operation/


3、自己編寫shell

參考 http://www.cnblogs.com/wuyuegb2312/p/3399566.html


4、完整的http請求

參考:http://blog.jobbole.com/106632/


10、HTTPS 工作原理和 TCP 握手機制

參考:http://blog.jobbole.com/105633/?utm_source=blog.jobbole.com&utm_medium=relatedPosts


11、 Wireshark 圖解 TCP 三次握手

參考:http://blog.jobbole.com/108194/?utm_source=blog.jobbole.com&utm_medium=relatedPosts


5、maven學習

參考:http://yanan0628.iteye.com/category/346877

http://maven.apache.org/archetype/maven-archetype-plugin/plugin-info.html

http://blog.csdn.net/pucao_cug/article/details/61420288



6、git學習

參考:http://yanan0628.iteye.com/category/346885


7、JVM學習

參考:http://yanan0628.iteye.com/category/346882


8、maven、git、等鏈接

參考:http://yanan0628.iteye.com/blog/2270115


9、每天一段python

參考:http://blog.sina.com.cn/s/articlelist_1390280355_16_5.html


12、http響應狀態碼

參考:http://www.w3school.com.cn/tags/html_ref_httpmessages.asp

http://www.imooc.com/article/10185

http://www.runoob.com/http/http-status-codes.html





13、各種語言基礎教程:

參考http://www.runoob.com/sitemap

w3c school頁面:

參考:http://www.w3school.com.cn/index.html


14、vpc

參考:http://blog.sina.com.cn/s/blog_620c47630102wczx.html

https://help.aliyun.com/document_detail/57954.html?spm=5176.doc57946.6.601.w0dHeH


15、sort多列排序:

參考:http://blog.csdn.net/dabingxiaozu/article/details/6213851

http://roclinux.cn/?p=1350





發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章