码迷,mamicode.com
首页 >  
搜索关键字:version    ( 21237个结果
enable Remote TCP conection in PostGres
Bydefault,RemoteTCPconnectionisnot enabledinPostGres.DefaultbehavioristolistenforTCP/IPconnections onlyonthelocalloopbackaddresslocalhost.Thereforeweneedto modifypg_hba.confFiletoenableremoteaccessinPostGresatC:\ProgramFiles\PostGresSQL\9.3\data(ExampleforP..
分类:其他好文   时间:2014-09-02 12:38:05    阅读次数:207
Android - "cause failed to find target android-14" 问题
"cause failed to find target android-14" 问题本文地址: http://blog.csdn.net/caroline_wendyAndroid Studio 在加载OpenCV库时, 会出现报错: "cause failed to find target android-14"修改app文件夹中的build.gradle文件即可. 把SdkVersion改为...
分类:移动开发   时间:2014-09-02 12:29:54    阅读次数:224
Oracle 11g虚拟列上建分区
在Oracle 11g上,可以在虚拟列上做分区,这个特性还比较有用,下面来做一个测试: SQL> select * from v$version; BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edi...
分类:数据库   时间:2014-09-02 12:28:24    阅读次数:194
PL/SQL个人学习笔记(二)
declare cursor s is select version from city_server t; s_ city_server.version%type;begin open s; fetch s into s_; if s_>2 then DBMS_OUTPUT.put_line(s_); end if; close s;end;...
分类:数据库   时间:2014-09-02 10:35:24    阅读次数:200
Vim+Taglist+Ctags(源码阅读).
终于搞定了,之前弄那么两天配置,都不成功.需要软件:ctagstaglist1,ctags. 1)说明: 这个我就不演示了,我的RedHat5.5本身就有ctags. 2)验证ctags是否已经安装: 在终端上输入ctags --version后,会出现如下所示信息(表示安装过):E...
分类:其他好文   时间:2014-09-01 22:23:53    阅读次数:705
macBook下更新python
#!/usr/bin/bash#python版号需要修改两个地方#1. new_version#sudo -i #得到超级权限new_version="3.4"PYPATH=/System/Library/Frameworks/Python.framework/Versions/"$new_vers...
分类:编程语言   时间:2014-09-01 19:18:33    阅读次数:234
Node.js+socket.io在线聊天室
Node.js+socket.io实现在线聊天室,照着这个教程做的,稍加改动即可实现。        Node.js:0.10.31        Express:3.* 创建工程chat: 添加几个文件,工程结构如下 代码: package.json: { "name": "application-name", "version": "0.0.1", "pr...
分类:Web程序   时间:2014-09-01 17:45:32    阅读次数:254
Installation error: INSTALL_FAILED_VERSION_DOWNGRADE
提升Manifest文件中的versionCode即可
分类:其他好文   时间:2014-09-01 15:53:43    阅读次数:173
iStylePDF接口对象必知必会系列之Document
Document--文档对象文档对象就是指PDF文档对象,集合中包含了多个文档对象。通过Documents的Item(index)属性就能够获取指定的文档对象。属性:Id:文档对象在集合中的ID号,根据打开顺序来计算,这个号是唯一的。Version:PDF文档的版本号,目前是1.0-1.7。DocumentInformation..
分类:其他好文   时间:2014-09-01 15:51:54    阅读次数:280
启动模块
核心与核心模块核心:/boot/vmlinuz或/boot/vmlinuz-version;核心解压缩所需RAMDisk:/boot/initrd(/boot/initrd-version);核心模块:/lib/modules/version/kernel或/lib/modules/$(uname-r)/kernel;核心原始码:/usr/src/linux或/usr/src/kernels/(要安装才会有,默认不安..
分类:其他好文   时间:2014-09-01 15:47:34    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!