上一页 1 ··· 422 423 424 425 426 427 428 429 430 ··· 619 下一页

2020年4月19日

摘要: https://www.cnblogs.com/lianye920129/p/7831923.html 阅读全文
posted @ 2020-04-19 17:26 lydstory 阅读(299) 评论(0) 推荐(0)

2020年4月18日

摘要: 操作内存 操作文档 操作进程 操作线程 操作数据库 阅读全文
posted @ 2020-04-18 20:02 lydstory 阅读(126) 评论(0) 推荐(0)
摘要: memmove用于拷贝字节,如果目标区域和源区域有重叠的话,memmove能够保证源串在被覆盖之前将重叠区域的字节拷贝到目标区域中,但复制后源内容会被更改。但是当目标区域与源区域没有重叠则和memcpy函数功能相同。 #include <stdio.h> #include <string.h> in 阅读全文
posted @ 2020-04-18 19:54 lydstory 阅读(181) 评论(0) 推荐(0)
摘要: QRegExp rx;// 密码校验正则式 rx.setPatternSyntax(QRegExp::RegExp); rx.setCaseSensitivity(Qt::CaseSensitive);// 对大小写字母敏感,即区分大小写 //rx.setPattern(QString("^/w+$ 阅读全文
posted @ 2020-04-18 13:13 lydstory 阅读(629) 评论(0) 推荐(0)
摘要: 软件有问题吗? 肯定有问题,比较有问题吗?没有问题。人有问题吗? 都有问题 软件产品,如同写作作文,作者只不过是作文的一个署名而已。文章好坏,傻瓜都知道。 阅读全文
posted @ 2020-04-18 11:26 lydstory 阅读(90) 评论(0) 推荐(0)
摘要: installshield 发布程序 阅读全文
posted @ 2020-04-18 11:14 lydstory 阅读(92) 评论(0) 推荐(0)
摘要: http://www.sinoinfosec.com/html/about/338.html 阅读全文
posted @ 2020-04-18 11:03 lydstory 阅读(160) 评论(0) 推荐(0)
摘要: 虚拟打印驱动 windows 打印 emf文件 阅读全文
posted @ 2020-04-18 10:50 lydstory 阅读(180) 评论(0) 推荐(0)
摘要: https://www.nsfocus.com.cn/html/2019/209_1009/66.html 阅读全文
posted @ 2020-04-18 10:47 lydstory 阅读(116) 评论(0) 推荐(0)
摘要: https://www.jit.com.cn/fxpgfw/index.jhtml 阅读全文
posted @ 2020-04-18 10:44 lydstory 阅读(123) 评论(0) 推荐(0)
上一页 1 ··· 422 423 424 425 426 427 428 429 430 ··· 619 下一页

导航