码迷,mamicode.com
首页 >  
搜索关键字:documents    ( 1362个结果
DTD - XML Building Blocks
The main building blocks of both XML and HTML documents are elements.The Building Blocks of XML DocumentsSeen from a DTD point of view(从dtd的角度来看), all...
分类:其他好文   时间:2014-09-25 02:51:38    阅读次数:305
error: property's synthesized getter follows Cocoa naming convention for returning 'owned' objects I
error: property's synthesized getter follows Cocoa naming convention for returning 'owned' objects In file included from /Users/developer/Documents/StarShow/ShowWall/View/NewShowItemView.m:9: /Users...
分类:其他好文   时间:2014-09-24 17:40:57    阅读次数:195
mac上安装mongodb数据库教程
1.官网下载压缩包,并解压到当地任一目录。(我的是Documents/develop/mongodb)2.在mongodb下新建data文件夹,在data下新建db文件夹。(bin和data文件夹在一级)3.进入bin文件夹,并设置数据库数据存放的地址变量cd Documents/develop/m...
分类:数据库   时间:2014-09-24 10:30:26    阅读次数:278
python - PyQuery
偶尔的机会,知道这么个扩展,手贱翻了下文档,发现似乎挺有意思,遂记录一二。what:这是一个python版本的jquery,而且是后端执行的,至少官方是这么说的:pyquery allows you to make jquery queries on xml documents. The API i...
分类:编程语言   时间:2014-09-21 18:14:21    阅读次数:219
字符串,字典,数组写入本地文件和从本地文件读取
一.字符串,字典,数组存储到本地文件  字符串,数组,字典存储到本地文件过程一样,只是要存储的数据类型不同而已,这里以字符串存储到本地文件为例,如下     NSString *content = @"将字符串存储到本地文件";     (1)获取Documents文件夹路径         参数:(1)指定文件夹,(2)设置查找域,(3)是否使用详细路径       ...
分类:其他好文   时间:2014-09-20 10:04:37    阅读次数:134
SPJS Upload for SharePoint: Custom upload page for uploading documents to various document libraries in a site collection
http://spjsblog.com/2013/12/08/spjs-upload-for-sharepoint-custom-upload-page-for-uploading-documents-to-various-document-libraries-in-a-site-collectio...
分类:Web程序   时间:2014-09-18 23:33:04    阅读次数:253
IIS ADMIN不能启动,提示错误代码-2146893818的解决方法
主要错误原因是因为‘C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys‘ 文件夹下keys被破坏了,修改一下名称就可以了。 该文件夹默认为隐藏,你可以直接在我的电脑里输入...
分类:其他好文   时间:2014-09-18 14:58:34    阅读次数:269
mac电脑安装mogodb指南
1:官网下载,解压,随意放到一个地方即可,重命名(mongodb),点击进入mogodb文件夹,新建dbs文件夹2:打开命令工具,cd /XX/mongodb,进入mongodb3:在命令行执行:pwd, 然后找到绝对路径,例如/Users/liu/Documents/nodejs/mongodb4...
分类:数据库   时间:2014-09-18 14:46:43    阅读次数:303
uva 1339
Ancient Roman empire had a strong government system with various departments, including a secret service department. Important documents were sent bet...
分类:其他好文   时间:2014-09-17 23:09:32    阅读次数:338
exe文件当前目录搜索文件
方法: //std::string dir = "C:\\Users\\xzd\\Documents\\KinectFile\\2014-09-07\\Select\\mengyue\\"; std::string dir = ".\\pcdFiles\\"; //在exe当前目录...
分类:其他好文   时间:2014-09-17 21:46:42    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!