会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
冰糖葫芦很乖
博客园
首页
新随笔
联系
管理
上一页
1
···
31
32
33
34
35
36
37
38
39
···
51
下一页
2021年7月22日
C++调用浏览器
摘要: 调用谷歌浏览器 #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 冰糖葫芦很乖
阅读(1343)
评论(0)
推荐(0)
编辑
2021年7月21日
修改命令行参数为指定的
摘要: 不知道怎么实现! 以下都是参考文档: Fatal error: “No Target Architecture” in Visual Studio https://stackoverflow.com/questions/23125801/modify-command-line-arguments 标
阅读全文
posted @ 2021-07-21 17:29 冰糖葫芦很乖
阅读(105)
评论(0)
推荐(0)
编辑
Chromium 连接数据库
摘要: 转载大佬的: 编译的: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 冰糖葫芦很乖
阅读(305)
评论(0)
推荐(0)
编辑
开源Inno Setup官网下载、安装、打包教程(官网安装向导中文语言包)
摘要: 转载来自:https://www.cnblogs.com/benpaodejiandan/p/7081011.html 具体看它
阅读全文
posted @ 2021-07-21 15:12 冰糖葫芦很乖
阅读(129)
评论(0)
推荐(0)
编辑
Chromium 打包
摘要: 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 冰糖葫芦很乖
阅读(394)
评论(0)
推荐(0)
编辑
2021年7月20日
Inno Setup打包教程
摘要: 具体参考这个老哥:https://www.cnblogs.com/ybqjymy/p/13540458.html 我是打包chromium 1.先mini_installer.exe 执行后会有一堆安装得东西 2.inno_setup打包这团玩意 3.完事?
阅读全文
posted @ 2021-07-20 16:11 冰糖葫芦很乖
阅读(136)
评论(0)
推荐(0)
编辑
如何使用git比较两次commit之间的差异文件
摘要: 据说是: git diff 2362accf3e7be23e30 47f88153de2dc2f48a1 --name-only 所以我们尝试下: 好的 实锤了 输出到文件里面就是 git diff commit-id-1 commit-id-2 >> diff.txt
阅读全文
posted @ 2021-07-20 15:08 冰糖葫芦很乖
阅读(1003)
评论(0)
推荐(0)
编辑
2021年7月19日
合并某次提交到其他分支上
摘要: 在当前开发分支执行 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 冰糖葫芦很乖
阅读(64)
评论(0)
推荐(0)
编辑
'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS 解决方法
摘要: vs2019 inet_pton(AF_INET, addr, &sin.sin_addr);
阅读全文
posted @ 2021-07-19 15:09 冰糖葫芦很乖
阅读(887)
评论(0)
推荐(0)
编辑
socket穿透代理代码(C++版)
摘要: 转载来: 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 冰糖葫芦很乖
阅读(336)
评论(0)
推荐(0)
编辑
上一页
1
···
31
32
33
34
35
36
37
38
39
···
51
下一页