码迷,mamicode.com
首页 >  
搜索关键字:mac application    ( 36210个结果
mac os x+paralles使用source insight
将Mac OS X下的目录共享到Paralles后,source insight创建工程。但是当再次打开时却打开失败。提示:there was an error opening project网上对此问题的介绍主要是针对Linux、Samba的,说:1. 权限问题,修改共享目录及其文件权限为读写执行...
分类:其他好文   时间:2014-05-12 13:24:18    阅读次数:493
【转】利用Eclipse编辑中文资源文件(application_zh_CN.properties )
既然生为中国人,就没有什么好抱怨的了,遇到编码的问题,那只有解决它了。 如果经常使用Struts,并做过国际化操作的人来说,对于中文资源文件的处理应该不会感到陌生的。比如下面两个文件,一个是英文的,一个是中文的。对于英文的,一切照常;对于中文的,一般需要用JDK的native2ascii工具进...
分类:移动开发   时间:2014-05-12 10:51:37    阅读次数:413
OWASP(Open Web Application Security Project) Top 10 for JavaScript
InjectionInjection flaws, such as SQL, OS, and LDAP injection, occur when untrusted data is sent to an interpreter as part of a command or query. The ...
分类:移动开发   时间:2014-05-10 07:23:51    阅读次数:460
mac spoofing
做坏事的第一步:保护自己!开门见山:利用伪MAC地址连接别人的无线网络步骤:更改MAC地址,更改监视端口,更改无线端口代码:1 ifconfig wlan0 down2 macchanger -m 00:11:22:33:44:55 wlan03 ifconfig wlan0 up4 5 airmo...
分类:其他好文   时间:2014-05-10 07:01:34    阅读次数:269
Fix the iOS code signing issue when using Jenkins
This week I setup the Jenkins on my Mac and try to build iOS applications. unfortunately I got the code signing issues, either I use xcode plugin or x...
分类:移动开发   时间:2014-05-10 06:22:45    阅读次数:347
qtp 读取excel单元格内容
qtp 读取excel单元格内容FunctionGetExcelCells(ExcelPath,SheetName,SheetColumn,SheetRow)SetExcelBook=CreateObject("Excel.Application")SetExcelSheet=CreateObjec...
分类:其他好文   时间:2014-05-10 06:17:03    阅读次数:288
2014-05-08 总结(补充)
1、传递,提交值,最好用GET提交, 如果用POST,就必须加上:setRequestHeader("Content-Type","application/x-www-form-urlencoded");2、$row[0]: 第一行数据3、mysql_fetch_row() 与 mysql_fetc...
分类:其他好文   时间:2014-05-10 05:05:26    阅读次数:275
Android 提示Your project contains error(s),please fix them before running your application
在Android下,有的时候当我们把非自己创建的项目或者别人的项目导入(Import)到我们自己本地时,我们会看到项目前面有一个红色的“X”或者“1,如下图:或者而当我们运行该项目的时候,会弹出如下提示:之前我遇到过几次这个问题,很郁闷,因为都不知道哪里有所谓的error(s),..
分类:移动开发   时间:2014-05-10 03:55:54    阅读次数:449
Linux System Programming 学习笔记(一) 介绍
1. Linux系统编程的三大基石:系统调用、C语言库、C编译器系统调用:内核向用户级程序提供服务的唯一接口。在i386中,用户级程序执行软件中断指令 INT n 之后切换至内核空间用户程序通过寄存器告知内核执行系统调用的所需参数2. API 和 ABIAPI:application program...
分类:系统相关   时间:2014-05-10 03:22:26    阅读次数:321
Developing SWT applications using Eclipse
Developing SWT applications using EclipseWhile SWT is integrated as part of the Eclipse plug-in API, for standalone application development it is best...
分类:移动开发   时间:2014-05-10 03:15:38    阅读次数:386
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!