App Distribution Guidehttps://developer.apple.com/library/ios/documaentation/IDEs/Conceptual/AppDistributionGuide/Introduction/Introduction.html#//app...
分类:
移动开发 时间:
2014-10-24 10:43:09
阅读次数:
179
昨天添加Android兼容包,碰到了很多问题,在这里记录一下,让后面的路好走。如何选择兼容包,请参考Android Support Library Features(二)一、下载Support Library方法1:右击项目→选择Android Tools→Add Support Library…方...
分类:
移动开发 时间:
2014-10-24 10:34:23
阅读次数:
263
listlist.reverse()list.sort()list.index(obj):objis theobject to be find out; itreturns index of the found object otherwise raise an exception indicati...
分类:
编程语言 时间:
2014-10-24 01:41:57
阅读次数:
199
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-10-24 00:09:07
阅读次数:
207
http://blog.csdn.net/icyfox_bupt/article/details/17141571这两天把项目从本地转移到GIT上,本来我的Workspace是在D盘,现在因为感觉D盘不够用,就把GIT到的项目放到E盘了按照以往的用法,GIT下来以后再往属性里添加依赖库就OK了,但是...
分类:
移动开发 时间:
2014-10-23 23:55:58
阅读次数:
192
http://blog.csdn.net/chenlia/article/details/7692361到 apache官方主页 下载 Mac 版本的完整 .gz文件包。解压拷贝到 /Library目录下。1。Mac中 Finder打开 Library的方法新建 Finder窗口 按下 shift....
分类:
系统相关 时间:
2014-10-23 23:55:51
阅读次数:
298
http://msdn.microsoft.com/zh-cn/library/windows/apps/dn629638.aspx,要点:1.了解项目结构:package.appxmanifest文件内容,文件清单列表作用;2.起始页设置;3.页面CSS自动根据手机主题(dark或light)设置...
前两天写的铁字中提到了C++的删除函数,今天特地去网上查了查,转载了一篇不错的文章。。。转载自http://www.ibm.com/developerworks/cn/aix/library/1212_lufang_c11new/index.htmlC++11 标准新特性:Defaulted 和 D...
分类:
编程语言 时间:
2014-10-23 22:33:13
阅读次数:
302
Cross-site scripting (XSS) is a type of
computer security
vulnerability typically found in
Web applications. XSS enables attackers to
inject
client-side script into
Web pages viewed by ot...
分类:
其他好文 时间:
2014-10-23 17:43:24
阅读次数:
390
Windows系统下Ant自动编译打包并签名Android应用——实践篇...
分类:
移动开发 时间:
2014-10-23 17:42:39
阅读次数:
203