创建静态库可能出于以下几个理由:1.你想将工具类代码或者第三方插件快捷的分享给其他人而无需拷贝大量文件。2.你想让一些通用代码处于自己的掌控之下,以便于修复和升级。3.你想将库共享给其他人,但不想让他们看到你的源代码。Xcode6创建静态库详解(Cocoa Touch Static Library)...
分类:
移动开发 时间:
2014-08-25 20:51:24
阅读次数:
244
题意:A biologist experimenting with DNA modification of bacteria has found a way to make bacterial colonies sensitive to the surrounding population dens...
分类:
编程语言 时间:
2014-08-25 18:32:14
阅读次数:
252
Moses - A beam search decoder for phrase-based statistical machine translation modelsCopyright (C) 2006 University of EdinburghThis library is free so...
分类:
其他好文 时间:
2014-08-25 16:56:34
阅读次数:
392
ls 参数
目录名例: 想看看根目录下有什么,
ls / 想看看驱动目录下有什么,
ls /System/Library/Extensions 参数 -w 显示中文,-l 详细信息, -a 包括隐藏文件
转换目录
cd 例:想到驱动目录下溜达一圈 cd /System/Library/Extensions
建立新目录
mkdir 目录名
例:在驱动目录...
分类:
其他好文 时间:
2014-08-25 13:27:24
阅读次数:
143
C#的提交表单方式主要有两种WebClient与HttpWebRequest,这里先介绍一种WebClient,转送门:http://msdn.microsoft.com/zh-cn/library/system.net.webclient(v=VS.80).aspx[csharp]view pla...
分类:
Web程序 时间:
2014-08-25 11:37:04
阅读次数:
239
原文:http://www.hxhlb.cn/article/32142aaeb67bbc05379369c3.html那一天,我装上了RAD Studio XE5.当天晚上,我就写了一个小小的Android程序.但是,苦于没有好手机,没办法进行测试.今天,下载了一晚上,终于把Android所有的s...
分类:
移动开发 时间:
2014-08-25 09:58:14
阅读次数:
335
AndroidAsync is a low level network protocol library. If you are looking for an easy to use, higher level, Android aware, http request library, check out?Ion?(it is built on top of AndroidAsync)....
分类:
移动开发 时间:
2014-08-24 20:57:53
阅读次数:
358
8.24
函数
要调用一个函数,需要知道函数的名称和参数,比如求绝对值的函数abs,只有一个参数。可以直接从Python的官方网站查看文档:
http://docs.python.org/2/library/functions.html#abs
也可以在交互式命令行通过help(abs)查看abs函数的帮助信息。
比较函数cmp(x, y)就需要两个参数,如果x,返回-1,如果x...
分类:
编程语言 时间:
2014-08-24 18:08:02
阅读次数:
283
个人学习整理,如有不足之处,请不吝指教。转载请注明:@CSU-Max
今天写了一个小的 JavaWeb 项目传到 SAE 上,访问的时候出错。本地测试是正常的,而且以前做微信平台开发的时候上传的项目就可以正常访问。于是花了两个小时的时间终于找出了错误的原因。
错误信息如下:
Error 404 – Not Found.No context on this server...
分类:
编程语言 时间:
2014-08-24 18:05:42
阅读次数:
235
Hooray! Agent Bauer has shot the terrorists, blown upthe bad guy base, saved the hostages, exposed the moles in the government,prevented an environmental catastrophe, and found homes for three orphan...
分类:
其他好文 时间:
2014-08-24 14:14:42
阅读次数:
169