常用网址
word、表格、PPT模块
文档之家:http://www.doczj.com/list_203/
微软官方模块:http://www.officeplus.cn/Template/Home.shtml
51PPT:http://www.51pptmoban.com/e/search/result/?searchid=3570
问卷制作:
程序开发语言查询网站
几乎包括各种语言:https://www.runoob.com/
python财经数据接口
Tushare:http://tushare.org/index.html 需要注册才能使用,但数据比较齐全;
baostock:http://baostock.com/baostock/index.php/ 不用注册也可以使用;
聚宽量化交易,可用python进行开发:https://www.joinquant.com/
前端相关
HTML参考手册:https://www.w3school.com.cn/tags/index.asp
CSS参考手册:https://www.w3school.com.cn/cssref/index.asp
阿里巴巴矢量图库:https://www.iconfont.cn/home/index?spm=a313x.7781069.1998910419.2
HTML5网页实现在线PDF阅读:https://github.com/enjoyWeb/PDF.js/blob/master/README.md
HTML5网页实现在线PDF阅读:https://github.com/mozilla/pdf.js
MySql
燕十八MySQL从入门到精通视频教程:https://www.bilibili.com/video/BV1CW411E7C7
视频配套笔记:https://www.cnblogs.com/lms520/p/5427685.html
QT
黑马程序员Qt(第一部分):https://www.bilibili.com/video/BV1XW411x7NU
黑马程序员Qt(第二部分):https://www.bilibili.com/video/BV1XW411x7AB
代码高亮CSS
下载地址:https://highlightjs.org/download/
官网demo:https://highlightjs.org/static/demo/
代码编辑软件
vscode官网:https://code.visualstudio.com/download/
windows下使用vscode编写运行及调试C/C++:https://www.cnblogs.com/TAMING/p/8560253.html
windows安装C库
mingw-w64 gcc for windows:http://mingw-w64.org/doku.php/download
Github & Gitee
分享 GitHub 上有趣、入门级的开源项目:https://hellogithub.com/
网络协议
协议地图:http://www.023wg.com/message/message/cd_feature_cover.html
RFC文档下载
https://www.rfc-editor.org/retrieve/
IEEE下载
https://www.ieee802.org/1/pages/802.1Q-2011.html
算法
数据帧CRC算法校验实现:https://www.cnblogs.com/moluoqishi/p/7731617.html
CRC校验原理:https://mp.weixin.qq.com/s/RNHLZGPD9Ysbxb1FNDn6EA
CRC在线计算:http://www.ip33.com/crc.html
代码实现:http://tongxinmao.com/Article/Detail/id/173
生成工具:http://www.easics.com/webtools/crctool
刷题网站
程序设计类实验辅助教学平台:https://pintia.cn/problem-sets?tab=0
Linux相关
常见博客
安全函数库:
Linux标准库函数说明:
linux系统下载
centos:https://www.centos.org/centos-linux/
Debian软件安装包镜像站点:http://ftp.debian.org/debian/pool/main/
U-Boot:
工具
LaTeX公式编辑器:https://www.latexlive.com/
发明专利及软件著作查询
Download Books
ZLibrary:
Linux内核问题
汇编学习:
Makefile学习:
https://www.gnu.org/software/make/manual/make.html (GNU make官方文档)
https://seisman.github.io/how-to-write-makefile/overview.html (跟我一起写Makefile 陈皓)