天天看點

雜記

1、問題:

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

解決方法:

<code>Install Qt</code>

<code>sudo</code> <code>apt-get </code><code>install</code> <code>build-essential</code>

<code>sudo</code> <code>apt-get </code><code>install</code> <code>qtcreator</code>

<code>sudo</code> <code>apt-get </code><code>install</code> <code>qt5-default</code>

<code>Install documentation and examples</code>

<code>sudo</code> <code>apt-get </code><code>install</code> <code>qt5-doc</code>

<code>sudo</code> <code>apt-get </code><code>install</code> <code>qt5-doc-html qtbase5-doc-html</code>

<code>If the examples are also missing:</code>

<code>sudo</code> <code>apt-get </code><code>install</code> <code>qtbase5-examples</code>

參考:

2、shell網絡程式設計

<a href="https://blog.chris007.de/using-bash-for-network-socket-operation/" target="_blank">https://blog.chris007.de/using-bash-for-network-socket-operation/</a>

3、自己編寫shell

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

4、完整的http請求

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

11、用 Wireshark 圖解 TCP 三次握手

5、maven學習

<a href="http://maven.apache.org/archetype/maven-archetype-plugin/plugin-info.html">http://maven.apache.org/archetype/maven-archetype-plugin/plugin-info.html</a>

<a href="http://blog.csdn.net/pucao_cug/article/details/61420288">http://blog.csdn.net/pucao_cug/article/details/61420288</a>

6、git學習

7、JVM學習

8、maven、git、等連結

9、每天一段python

12、http響應狀态碼

<a href="http://www.imooc.com/article/10185" target="_blank">http://www.imooc.com/article/10185</a>

<a href="http://www.runoob.com/http/http-status-codes.html" target="_blank">http://www.runoob.com/http/http-status-codes.html</a>

13、各種語言基礎教程:

w3c school頁面:

14、vpc

<a href="https://help.aliyun.com/document_detail/57954.html?spm=5176.doc57946.6.601.w0dHeH">https://help.aliyun.com/document_detail/57954.html?spm=5176.doc57946.6.601.w0dHeH</a>

15、sort多列排序:

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

<a href="http://roclinux.cn/?p=1350">http://roclinux.cn/?p=1350</a>

本文轉自 f_066 51CTO部落格,原文連結:http://blog.51cto.com/ganmu/1976946,如需轉載請自行聯系原作者