安装yii遇到的一些问题操作环境一、Permissiondenied问题在终端执行如下命令(注意因为是本地测试环境不需要考虑太多权限问题,如果正式环境请慎重)sudo chmod -R o+rw/Library/WebServer/Documents/basic/二、yii must be conf...
分类:
Web程序 时间:
2015-09-18 11:47:51
阅读次数:
211
1. register account by brower on https://pypi.python.org/pypi/2. register your moudle "nester" to PyPI via CMDC:\Users\eric\Documents\Python\nester>c:...
分类:
编程语言 时间:
2015-09-17 19:48:30
阅读次数:
238
1.命令程序所在路径:C:\WINDOWS\system32\subst.exe2.使用说明:C:\DocumentsandSettings\Administrator>subst/?将路径与驱动器号关联。SUBST[drive1:[drive2:]path]SUBSTdrive1:/Ddrive1:指定要指派路径的虚拟驱动器。[drive2:]path指定物理驱动器和要指派给虚拟驱动器的..
By default Visual Assist X stores its symbol database in the following directory tree:Under Windows 2000 and Windows XP:C:\Documents and Settings\ \Lo...
分类:
其他好文 时间:
2015-09-16 17:44:03
阅读次数:
174
接着上章,继续介绍MongoDB的查询。Querying on Embedded Documents有两种方式查询嵌入式的子Documents:查询整个Document或者查询个别的键值对。查询整个子Document和正常的查询是一样的。我们有一个document:{ "name":{ ...
分类:
数据库 时间:
2015-09-16 14:17:43
阅读次数:
285
//创建pdf图形上下文 NSString *path = [NSHomeDirectory() stringByAppendingString:@"/Documents/pdf.pdf"]; NSLog(@"%@",path); UIGraphicsBeginPDFContex...
分类:
其他好文 时间:
2015-09-13 21:24:43
阅读次数:
205
iOS沙盒每个ios应用都有自己的应用沙盒,应用沙盒就是文件系统目录,默认下iOS应用只能访问自己的沙盒extenaion是iOS8新开放的一种对几个固定系统区域的扩展机制,它可以在一定程度上弥补iOS的沙盒机制对应用间通信的限制应用程序包:Documents 持久化数据tmp 临时目录Librar...
分类:
移动开发 时间:
2015-09-11 19:13:39
阅读次数:
206
1.?问题描述 若启用了磁盘缓存,默认的会在C:\Documents?and?Settings\Administrator\.FineReport80(windows下)下创建cache即缓存文件夹,一般呢,C盘的空间会很小,如保存在C盘会增加对C盘的压力,那么有没...
分类:
其他好文 时间:
2015-09-11 16:15:10
阅读次数:
173
第一节Relational DB -> Databases -> Tables -> Rows -> ColumnsElasticsearch -> Indices -> Types -> Documents -> Fields1.6小节"match" : { "abou...
分类:
其他好文 时间:
2015-09-11 12:05:53
阅读次数:
190
第一种: File f = new File(this.getClass().getResource("/").getPath()); System.out.println(f); 结果: C:\Documents%20and%20Settings\Administrator\workspace\p...
分类:
编程语言 时间:
2015-09-10 12:55:53
阅读次数:
189