且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

杂记

更新时间:2022-09-22 15:33:14

1、问题:

    ubuntu install qt creator examples(ubuntu中直接安装qtcreator后没有示例程序)

解决方法:

1
2
3
4
5
6
7
8
9
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




本文转自 f_066 51CTO博客,原文链接:http://blog.51cto.com/ganmu/1976946,如需转载请自行联系原作者