上一页 1 ··· 566 567 568 569 570 571 572 573 574 ··· 621 下一页

2019年6月10日

摘要: 1.首先把Qt Creator的编辑器设置为使用 UTF-8: 工具-->选项-->文本编辑器-->行为,在右侧选项界面找到文件编码选项,设置为 UTF-8。2.使用 QTextStream 时设置编码格式: QTextStream out(&file); out.setCodec("utf-8") 阅读全文
posted @ 2019-06-10 10:25 lydstory 阅读(4516) 评论(0) 推荐(3)

2019年6月9日

摘要: 1.去掉多余无用的结果(必要时可损失一点准确性) 2.c盘多余垃圾文件(降低垃圾文件的时间) 3.模块化 任务化 阅读全文
posted @ 2019-06-09 14:01 lydstory 阅读(92) 评论(0) 推荐(0)
摘要: 应用程序最好不要访问写注册表 360可能会认为是恶意程序 阅读全文
posted @ 2019-06-09 13:49 lydstory 阅读(126) 评论(0) 推荐(0)
摘要: taskkill /im CSISAgent.exe /f 阅读全文
posted @ 2019-06-09 13:25 lydstory 阅读(125) 评论(0) 推荐(0)

2019年6月8日

摘要: Json::Value json_temp; Json::Value pathroot; pathroot["path"] = Json::Value("http://192.168.1.24:90/22.avi"); json_temp["position"] = Json::Value("0") 阅读全文
posted @ 2019-06-08 22:01 lydstory 阅读(158) 评论(0) 推荐(0)
摘要: 主程序输出 线程输出 会重新刷 看不到线程cout的信息 注:多线程 最好写日志 注意资源加锁 阅读全文
posted @ 2019-06-08 19:01 lydstory 阅读(82) 评论(0) 推荐(0)
摘要: // testsocketclient.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #pragma comment(lib, "Ws2_32.lib") SOCKET sockClient = 0; static int conn_status = 0; #define IP_ADDRES... 阅读全文
posted @ 2019-06-08 18:30 lydstory 阅读(1866) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ghc666/p/8444599.html 阅读全文
posted @ 2019-06-08 15:15 lydstory 阅读(156) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/embedded_sky/article/details/42077321 阅读全文
posted @ 2019-06-08 14:36 lydstory 阅读(518) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/arrowyl/article/details/80886515 阅读全文
posted @ 2019-06-08 11:23 lydstory 阅读(87) 评论(0) 推荐(0)
上一页 1 ··· 566 567 568 569 570 571 572 573 574 ··· 621 下一页

导航