10 2019 档案
摘要:1、定义 void (*pfun)(); void (*pfun)(int) void (*pfun)(int x) 2、使用 void add(int x) { } pfun = add; pfun(x) (*pfun)(x); 3、重新定义类型 typedef void(*FunP)(int);
阅读全文
摘要:https://www.cnblogs.com/y c y/p/11686916.html https://blog.csdn.net/ptonlix/article/details/79869756 https://www.cnblogs.com/lexiaofei/p/8403995.html
阅读全文
摘要:https://www.cnblogs.com/Anker/p/3265058.html https://www.cnblogs.com/aspirant/p/9166944.html
阅读全文
摘要://问题:C++ thread头文件和CreateThread() ,两个都是创建线程,那么他们有什么不同? c++里的thread类有跨平台性 CreateThread是window头文件只能在win系统下运行 linux下需要用 include //c++ 标准线程类 https://blog.
阅读全文
摘要:ajax html css js/jque canvas svg echars https://www.echartsjs.com/examples/zh/index.html chart type pie //seclet文件传输 https://www.cnblogs.com/fogcell/p
阅读全文
摘要:``` import os import sys import struct import binascii import xlwt def ParseData(parsebytes): i=0 j=1 data_len=len(parsebytes) while(i
阅读全文
摘要:https://blog.csdn.net/qq_21644175/article/details/79966397?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~all~first_rank_v2~rank_v25-
阅读全文
摘要:https://www.cnblogs.com/fat39/p/7159881.html https://blog.csdn.net/powerdoom/article/details/62218516 Python进制转换和补零 https://blog.csdn.net/iridescent_m
阅读全文
摘要:1、ASCII编码 2、ANSI编码引入 2.1、ANSI编码根据国家不同,延伸出具体的编码不同 gbk 3、unicode字符集 3.1、unicode字符集延伸出的具体编码 //unicode与utf 8的关系 //https://blog.csdn.net/qq_36761831/articl
阅读全文
摘要:https://blog.csdn.net/weixin_41084236/article/details/81564963 //一个搞python的博主
阅读全文
摘要:https://blog.csdn.net/kakakaco/article/details/94929396 https://www.cnblogs.com/shenshangzz/p/8318143.html https://www.cnblogs.com/python nameless/p/7
阅读全文
摘要:https://blog.csdn.net/qingzhuyuxian/article/details/86465700 prefix=/home/openssh/zlib install CC=arm none linux gnueabi gcc ./configure ./Configure p
阅读全文
摘要:https://www.cnblogs.com/hsmwlyl/p/10652503.html sleect监听例程 https://www.jianshu.com/p/a293869bbdb8 https://blog.csdn.net/sinat_36184075/article/details
阅读全文
摘要://条件变量 https://www.cnblogs.com/harlanc/p/8596211.html https://www.cnblogs.com/hesper/p/10738996.html https://www.cnblogs.com/feng9exe/p/6803611.html h
阅读全文
摘要:https://blog.csdn.net/he_wen_jie/article/details/51880845\ https://blog.csdn.net/xukai871105/article/details/37995079 //本博主可进行关注 http://www.openedv.co
阅读全文
摘要:OPC OPC(OLE for Process Control, 用于过程控制的OLE)是一个工业标准,管理这个标准国际组织是OPC基金会。 OPC全称是OLE for Process Control,它的出现为基于 的应用程序和现场过程控制应用建立桥梁。在过去,为了存取现场设备的数据信息,每一个应
阅读全文
摘要:open62541 Server 1、服务构建 2、 变量类型(variable)节点的添加 } 2.1、变量节点数据的更新 2.1.1、手动更新 2.1.3、客户端访问时通过回调函数更新 2.1.4、订阅模式 对变量的当前值感兴趣的客户端不需要定期轮询变量。相反,他可以使用订阅机制来通知有关更改。
阅读全文
摘要:#Linux下Time相关函数 1、MKTIME struct tm { int tm_sec; /* seconds */ int tm_min; /* minutes */ int tm_hour; /* hours */ int tm_mday; /* day of the month */
阅读全文
摘要:LInux文件操作 文件关闭close与shutdown 1. close 把描述符的引用计数减一,仅在该计数变为0时才关闭套接字。而shutdown可以并以不管引用计数就激发TCP的正常连接终止序列 2. close终止读和写两个方向的数据传送,而shutdown可以指定哪个方向被关闭,读端还是写
阅读全文
摘要:进程间通信 信号的默认处理方式 https://www.cnblogs.com/jiangzhaowei/p/4113644.html
阅读全文
摘要:IPC 信号 一、信号的定义 1、用过Windows的我们都知道,当我们无法正常结束一个程序时,可以用任务管理器强制结束这个进程,但这其实是怎么实现的呢?同样的功能在Linux上是通过生成信号和捕获信号来实现的,运行中的进程捕获到这个信号然后作出一定的操作并最终被终止。 2、信号是UNIX/Linu
阅读全文
摘要:https://blog.csdn.net/chen55bo/article/details/78872555 https://www.cnblogs.com/liudw 0215/p/9927470.html 单向认证与双向认证 https://www.cnblogs.com/sunzhao/p/
阅读全文
摘要:https://github.com/warmcat/libwebsockets https://blog.csdn.net/weixin_39510813/article/details/86728804 https://blog.csdn.net/fantasysolo/article/deta
阅读全文
摘要:https://blog.csdn.net/qq_15092079/article/details/82149807 https://blog.csdn.net/g1531997389/article/details/80048313 https://blog.csdn.net/ljskr/arti
阅读全文
摘要:VScode自用快捷键: 前进 alt+2 后退 alt+1 t退出当前选择命令:esc 文件查找 ctrl+q 文件查找另一种方式:ctrl+p 命令查找:f1/ctrl+alt+p 文件内查找:ctrl+f 替换:ctrl+h 查找选中:ctrl+1 查找选中的下一个:ctrl+2 关闭当前文件
阅读全文
摘要:https://www.jianshu.com/p/107281475f3a
阅读全文
摘要:MQTT协议理解 https://wenku.baidu.com/view/f103c085561252d381eb6edc.html (pdf格式文档) https://www.cnblogs.com/zhangyu1024/p/6141818.html https://blog.csdn.net
阅读全文
摘要:https://blog.csdn.net/qq_21383435/article/details/80032375 http与https https://blog.51cto.com/11883699/2160032 https://blog.csdn.net/xiaoming100001/art
阅读全文
摘要:yum install libXss y https://blog.csdn.net/qq_29796317/article/details/78703356 https://blog.csdn.net/edc3001/article/details/88061987 https://blog.cs
阅读全文