上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页
下面这段话转自:https://blog.csdn.net/lightlater/article/details/6326338 关于文本文件的文件头 第一 ANSI文件的文件头为空,不需要处理; 第二 UNICODE文件的文件头为0xFF,0xFE共计两个字节,读取时需要偏移两个字节再行读取; 第 Read More
posted @ 2019-08-30 17:36 _KikyoBK Views(4271) Comments(0) Diggs(0) Edit
转载:https://blog.csdn.net/kikityan/article/details/89923808 记事本打开txt文件,然后另存,有四种编码格式可供选择,分别是:ANSI 无格式定义 对于中文编码格式是GB2312;Unicode 文本里前两个字节为FF FE 字节流是littl Read More
posted @ 2019-08-30 10:10 _KikyoBK Views(2996) Comments(0) Diggs(0) Edit
来源:https://bbs.csdn.net/topics/391956973 3楼 #include <iostream> #include <fstream> #include <string> #include <windows.h> #include <gdiplus.h> #pragma Read More
posted @ 2019-08-29 20:56 _KikyoBK Views(2939) Comments(0) Diggs(0) Edit
1.添加Windows服务,并设为自动启动; 2.通过服务启动AutoStartSevice.exe,通过AutoStartSevice.exe运行AutoStart.bat,通过AutoStart.bat启动AutoStart.exe,AutoStart.exe是由Autostart.vbs编译得 Read More
posted @ 2019-08-29 15:10 _KikyoBK Views(242) Comments(0) Diggs(0) Edit
转载:https://blog.csdn.net/chenyujing1234/article/details/8023816 一、演示过程下方代码演示了如何使用vs(C/C++)创建windows服务程序 工程文件下载地址: http://download.csdn.net/download/so Read More
posted @ 2019-08-29 14:35 _KikyoBK Views(5141) Comments(0) Diggs(1) Edit
转载:https://www.jianshu.com/p/3e958ae9e5ab 最近用duilib做个东西,经常卡壳 ,而且以前学的现在又忘。现在觉得应该好好做笔记,以前老是觉得博客是很郑重的东西,写的时候特别注意,导致很久才能写上一篇。现在决定放随意点,把零碎都记下来,以督促自己学习,既然不能 Read More
posted @ 2019-08-28 20:45 _KikyoBK Views(302) Comments(0) Diggs(0) Edit
转载:https://www.cnblogs.com/Alberl/p/3404240.html 1、定义消息ID #define WM_USER_POS_CHANGED WM_USER + 2 2、响应自定义消息: 在HandleMessage函数的switch分支里加上如下代码即可: 1 cas Read More
posted @ 2019-08-27 18:05 _KikyoBK Views(1127) Comments(0) Diggs(0) Edit
转载:https://www.zhaokeli.com/article/8262.html 问题描述 直接使用系统函数定义 参数 http://www.zhaokeli.com/article/1812.html 下面介绍在duilib中的使用方法 在duilib中使用时肯定要绑定到对应的窗口上,并 Read More
posted @ 2019-08-27 15:59 _KikyoBK Views(700) Comments(0) Diggs(0) Edit
转载:https://www.cnblogs.com/smile-smile/p/duilib.html 问:如何把资源放入zip?答: 先SetResourcePath设置资源目录,再SetResourceZip设置压缩资源文件名问:如何设置窗体的初始化大小?答:设置XML文件的Window标签的 Read More
posted @ 2019-08-26 17:22 _KikyoBK Views(459) Comments(0) Diggs(0) Edit
转载:https://www.jianshu.com/p/0fe8610dcc8d // https://github.com/Washington-DC/Duilib-ListView //这是上面的代码,能够正确编译并运行 https://www.cnblogs.com/Forever-Kenl Read More
posted @ 2019-08-26 16:50 _KikyoBK Views(485) Comments(0) Diggs(0) Edit
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页