使用不同版本的XCode出现的问题:fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache/XYZ...
分类:
移动开发 时间:
2014-07-16 22:58:17
阅读次数:
185
You get the idea right! We are going to enumerate all the ROP-Gadgets and then chain them together to craft our API call which will in turn disable DE...
分类:
其他好文 时间:
2014-07-16 21:56:06
阅读次数:
221
系统信息arch 显示机器的处理器架构(1)uname -m 显示机器的处理器架构(2) uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI) hdparm -i /dev/hda 罗列一个磁盘的架构特性 hdparm -tT /de...
分类:
系统相关 时间:
2014-07-16 21:35:07
阅读次数:
349
一、准备工作1.创建一个空的解决方案,并命名为Phoneword2.右击解决方案 新建-》新建项目 并命名为Phoneword_Droid二、界面1.打开Resources文件夹-》layout文件夹双击打开Main.axml2.然后将会出现下面的界面3.接着我们选择这个Button并删除(按下De...
分类:
移动开发 时间:
2014-07-11 23:35:11
阅读次数:
356
//Situation System prompts that:"wget: unable to resolve host address".//Analysis Unable to resolve host address means the problem of DNS(Domain Nam.....
分类:
其他好文 时间:
2014-07-11 22:31:13
阅读次数:
187
asp.net word ecxel类型文件在线预览首先得引用COM:Microsoft Excel 10 Object LibraryMicrosoft Word 10 Object Library或者是 10以上的类库我现在用的是:资源下载:http://download.csdn.net/de...
分类:
Web程序 时间:
2014-07-11 20:20:42
阅读次数:
388
ubuntu12.04使用USB转串口时出现权限不够问题,如下Unable to open serial port /dev/ttyUSB0权限不够解决办法:通过增加udev规则来实现。步骤如下:创建文件/etc/udev/rules.d/70-ttyusb.rules在文件内增加一行KERNEL=...
分类:
其他好文 时间:
2014-07-11 18:36:14
阅读次数:
293
解决以下错误:*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with identifier Cell - must...
分类:
其他好文 时间:
2014-07-11 18:09:09
阅读次数:
206
Unable to open module file 'C:\Users\Admin\AppData\Local\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.vb': 系统找不到指定的文件。以管理员身份运行Visual Studio工具解决问...
分类:
Web程序 时间:
2014-07-11 11:06:43
阅读次数:
314
我采用的是MySQLdb操作的MYSQL数据库。先来一个简单的例子吧:importMySQLdb
try:
conn=MySQLdb.connect(host=‘localhost‘,user=‘root‘,passwd=‘root‘,db=‘test‘,port=3306)
cur=conn.cursor()
cur.execute(‘select*fromuser‘)
cur.close()
conn.close()
exceptMySQLdb.Error,e..
分类:
数据库 时间:
2014-07-10 18:20:40
阅读次数:
282