会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Just run
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
139
下一页
2022年4月15日
android 拉取traces.txt分析ANR
摘要: https://blog.csdn.net/qq_33810743/article/details/108421455 adb pull data/anr/* adb bugreport
阅读全文
posted @ 2022-04-15 09:47 katago
阅读(125)
评论(0)
推荐(0)
2022年4月8日
aliyundrive-webdav
摘要: https://github.com/messense/aliyundrive-webdav Docker 运行 其中,REFRESH_TOKEN 环境变量为你的阿里云盘 refresh_token,WEBDAV_AUTH_USER 和 WEBDAV_AUTH_PASSWORD 为连接 WebDAV
阅读全文
posted @ 2022-04-08 14:09 katago
阅读(1051)
评论(0)
推荐(0)
2022年3月31日
美信系列 DS28C22 加密芯片 驱动
摘要: 目前已经实现了windows, linux下的加密芯片驱动。直接挂接io 口即可 代码完整,可移植性好。 有意购买可联系qq 402269373
阅读全文
posted @ 2022-03-31 14:11 katago
阅读(128)
评论(0)
推荐(0)
ubuntu 通过dante搭建 socks5代理
摘要: apt-get install dante-server mv /etc/danted.conf /etc/danted.conf.bak vim /etc/danted.conf 配置一个无需认证的danted socks5服务,这样chrome也可以直接用。 当然也可以用其他代理软件转发 log
阅读全文
posted @ 2022-03-31 11:18 katago
阅读(2424)
评论(0)
推荐(0)
2022年3月11日
MySQL [Warning] Can’t create test file xxx lower-test(转)
摘要: 修改的数据库的datadir,然后数据库就无法启动了,错误如下2014-12-11 16:22:57 26309 [Warning] Can't create test file /data/mysql/server2.lower-test 2014-12-11 16:22:57 26309 [Warning] Can't create test file /data/mysql/server2.
阅读全文
posted @ 2022-03-11 10:41 katago
阅读(738)
评论(0)
推荐(0)
2022年2月21日
块设备读写测试
摘要: /sys/block/mmcblk2/queue/read_ahead_kb /sys/block/mmcblk2/queue/nr_requests 这个定义如果大了,顺序读写就快,但是随机读写慢 init.rc中可以配置默认值
阅读全文
posted @ 2022-02-21 17:48 katago
阅读(97)
评论(0)
推荐(0)
IO栈整体认知
摘要: https://blog.csdn.net/m0_45922575/article/details/106262920 IO栈整体认知 简化后的IO栈如下图: 1.用户空间:除了用户自己的APP之外,也隐含了所有的库,例如常见的C库。我们常用的IO函数,例如open()/read()/write()
阅读全文
posted @ 2022-02-21 17:43 katago
阅读(613)
评论(0)
推荐(0)
2021年12月28日
pdf A3 到 A4
摘要: https://www.sejda.com/split-pdf-down-the-middle https://www.zhihu.com/question/265692465/answer/298619446
阅读全文
posted @ 2021-12-28 16:42 katago
阅读(1074)
评论(0)
推荐(0)
2021年11月25日
amixer的用法
摘要: system("export ALSA_CONFIG_PATH=/usr/share/alsa/alsa.conf"); system("amixer -c 1 sset 'Master',0 on"); system("amixer -c 1 sset 'Master',0 87"); syste
阅读全文
posted @ 2021-11-25 14:06 katago
阅读(679)
评论(0)
推荐(0)
grub4dos 制作U盘启动盘
摘要: a) 解压grubinst-1.1-bin-w32-2008-01-01.zip;b) 解压完成后并进入grubinst-1.1-bin-w32-2008-01-01目录并以管理员身份运行安装grub的工具软件grubinst_gui.exe;c) 将一个2G 以上容量的U盘接入电脑,然后点击【刷新】按钮并在磁盘选项中选中接入的U盘(注意不要选择windows系统盘,否则系统将无法引导);d) 点
阅读全文
posted @ 2021-11-25 10:28 katago
阅读(1219)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
139
下一页
公告