会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
habibah_chang
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
36
37
38
39
40
41
42
43
44
下一页
2016年1月26日
【转】gdb 调试时指定跳到第几行
摘要: 假设要从当前位置(main.c, ln 18)跳到 main.c, ln 21,忽略中间的 main.c, ln 19 ~ ln 20,可以这样做:(jump 缩写是 j)(gdb) b 21(gdb) j 21在 (gdb) c 之后,gdb 会跳过 ln 19 ~ ln 20,停在 ln 21注...
阅读全文
posted @ 2016-01-26 14:18 habibah_chang
阅读(3500)
评论(0)
推荐(0)
2016年1月14日
[转载]轻量级Lua IDE ZeroBrane Studio 的使用技巧和汉化
摘要: 快捷键 :alt + shift +鼠标 ,可以块选中文本。F12 折叠/展开 所有F5 调试运行 点击第二次 将跳转到第一个断点处F10 单步执行shift +F10 单步执行,不进入函数体Ctrl + F10 跳出停止调试f6 运行程序不调试ctrl + f6 不停循环运行程序不调试f7 汇编代...
阅读全文
posted @ 2016-01-14 11:27 habibah_chang
阅读(893)
评论(0)
推荐(0)
2016年1月7日
Linux 命令行界面->GUI界面
摘要: ctrl+alt+F7
阅读全文
posted @ 2016-01-07 09:41 habibah_chang
阅读(383)
评论(0)
推荐(0)
2015年11月5日
linux查看进程树
摘要: pstree -h 8423 -a -p-h:高亮pid=8423的进程及其子进程-a:表示格式为树状-p:显示表示出来所有进程的pid
阅读全文
posted @ 2015-11-05 16:19 habibah_chang
阅读(1334)
评论(0)
推荐(1)
2015年10月22日
WMI
摘要: WMI使用 windows management instrumentation1. 开始-运行-输入:wbemtest 回车2. 单击"连接", 输入:root\cimv2 回车;或者ROOT\SecurityCenter3. 单击"查询", 输入:SELECT * FROM Win32_Proc...
阅读全文
posted @ 2015-10-22 18:48 habibah_chang
阅读(182)
评论(0)
推荐(0)
2015年10月19日
luaunit的使用
摘要: github的地址:https://github.com/bluebird75/luaunit使用说明文档:http://luaunit.readthedocs.org/en/latest/使用方法:测试命令:lua.exe -v(显示每一项测试结果)UT目标文件:testlib.lua 1 fu...
阅读全文
posted @ 2015-10-19 17:28 habibah_chang
阅读(2541)
评论(0)
推荐(0)
Lua 引用外部文件(require)的调试错误
摘要: 需要在代码中先设定package.path的值package.path=[[E:\3SG\Test\luaunit-master\?.lua;]] .. package.pathluaunit = require('luaunit')
阅读全文
posted @ 2015-10-19 16:44 habibah_chang
阅读(977)
评论(0)
推荐(0)
2015年6月25日
【转载】使用yum框架流畅安装依赖包
摘要: http://blog.chinaunix.net/uid-14504139-id-3852208.html安装linux的rpm包经常遇到要安装一堆依赖包的问题,使用yum可以顺利安装,但是如果无法连接到网络的情况下,也希望使用yum来流畅安装rpm。1.先从系统盘中安装以下3个rpm包delta...
阅读全文
posted @ 2015-06-25 16:56 habibah_chang
阅读(298)
评论(0)
推荐(0)
2015年4月13日
redis 学习
摘要: http://www.wzxue.com/redis%E6%A0%B8%E5%BF%83%E8%A7%A3%E8%AF%BB-aof%E4%B8%8Erewrite%E6%9C%BA%E5%88%B6/
阅读全文
posted @ 2015-04-13 14:49 habibah_chang
阅读(84)
评论(0)
推荐(0)
2015年4月10日
【转】Redis配置文件详解
摘要: # Redis 配置文件# 当配置中需要配置内存大小时,可以使用 1k, 5GB, 4M 等类似的格式,其转换方式如下(不区分大小写)## 1k =>1000 bytes# 1kb => 1024 bytes# 1m => 1000000 bytes# 1mb =>1024*1024 bytes# ...
阅读全文
posted @ 2015-04-10 18:09 habibah_chang
阅读(143)
评论(0)
推荐(0)
上一页
1
···
36
37
38
39
40
41
42
43
44
下一页
公告