aaaaaaaaaaaa
代码改变世界

阅读排行榜

xcode查看版本号

2018-02-28 11:44 by 二进制乐谱, 356 阅读, 收藏,
摘要: xcodebuild -version 阅读全文

android获取通讯记录,sim卡和手机

2018-01-25 14:01 by 二进制乐谱, 353 阅读, 收藏,
摘要: //获取手机和手机卡通讯录 public static String getContacts() { String szContacts = ""; szContacts=getPhoneContacts()+getSIMContacts(); return szContacts; } // 获取... 阅读全文

ubuntu下安装chrome

2018-01-21 21:35 by 二进制乐谱, 349 阅读, 收藏,
摘要: 1.下载 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 2.执行如下命令 sudo dpkg -i google-chrome*; sudo apt-get -f install 3.安装 阅读全文

ubuntu常用软件命令

2018-04-26 10:37 by 二进制乐谱, 348 阅读, 收藏,
摘要: 解压zip软件 unzip xxx.zip -d解压到指定目录 清理磁盘空间 sudo apt-get autoremove sudo apt-get clean sudo dpkg --list 'linux-image*'* 阅读全文

修改程序函数

2018-03-03 22:50 by 二进制乐谱, 348 阅读, 收藏,
摘要: ea指地址 DleteAll 删除所有段,指令和注释 MakeCoce(ea) 在特定地址创建指令,成功返回指令长度,失败返回0 区域指令分析 AnalyzeArea(sEA, eEA): """Perform full analysis of the area @param sEA: starti 阅读全文
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 36 下一页
aaaaaaaaaaaaa