上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页

2021年3月17日

awk 的 使用。

摘要: 根据进程名,获取对应进程PID strace -o /sdcard/LogKit/output_wificond.txt -T -ttt -e trace=all -p `ps -A | grep wificond | awk '{print $2}'` strace -o /sdcard/LogK 阅读全文

posted @ 2021-03-17 17:24 huangguanyuan 阅读(63) 评论(0) 推荐(0)

2021年1月14日

log.cc

摘要: sql/log.cc sql_print_error sql_print_warning http://mysql.taobao.org/monthly/ https://www.cnblogs.com/lfri/p/10724943.html 阅读全文

posted @ 2021-01-14 13:55 huangguanyuan 阅读(112) 评论(0) 推荐(0)

2021年1月11日

时间单位

摘要: ms(毫秒,千分之一秒)、μs(微秒,百万分之一秒)和ns(纳秒,十亿分之一秒) 阅读全文

posted @ 2021-01-11 14:38 huangguanyuan 阅读(3367) 评论(0) 推荐(0)

2020年12月25日

wifi blogs

摘要: http://www.h3c.com/cn/d_201708/1018836_30005_0.htm https://www.cnblogs.com/listenerln/category/1003706.html https://blog.csdn.net/qq_14978113 export P 阅读全文

posted @ 2020-12-25 17:00 huangguanyuan 阅读(71) 评论(0) 推荐(0)

2020年12月14日

C库 变长参数函数。

摘要: PRINTF(3) Linux Programmer's Manual PRINTF(3) NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - for 阅读全文

posted @ 2020-12-14 15:56 huangguanyuan 阅读(125) 评论(0) 推荐(0)

2020年2月15日

MySQL5.7.28代码初始化流程

摘要: ==MySQL5.7.28代码初始化流程==int mysqld_main(int argc, char **argv)static int init_server_components() //plugin_register_builtin_and_init_core_se 初始化innodb引擎 阅读全文

posted @ 2020-02-15 10:07 huangguanyuan 阅读(455) 评论(0) 推荐(0)

ORACLE RAC 集群启动,RAC OCR参数修改!

摘要: [root@dttchat2 systemd]# systemctl disable oracle-ohasd.serviceRemoved symlink /etc/systemd/system/multi-user.target.wants/oracle-ohasd.service.Remove 阅读全文

posted @ 2020-02-15 10:03 huangguanyuan 阅读(432) 评论(0) 推荐(0)

2019年12月29日

linux内核同步机制。

摘要: https://www.cnblogs.com/alantu2018/p/8997348.html 阅读全文

posted @ 2019-12-29 16:03 huangguanyuan 阅读(90) 评论(0) 推荐(0)

2019年10月28日

opeek

摘要: http://www.mayiwenku.com/p-1723073.html 阅读全文

posted @ 2019-10-28 18:23 huangguanyuan 阅读(155) 评论(0) 推荐(0)

2019年10月24日

linux-kernel

摘要: http://www.wowotech.net/ http://kernel.meizu.com/ 阅读全文

posted @ 2019-10-24 17:34 huangguanyuan 阅读(115) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页

导航