上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 51 下一页
摘要: 调用谷歌浏览器 #include <windows.h> #include <tchar.h> #include <assert.h> const TCHAR szOperation[] = _T("open"); const TCHAR szAddress[] = _T("https://www. 阅读全文
posted @ 2021-07-22 18:43 冰糖葫芦很乖 阅读(1313) 评论(0) 推荐(0) 编辑
摘要: 不知道怎么实现! 以下都是参考文档: Fatal error: “No Target Architecture” in Visual Studio https://stackoverflow.com/questions/23125801/modify-command-line-arguments 标 阅读全文
posted @ 2021-07-21 17:29 冰糖葫芦很乖 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 转载大佬的: 编译的:https://blog.csdn.net/qq_27022241/article/details/103921721 连接数据库的:https://blog.csdn.net/qq_27022241/article/details/103907666 Mojo:https:/ 阅读全文
posted @ 2021-07-21 15:27 冰糖葫芦很乖 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 转载来自:https://www.cnblogs.com/benpaodejiandan/p/7081011.html 具体看它 阅读全文
posted @ 2021-07-21 15:12 冰糖葫芦很乖 阅读(125) 评论(0) 推荐(0) 编辑
摘要: ninja -C out\Release mini_installer out\Release\mini_installer.exe 下载inno_setup 6.2 找下简体中文的翻译文件 放到language下面 就可以 访问官网翻译页面:http://www.jrsoftware.org/fi 阅读全文
posted @ 2021-07-21 14:48 冰糖葫芦很乖 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 具体参考这个老哥:https://www.cnblogs.com/ybqjymy/p/13540458.html 我是打包chromium 1.先mini_installer.exe 执行后会有一堆安装得东西 2.inno_setup打包这团玩意 3.完事? 阅读全文
posted @ 2021-07-20 16:11 冰糖葫芦很乖 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 据说是: git diff 2362accf3e7be23e30 47f88153de2dc2f48a1 --name-only 所以我们尝试下: 好的 实锤了 输出到文件里面就是 git diff commit-id-1 commit-id-2 >> diff.txt 阅读全文
posted @ 2021-07-20 15:08 冰糖葫芦很乖 阅读(975) 评论(0) 推荐(0) 编辑
摘要: 在当前开发分支执行 git log ,获取到某次提交操作的 commit id,并复制该ID 切换到其它分支 git checkout xxx git cherry-pick commit id 解决完冲突 git add . git cherry-pick --continue 学习来自:http 阅读全文
posted @ 2021-07-19 19:11 冰糖葫芦很乖 阅读(62) 评论(0) 推荐(0) 编辑
摘要: vs2019 inet_pton(AF_INET, addr, &sin.sin_addr); 阅读全文
posted @ 2021-07-19 15:09 冰糖葫芦很乖 阅读(829) 评论(0) 推荐(0) 编辑
摘要: 转载来: https://blog.csdn.net/bodybo/article/details/7274865 socket穿透代理代码(C++版) #pragma once #include <WinSock2.h> #include <string> #include <vector> us 阅读全文
posted @ 2021-07-19 15:04 冰糖葫芦很乖 阅读(327) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 51 下一页