Assets Library Framework可以用来做iOS上的多选器,选照片视频啥的啦就不介绍了。目前的项目有点类似dropbox,可以选择设备内的照片然后帮你上传文件,使用了Assets Library Framework,背景如此。ALAsset可以看成是一个你选择的文件的包装类,从中可以...
分类:
移动开发 时间:
2014-09-23 20:20:25
阅读次数:
222
进行md5加密的时候加入liblibcommonCrypto.dylib遇到libary冲突
报library not found for -lcommonCrypto和libcommonCrypto.dylib.Link
against the umbrella framework 'System.framework'错误
解决办法
删除liblibcommonCrypto.dyli...
分类:
移动开发 时间:
2014-09-23 20:08:45
阅读次数:
194
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-09-23 18:05:35
阅读次数:
395
1.递归删除指定目录下的 .git、.svn 文件 find . -name .git | xargs rm -fr find . -name .svn | xargs rm -rf 第一条倒还不常用,因为用 git 做版本管理的时候, 只在根目录下生成一个 .git 目录,删掉这一个就...
分类:
其他好文 时间:
2014-09-23 14:34:54
阅读次数:
252
May 01, 2003 ByGianluca InsolvibileinEmbeddedSoftwareCall some useful fuctions of the GNU C library to save precious memory and to find nasty bugs.Dea...
分类:
其他好文 时间:
2014-09-23 12:44:54
阅读次数:
455
STL 标准模板库标准模板库(Standard Template Library,缩写:STL)是一个C++软件库, 包括5个组件,分别是:算法、容器、迭代器,函数和适配器。 一:容器之初始化:1.直接初始化一个空的容器;2.用一个容器去初始化另一个容器;3.指定容器的初始大小;4.指定容器的初始大...
分类:
编程语言 时间:
2014-09-23 03:21:43
阅读次数:
340
library?EN;
uses
??SysUtils,
??Classes,
??UnitFormEN?in?‘UnitFormEN.pas‘?{FormEN};
{$R?*.res}
function?GetJobType(p:?PChar):?Boolean;?stdcall;
var
??str:?string;
begin
??str?:...
分类:
其他好文 时间:
2014-09-22 20:16:33
阅读次数:
219
http://msdn.microsoft.com/zh-cn/library/aa964128.aspx#mainSectionhttp://msdn.microsoft.com/en-us/library/ms155847%28v=sql.100%29.aspxhttp://www.kodyaz...
分类:
数据库 时间:
2014-09-22 19:40:43
阅读次数:
187
http://msdn.microsoft.com/en-us/library/cc351024%28v=vs.85%29.aspxhttp://caniuse.com/
分类:
Web程序 时间:
2014-09-22 18:25:12
阅读次数:
163
在minifilter里面可能有好几种获取调用进程id,名字和线程的办法。我这里有一种:
使用
PsSetCreateProcessNotifyRoutine 和
PsSetLoadImageNotifyRoutine
这是两个API,我们可以借助它们获取进程信息。具体看:http://msdn.microsoft.com/en-us/library/windows/hardware/...
分类:
编程语言 时间:
2014-09-22 17:35:52
阅读次数:
321