码迷,mamicode.com
首页 >  
搜索关键字:documents    ( 1362个结果
SQLite编码
?SQLite编码?讲师:李明杰?技术博客:http://www.cnblogs.com/mjios?SQLite3?在iOS中使用SQLite3,首先要添加库文件libsqlite3.dylib和导入主头文件?创建、打开、关闭数据库?创建或打开数据库// path为:~/Documents/per...
分类:数据库   时间:2015-10-18 01:11:39    阅读次数:242
WINDOWS下更改MYSQL数据路径(datadir)后服务启动1067解决不能改变mysql数据库存储位置
晚上安装完MYSQL(系统:深度WINXPSP2, MYSQL版本:5.1.32)后,用MYSQL自带的配置工具配置完发现默认的数据存放路径是:C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.1/Da...
分类:数据库   时间:2015-10-16 18:54:47    阅读次数:192
转载)Detecting the File Download Dialog In the Browser
Detecting the File Download Dialog In the BrowserWeb applications sometimes need to create documents (PDF, Excel, Word, TIFF, etc.) based on some user...
分类:其他好文   时间:2015-10-16 13:36:29    阅读次数:248
文件大小的计算和文件夹大小的计算
1读取本地documents文件里文件夹的大小(我们可以利用NSDirectoryEnumerator这个类) NSString * Docupath = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDoma...
分类:其他好文   时间:2015-10-16 13:33:28    阅读次数:112
Borland license information was found,but it is not valid for delphi.
The startDelphi7come amiss:Borland license information was found,but it is not valid for delphi.Solve a method:1) Delete the file: C:\documents and se...
分类:Windows程序   时间:2015-10-14 17:27:28    阅读次数:237
超简单的同步本地git仓库到远端服务器
平台:win7;github本地目录在C:\Users\ZY\Documents\GitHub。1、添加ssh-key到github服务器上: a)、生成ssh-key:C:\Users\ZY\Documents\GitHub> ssh-keygen -t rsa -C "you-name"。一路....
分类:其他好文   时间:2015-10-13 16:46:35    阅读次数:247
NSFileManager文件管理者
iOS的沙盒机制,应用只能访问自己应用目录下的文件。iOS不像android,没有SD卡概念,不能直接访问图像、视频等内容。iOS应用产生的内容,如图像、文件、缓存内容等都必须存储在自己的沙盒内。默认情况下,每个沙盒含有3个文件夹:Documents, Library 和 tmp。Library包....
分类:其他好文   时间:2015-10-12 22:20:25    阅读次数:193
Java读取文件夹大小的6种方法及代码
(一)单线程递归方式package com.taobao.test; import java.io.File; public class TotalFileSizeSequential { public static String fileName = "C:\\Documents and ...
分类:编程语言   时间:2015-10-12 17:19:18    阅读次数:274
VS2010安装帮助文档出现错误
安装VS2010后的帮助文档安装出现错误:未能在指定文件夹中创建本地存储区安装完VS2010后,出现错误,取消后再安装MSDN打开“Help Library 管理器 - Microsoft Help 查看器 1.0”提示“请为本地内容选择位置”默认的位置是在“C:\Documents and Set...
分类:其他好文   时间:2015-10-12 12:37:57    阅读次数:272
[VS2012] 无法查找或打开 PDB 文件
http://www.cnblogs.com/southernduck/archive/2012/11/23/2784966.html用VS2012调试一个控制台程序的时候,出现一下提示信息:“wrt2txt.exe”(Win32): 已加载“F:\Users\Young\Documents\vis...
分类:数据库   时间:2015-10-11 21:23:46    阅读次数:345
1362条   上一页 1 ... 79 80 81 82 83 ... 137 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!