摘要:
1、安装golang开发环境 $ curl -O https://storage.googleapis.com/golang/go1.9.2.linux-amd64.tar.gz $ tar -C /usr/local -zxvf go1.9.2.linux-amd64.tar.gz $ mkdir 阅读全文
摘要:
一、python 1、 des3 python平台的DES3 + base64 加密解密, 有两个常用的库pycrypto和pyDes 1)pycrypto des3.py 参考https://www.cnblogs.com/qq405921147/p/9176691.html 2)pyDes 参考 阅读全文
摘要:
The Python Tutorial https://docs.python.org/zh-cn/3/tutorial/index.html 阅读全文
摘要:
https://dreamcreator108.com/dreams/dat-introduction/ 阅读全文
摘要:
https://github.com/SurgePing/IoTNotes 阅读全文
摘要:
IETF https://www.ietf.org https://datatracker.ietf.org/ RFC https://www.rfc-editor.org/ OSS http://oss.org.cn IEC https://webstore.iec.ch/home ITU htt 阅读全文
摘要:
6、shell watch_dog 5、内存监控工具 mem.log 4、shell与c交互 1) shell给c传参数就用popenFILE* fn = popen("exec_name","r");用fgets或者fgetc来取得"exec_name"的输出~~具体这些函数使用方法,建议楼主自己 阅读全文
摘要:
1、websocket-server https://github.com/google/pywebsocket git clone https://github.com/google/pywebsocket.git python setup.py install python ./mod_pywe 阅读全文
摘要:
1、文件下载指令应用 支持断点续传 curl -C - -O "https://curl.haxx.se/download/archeology/curl-7.58.0.tar.gz"curl -C - -O "https://curl.haxx.se/download/archeology/md5 阅读全文
摘要:
1、faac example ./configure --prefix=$(pwd)/_install make make install Makefile APP = mainINCLUDE = \-I ./faac/includeLIB = \-L ./faac/lib/SRC = main.c 阅读全文