随笔分类 -  c++语言

上一页 1 ··· 20 21 22 23 24 25 下一页

c++语言
C++ new delete 结构体数组
摘要:#include <stdlib.h> #include <stdio.h> #include <string.h> #include <errno.h> #include <unistd.h> #include <pthread.h> #include <fcntl.h> #include <st 阅读全文

posted @ 2021-01-01 12:40 lydstory 阅读(735) 评论(0) 推荐(0) 编辑

c++ unsigned shor 命令
摘要:#include <stdlib.h> #include <stdio.h> #include <string.h> #include <errno.h> #include <unistd.h> #include <pthread.h> #include <fcntl.h> #include <st 阅读全文

posted @ 2021-01-01 05:08 lydstory 阅读(112) 评论(0) 推荐(0) 编辑

c++ hexstr转unsigned char
摘要:#include <stdlib.h> #include <stdio.h> #include <string.h> #include <errno.h> #include <unistd.h> #include <pthread.h> #include <fcntl.h> #include <st 阅读全文

posted @ 2021-01-01 04:29 lydstory 阅读(582) 评论(0) 推荐(0) 编辑

cmqc.h
摘要:cmqc.h ibm mq 阅读全文

posted @ 2021-01-01 03:52 lydstory 阅读(159) 评论(0) 推荐(0) 编辑

#pragma pack(1)
摘要:#pragma pack(1) struct { }; 阅读全文

posted @ 2021-01-01 03:32 lydstory 阅读(44) 评论(0) 推荐(0) 编辑

c++判断目录是否存在,不存在创建
摘要:#include <stdlib.h>#include <stdio.h>#include <string.h>#include <errno.h>#include <unistd.h>#include <pthread.h>#include <fcntl.h>#include <stdbool.h 阅读全文

posted @ 2021-01-01 02:24 lydstory 阅读(522) 评论(0) 推荐(0) 编辑

C++获取年月日
摘要:#include <stdlib.h> #include <stdio.h> #include <string.h> #include <errno.h> #include <unistd.h> #include <pthread.h> #include <fcntl.h> #include <st 阅读全文

posted @ 2021-01-01 02:09 lydstory 阅读(1096) 评论(0) 推荐(0) 编辑

PL/SQL
摘要:Binding to PL/SQL Records c语言 oracle #include <sqlca.h>#include <sqlda.h> 阅读全文

posted @ 2021-01-01 01:56 lydstory 阅读(50) 评论(0) 推荐(0) 编辑

高级服务端开发
摘要:高级服务端开发 高级服务端开发 高级服务端开发 阅读全文

posted @ 2020-12-31 23:37 lydstory 阅读(44) 评论(0) 推荐(0) 编辑

rwlock_t
摘要:rwlock_t linux 内核程序编写 阅读全文

posted @ 2020-12-10 17:11 lydstory 阅读(59) 评论(0) 推荐(0) 编辑

boost.asio评价(别人说的)
摘要:PolarAir 57 人赞同了该回答 说boost::asio慢的人有两种1. extreme geek,那把锁就像眼中钉肉中刺一样折磨着他们,不过这种情况下,本来也不要指望三方库,os api才是最好的选择2. 不会用的,没用好的。我本人近五年的所有项目都用了boost::asio,看过的例子自 阅读全文

posted @ 2020-12-08 12:50 lydstory 阅读(725) 评论(0) 推荐(1) 编辑

c一次将文件读入内存
摘要:#include <stdio.h> #include <stdlib.h> int main () { FILE * pFile; long lSize; char * buffer; size_t result; /* 若要一个byte不漏地读入整个文件,只能采用二进制方式打开 */ pFile 阅读全文

posted @ 2020-12-07 10:16 lydstory 阅读(171) 评论(0) 推荐(0) 编辑

c socket 传输文件
摘要:https://blog.csdn.net/arunboy/article/details/78749212 仅供参考思路,程序字节有问题,传输pdf等文件,会破坏文件格式,因为字节传输计算错误 阅读全文

posted @ 2020-12-05 15:05 lydstory 阅读(171) 评论(0) 推荐(0) 编辑

同步文件用rsync
摘要:同步文件用rsync 同步文件用rsync 阅读全文

posted @ 2020-12-02 15:33 lydstory 阅读(38) 评论(0) 推荐(0) 编辑

rsync
摘要:下载rsync 源码包wget http://www.samba.org/ftp/rsync/rsync-3.1.2.tar.gztar -zxvf rsync-3.1.2.tar.gzcd rsync-3.1.2配置+编译安装./configure --prefix=/usr/local/rsyn 阅读全文

posted @ 2020-12-02 15:17 lydstory 阅读(73) 评论(0) 推荐(0) 编辑

rsync
摘要:那就要编写rsync 的接口,往数据插入记录 阅读全文

posted @ 2020-12-02 10:36 lydstory 阅读(47) 评论(0) 推荐(0) 编辑

spawn-fcgi
摘要:https://www.cnblogs.com/jhcelue/p/6756803.html 阅读全文

posted @ 2020-11-24 12:51 lydstory 阅读(44) 评论(0) 推荐(0) 编辑

代码格式之空格-比不空格好吧
摘要: 阅读全文

posted @ 2020-11-21 20:23 lydstory 阅读(48) 评论(0) 推荐(0) 编辑

.openssl gcc
摘要:.openssl安装/usr/local/ssl下,在gcc的时候加上-I/usr/local/ssl/include/ -lssl -lcrypto -ldl -L/usr/local/ssl/lib 阅读全文

posted @ 2020-11-20 22:13 lydstory 阅读(190) 评论(1) 推荐(0) 编辑

thrift问题
摘要:mips32系统上编译thrift有问题 阅读全文

posted @ 2020-11-19 14:19 lydstory 阅读(60) 评论(0) 推荐(0) 编辑

上一页 1 ··· 20 21 22 23 24 25 下一页

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示