上一页 1 2 3 4 5 6 7 ··· 17 下一页
用winhttp访问https,出现了问题: 解决: WinHttpOpenRequest,最后一个参数由0改为WINHTTP_FLAG_SECURE 参考:https://blog.csdn.net/weixin_39747568/article/details/111493383 Read More
posted @ 2021-07-02 16:16 _KikyoBK Views(413) Comments(0) Diggs(0) Edit
转载:https://blog.csdn.net/elaine_bao/article/details/51754882 实现HTTP访问的流程包括以下几步:1, 首先我们打开一个Session获得一个HINTERNET session句柄;2, 然后我们使用这个session句柄与服务器连接得到一 Read More
posted @ 2021-06-24 17:41 _KikyoBK Views(2071) Comments(0) Diggs(1) Edit
设已知的进程id为processId EnumWindows(YourEnumProc, (LPARAM)&wi) 该函数枚举所有屏幕上的顶层窗口,并将窗口句柄传送给应用程序定义的回调函数。回调函数返回FALSE将停止枚举,否则EnumWindows函数继续到所有顶层窗口枚举完为止。 在回调函数里根 Read More
posted @ 2021-06-09 11:01 _KikyoBK Views(1052) Comments(0) Diggs(0) Edit
转载:https://blog.csdn.net/lingdxuyan/article/details/4389634?locationNum=12&fps=1 这两天在写一个进程管理器,用到了Psapi.h中的一些进程函数。我将Psapi.h包含到源代码中,但链接时出现了4个LNK2019错误,都 Read More
posted @ 2021-06-02 17:35 _KikyoBK Views(268) Comments(0) Diggs(0) Edit
转载:https://blog.csdn.net/booirror/article/details/26973611 为什么需要lambda函数匿名函数是许多编程语言都支持的概念,有函数体,没有函数名。1958年,lisp首先采用匿名函数,匿名函数最常用的是作为回调函数的值。正因为有这样的需求,c+ Read More
posted @ 2021-05-25 15:43 _KikyoBK Views(293) Comments(0) Diggs(0) Edit
PXCook https://www.fancynode.com.cn/pxcook 高效易用的自动标注工具, 生成前端代码, 设计研发协作利器 将美术给的psd文件拖到这个软件上,就可以看到HTML文件一样的信息(控件大小、颜色,字体大小、间距等等) Dependence Walker 可以用来检 Read More
posted @ 2021-05-25 11:38 _KikyoBK Views(70) Comments(0) Diggs(0) Edit
转载:https://blog.csdn.net/xingcen/article/details/55669054 Visual C++ 6.0开发环境中显示当地日期与时间主要通过localtime()函数来实现,该函数的原型在time.h头文件中,其语法格式如下: 1 struct tm *loc Read More
posted @ 2021-04-26 10:37 _KikyoBK Views(301) Comments(0) Diggs(0) Edit
转载:https://blog.csdn.net/qq_42539533/article/details/88902429 JSON数据格式概念 曾经一段时间里xml成为了互联网业界内的数据传输格式标准,但是有人对xml提出了质疑,认为xml数据格式比较繁杂,冗长等弊端,于是提出了很多解决方案 在2 Read More
posted @ 2021-04-14 14:44 _KikyoBK Views(119) Comments(0) Diggs(0) Edit
参考:https://blog.csdn.net/muwuxin/article/details/88896188 https://bbs.csdn.net/topics/391989473 思路:获取输入的Unicode编码,根据编码判断是否是Emoji表情 Emoji表情对应的Unicode编码 Read More
posted @ 2021-03-29 16:04 _KikyoBK Views(1254) Comments(0) Diggs(0) Edit
工具:PTVS https://github.com/Microsoft/PTVS (PTVS 2.1 VS2010.msi) Read More
posted @ 2021-03-11 15:10 _KikyoBK Views(318) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 ··· 17 下一页