会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
tju1895
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2023年9月22日
window上安装openssh
摘要: 在powershell中,运行winget install "OpenSSH Beta"
阅读全文
posted @ 2023-09-22 17:15 huorexiaji
阅读(50)
评论(0)
推荐(0)
2023年9月21日
windows下操作静态库lib(相当于linux下的ar命令)
摘要: linux下有ar可以操作.a文件,windows下提供了lib.exe操作lib文件,从vs的控制台编译环境中可以直接调用。 主要有一下几个操作: 列出obj::lib /list xxx.lib 释放obj: lib /extract:xxx.obj /out:new.obj xxx.lib 删
阅读全文
posted @ 2023-09-21 14:32 huorexiaji
阅读(362)
评论(0)
推荐(0)
2023年9月18日
搭建libcef开发环境
摘要: /home/hou/code/chromium_git/chromium/skia/config Overview This page provides a quick-start guide for setting up a minimal development environment and
阅读全文
posted @ 2023-09-18 11:14 huorexiaji
阅读(297)
评论(0)
推荐(0)
2023年9月15日
在springboot中处理UDP流
摘要: 配置: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-integration</artifactId> </dependency> <dependency> <grou
阅读全文
posted @ 2023-09-15 18:38 huorexiaji
阅读(527)
评论(0)
推荐(0)
debian 11 中qt5.12报错,GL库找不到
摘要: sudo apt install libgl1-mesa-glx libgl1-mesa-dev
阅读全文
posted @ 2023-09-15 14:12 huorexiaji
阅读(37)
评论(0)
推荐(0)
Debian下Qt程序不能输入中文的解决办法
摘要: 在Debian11中安装了Qt5.12,一切都正常,但是编译好的程序不能输入中文。网上查了一圈,说是Qt默认使用的时ibus输入法框架,不支持fcitx。 想想我刚好时前一段时间把输入法换成了fcitx框架,所以得自己编译插件了。 从http://github.com/fcitx/fcitx-qt5
阅读全文
posted @ 2023-09-15 14:10 huorexiaji
阅读(355)
评论(0)
推荐(0)
2023年9月12日
一个在线汇编工具
摘要: https://godbolt.org/
阅读全文
posted @ 2023-09-12 16:25 huorexiaji
阅读(51)
评论(0)
推荐(0)
2023年9月11日
RTII是个误导性的命名
摘要: RTII(Resource Acquisition is Initialization) 其实应该叫做: SBRM(Scope-Bound Resource Management)
阅读全文
posted @ 2023-09-11 16:41 huorexiaji
阅读(32)
评论(0)
推荐(0)
2023年9月6日
SpringBoot 导入导出 Excel
摘要: https://blog.csdn.net/sco5282/article/details/121303881
阅读全文
posted @ 2023-09-06 10:20 huorexiaji
阅读(11)
评论(0)
推荐(0)
2023年8月25日
本地自己打包的jar包不能识别
摘要: 本地自己打包的common.jar,install之后别的项目不能正确引用,查看maven本地缓存中已经存在,网上搜了一圈后,发现问题如下: 本地maven缓存中有个_remote.repositories文件,表明该包从哪里来,自己安装的里面没有写,是这样的“common.jar>=”,改成“co
阅读全文
posted @ 2023-08-25 14:55 huorexiaji
阅读(60)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告