文章分类 -  windows与linux

1 2 3 下一页

摘要:二、rar命令语法 将/etc目录压缩为etc.rar文件 rar a -r etc.rar /etc 将py01-day01.md文件 压缩为 py01-day01.rar 命令为(当前目录下) rar a py01-day01.rar py01-day01.md 将py01-day01.rar 阅读全文

posted @ 2022-09-12 15:13 lydstory 阅读(205) 评论(0) 推荐(0)

摘要:USHORT nPort = 4567; //此服务器监听端口号 //创建监听套接字 SOCKET sListen = socket(AF_INET,SOCK_STREAM,IPPROTO_TCP); sockaddr_in sin; sin.sin_family = AF_INET; sin.si 阅读全文

posted @ 2021-01-08 08:40 lydstory 阅读(183) 评论(0) 推荐(0)

摘要:#include <sys/sysinfo.h> long ios_get_uptime(void) { struct sysinfo info; sysinfo(&info); return info.uptime; } int main() { long uptime; uptime = ios 阅读全文

posted @ 2021-01-08 05:11 lydstory 阅读(579) 评论(0) 推荐(0)

摘要:#include <semaphore.h> #ifdef __WIN32__ HANDLE m_evt; void InitEvent() { m_evt = CreateEvent(NULL, FALSE, FALSE, NULL); } void DestroyEvent() { CloseH 阅读全文

posted @ 2021-01-03 23:05 lydstory 阅读(66) 评论(0) 推荐(0)

摘要:#if defined(_WIN32) || defined(WIN32) || defined(__WIN32__) #include <windows.h> #elif defined(__linux__) #include <stdlib.h> #endif 阅读全文

posted @ 2021-01-03 15:48 lydstory 阅读(378) 评论(0) 推荐(0)

摘要:https://blog.csdn.net/wanrenwangxuejing/article/details/39895595 阅读全文

posted @ 2020-08-18 10:15 lydstory 阅读(280) 评论(0) 推荐(0)

摘要:https://www.jianshu.com/p/50b2ed28a711 FreeType下载地址 https://sourceforge.net/projects/freetype/files/freetype2/2.10.1/freetype-2.10.1.tar.xz/download 阅读全文

posted @ 2020-08-18 10:09 lydstory 阅读(279) 评论(0) 推荐(0)

摘要:Error Symptom: when you run $mysql -u root -p command in the linux you get an error message ” mysql: symbol lookup error: /usr/local/lib/libreadline.s 阅读全文

posted @ 2020-05-09 09:13 lydstory 阅读(842) 评论(0) 推荐(0)

摘要:sudo dpkg -r suwellreaderpro 阅读全文

posted @ 2020-05-08 14:29 lydstory 阅读(613) 评论(0) 推荐(0)

摘要:gettimeofday(struct timeval *tv, struct timezone *tz)函数 功能:获取当前精确时间(Unix时间) 其中: timeval为时间 truct timeval{long tv_sec; // 秒数long tv_usec; // 微秒数} timez 阅读全文

posted @ 2019-11-13 14:03 lydstory 阅读(2680) 评论(0) 推荐(0)

摘要:waitpid()会暂时停止目前进程的执行,直到有信号来到或子进程结束。 阅读全文

posted @ 2019-11-12 14:33 lydstory 阅读(108) 评论(0) 推荐(0)

摘要:扩展:不支持 loadlibrary(kernel32.dll)是否可以动态加载 解决 ...扩展使用 阅读全文

posted @ 2019-09-23 10:55 lydstory 阅读(172) 评论(0) 推荐(0)

摘要:https://blog.csdn.net/wushuomin/article/details/80002627 std::list存std::list<CUtilObject*> m_list; 类的对象指针 cmutex实现互斥,线程同步,资源临界区 ???linux 进程同步 local so 阅读全文

posted @ 2019-09-16 08:41 lydstory 阅读(790) 评论(0) 推荐(0)

摘要:SHFileOperation一种方法 阅读全文

posted @ 2019-09-16 08:31 lydstory 阅读(446) 评论(0) 推荐(0)

摘要:VS注释与取消注释快捷键 注释: 先CTRL+K,然后CTRL+C 取消注释: 先CTRL+K,然后CTRL+U 注释: 先CTRL+K,然后CTRL+C 取消注释: 先CTRL+K,然后CTRL+U 注释: 先CTRL+K,然后CTRL+C 取消注释: 先CTRL+K,然后CTRL+U 阅读全文

posted @ 2019-09-12 10:08 lydstory 阅读(455) 评论(0) 推荐(0)

摘要:https://www.cnblogs.com/achengmu/p/9055201.html 阅读全文

posted @ 2019-08-19 16:19 lydstory 阅读(853) 评论(0) 推荐(0)

摘要:rmpdev-setuptree 可以生成必要的目录结构 rpmdev-newspec 可以生成初始模版rpm –showrc 显示环境变量 rpm –eval “%{_rpmdir}” 显示某个环境变量的值 环境配置 ~/.rpmmacros %fedora 8%dist .fc8%fc8 1相关 阅读全文

posted @ 2019-05-26 21:42 lydstory 阅读(180) 评论(0) 推荐(0)

摘要:测试tcp服务端1万并发 能不能跑?方案用360 开源evpp 问测试人员告诉我jmeter可能可以? 完了,用windows 切换中文语言居然不能运行,命令不会搞,管理员命令下 英文环境可以跑900个线程 怎么办? 据传说python qtp可以测试,开发人员,没用过,内测下 准备10台机子测试1 阅读全文

posted @ 2019-05-07 18:02 lydstory 阅读(110) 评论(0) 推荐(0)

摘要:https://jingyan.baidu.com/article/fec7a1e5100b481190b4e7d9.html BWG7X-J98B3-W34RT-33B3R-JVYW9 阅读全文

posted @ 2019-04-12 10:57 lydstory 阅读(136) 评论(0) 推荐(0)

摘要:https://blog.csdn.net/fire_lord/article/details/8499621 阅读全文

posted @ 2019-03-20 22:19 lydstory 阅读(455) 评论(0) 推荐(0)

1 2 3 下一页

导航