1. Open a command console and go to the directory where you installed Postgre server.
e.g. D:\Program Files\PostgreSQL\9.3\bin>
2. Drill down into BIN folder and issue following command.
psql -d -...
分类:
其他好文 时间:
2014-11-12 19:51:25
阅读次数:
215
在mac中搭建php的开发环境1. apach ---- 推荐用MAMP。你只要把你的php文件/项目放入到htdocs(/Applications/MAMP/htdocs)目录下,启动mamp,输入localhost就可以直接看见你这个目录下的所有文件了。--由于这种相对简单,这里不再赘述,如果任...
分类:
数据库 时间:
2014-11-12 16:25:58
阅读次数:
261
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如: tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory ...
分类:
其他好文 时间:
2014-11-12 12:07:25
阅读次数:
201
lsattr命令显示文件和目录的隐藏权限lsattr语法参数:lsattr[-RVadv][files...]-d参数:显示目录的隐藏权限[root@localhost~]#lsattrfile-------------file[root@localhost~]#lsattr-ddirectory/-------------directory/说明:红色部分是隐藏权限的位置,默认创建的文件和目录..
分类:
其他好文 时间:
2014-11-12 11:56:23
阅读次数:
156
ASP(Active Server Page)是Microsoft公司推出的基于PWS(Personal Web Server)&IIS(Internet Information Server)平台的、基于ISAPI(InternetServiceAPI)原理的动态网页开发技术,目前日趋成熟完善.....
分类:
Web程序 时间:
2014-11-12 10:29:12
阅读次数:
170
摘要:大多数 Active Server Pages (ASP) 应用程序都要通过字符串连接来创建呈现给用户的 HTML 格式的数据。本文对几种创建此 HTML 数据流的方法进行了比较,在特定情况下,某些方法在性能方面要优于其他方法。本文假定您已经具备一定的 ASP 和 Visual Basic.....
分类:
Web程序 时间:
2014-11-12 10:27:58
阅读次数:
226
Refference1.How to understand the directory structure of android root tree?http://stackoverflow.com/questions/9046572/how-to-understand-the-directory-...
分类:
移动开发 时间:
2014-11-11 20:47:13
阅读次数:
173
unity中有一些知识点比较碎,每次用到的时候都要去网上查,实在有些浪费时间,把这些知识点集中到一起倒是不错的想法,下面就是一些琐碎的知识点,以后会逐渐更新...1,gameObject.active 表示是否在场景中停用改物体,当active=false的时候,GameObject无法find此物...
分类:
编程语言 时间:
2014-11-11 20:45:05
阅读次数:
174
httpd是Apache的主程序,由它来实现Apache的所有功能,通过参数我们可以很好地控制它。 -D name:通过指定<IfDefine>容器的名称来确认是否使用<IfDefine>容器的内容。 -d directory:指定一个新的ServerRoot(也就...
分类:
Web程序 时间:
2014-11-11 19:21:35
阅读次数:
256
今天在给工程添加百度地图SDK时,涉及到百度地图的模拟器与真机环境下的.a文件的合并,在使用终端进行 合并时,出现:xcrun: error: active developer path ("/Volumes/Xcode/Xcode.app/Contents/Developer") does not...
分类:
其他好文 时间:
2014-11-11 18:42:34
阅读次数:
177