天天看点

杂记

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,如需转载请自行联系原作者