https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP4000925...
分类:
其他好文 时间:
2015-04-07 19:09:15
阅读次数:
138
HIG
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/index.html#//apple_ref/doc/uid/TP40006556-CH66-SW1...
分类:
其他好文 时间:
2015-04-07 17:37:28
阅读次数:
142
操作数据库(RODBC) odbcConnect(dsn, uid="", pwd="") 建立一个到ODBC数据库的连接 sqlFetch(channel, sqltable) 读取ODBC数据库中的某个表到一个数据框中 sqlQuery(channel, query) 向ODBC提交一个...
分类:
编程语言 时间:
2015-04-07 17:33:49
阅读次数:
171
来自:http://blog.chinaunix.net/uid-29121609-id-3886397.html_access() 检验文件的模式返回值:0表示允许访问,-1表示禁止访问。函数原型:int _access( const char *path, int mode );另外...
分类:
其他好文 时间:
2015-04-07 15:23:09
阅读次数:
173
转载:http://blog.chinaunix.net/uid-12372814-id-3518571.html昨天刚装WIN7系统,今天早上准备访问服务器安装些软件,结果出现网络错误,提示Windows无法访问共享文件夹,错误代码是0x80070035,提示找不到网络路径。那么是什么原因导致WI...
from:http://blog.chinaunix.net/uid-12773189-id-84605.html1、查看库文件是由哪个软件包提供的空闲时打开/usr/lib目录(因为我知道这个目录下放着一些库文件,是我们开发者可以利用的)想看看我的系统中有哪些库。看到一个libz.so,于是用命令...
分类:
其他好文 时间:
2015-04-07 11:43:16
阅读次数:
1558
以下全部copy于:http://blog.chinaunix.net/uid-26548237-id-3800125.html在网上看到有关STL中hash_map的文章,以及一些其他关于STL map和hash_map的资料,总结笔记如下: 1、STL的map底层是用红黑树实现的,查找时间复杂....
分类:
其他好文 时间:
2015-04-06 21:34:03
阅读次数:
287