会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
卓能文
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
下一页
2024年4月24日
v程序静态编译
摘要: v -prod -cflags -static .
阅读全文
posted @ 2024-04-24 22:29 卓能文
阅读(38)
评论(0)
推荐(0)
2024年4月21日
linux下解压部分zip文件存在乱码解决办法
摘要: unzip -d . -O cp936 xxx.zip
阅读全文
posted @ 2024-04-21 17:10 卓能文
阅读(35)
评论(0)
推荐(0)
2024年4月20日
archlinux下wps显示问题解决方法
摘要: 安装好wps后,无论是docx、pptx还是xlsx显示都存在问题:部分内容在屏幕上乱成一团,黑乎乎的,严重影响编辑和阅读。原因:freetype升级后导致和wps不兼容引起的。解决办法:从archive.archlinux.org下载freetype2-2.13.0-1-x86_64.pkg.ta
阅读全文
posted @ 2024-04-20 10:26 卓能文
阅读(561)
评论(0)
推荐(0)
2024年4月11日
gleam中使用remote data显示数据
摘要: gleam简介 gleam是一个强类型语言,可以编译为erlang和javascript,可用作前、后端开发。作为后端,具有高可靠性、高并发特征,可以无缝操作erlang、elixir等语言库;同时作为前端,不用安装太多依赖,直接开箱即用。下面以一个小例子演示gleam的简单用法。 创建工程 gle
阅读全文
posted @ 2024-04-11 09:41 卓能文
阅读(134)
评论(0)
推荐(0)
2024年3月13日
Pacman is currently in use, please wait...
摘要: 刚擦拭电脑导致电脑重启,进入后发现pacman不能启动,显示Pacman is currently in use, please wait...。解决办法: rm /var/lib/pacman/db.lck
阅读全文
posted @ 2024-03-13 10:02 卓能文
阅读(132)
评论(0)
推荐(0)
2024年2月26日
cosmopolitan libc-your build-anywhere run-anywhere c library
摘要: author's link Cosmopolitan Libc makes C a build-anywhere run-anywhere language, like Java, except it doesn't need an interpreter or virtual machine. I
阅读全文
posted @ 2024-02-26 12:03 卓能文
阅读(77)
评论(0)
推荐(0)
2024年2月10日
nim静态编译capstone示例代码
摘要: capstone.c代码: /* Capstone Disassembler Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013 */ #include <stdio.h> #include <stdlib.h> #include <c
阅读全文
posted @ 2024-02-10 11:34 卓能文
阅读(84)
评论(0)
推荐(0)
2024年2月9日
计算机宕机后chrome不能启动问题解决
摘要: rm -rf ~/.config/chromium/Singleton* or rm -rf ~/.config/google-chrome/Singleton*
阅读全文
posted @ 2024-02-09 23:42 卓能文
阅读(61)
评论(0)
推荐(0)
nim交叉编译
摘要: nim c -d:mingw abc.nim
阅读全文
posted @ 2024-02-09 18:30 卓能文
阅读(52)
评论(0)
推荐(0)
2024年1月23日
V语言调用capstone进行反汇编
摘要: 先创建工程: v init . 编写demo.h头文件: #ifndef DEMO_H #define DEMO_H void decompile(); #endif 编写demo.c: /* Capstone Disassembler Engine */ /* By Nguyen Anh Quyn
阅读全文
posted @ 2024-01-23 20:11 卓能文
阅读(78)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
下一页
公告