码迷,mamicode.com
首页 >  
搜索关键字:postgresql index    ( 36641个结果
Linux下通过JDBC连接Oracle,SqlServer和PostgreSQL
今天正好需要统计三个网站栏目信息更新情况,而这三个网站的后台采用了不同的数据库管理系统。初步想法是通过建立一个小的Tomcat webapp,进而通过JDBC访问这三个后台数据库,并根据返回的数据生成报表。1 开发环境数据库管理系统:一个是SqlServer 2000,另一个是Oracle 9i,再...
分类:数据库   时间:2014-05-27 01:33:43    阅读次数:327
yui datatable动态修改行号
相关函数getRecord :YAHOO.widget.Record getRecord ( row )For the given identifier, returns the associated Record instance.传入RecordSet position Index或者Recod...
分类:其他好文   时间:2014-05-24 06:23:14    阅读次数:323
更改nginx默认的网页目录
默认网站根目录为/usr/local/nginx/html,要将它改成/homw/wwwvi /usr/local/nginx/conf/nginx.conf将其中的 location / { root html; index index.php index.html i...
分类:Web程序   时间:2014-05-24 04:58:02    阅读次数:229
Nginx 配置说明
Nginx支持伪静态(在 nginx.conf 中 修改如下)参考链接location / { index index.html index.php; if (-d $request_filename){ rewrite ^/(.*)([^/...
分类:其他好文   时间:2014-05-24 03:02:12    阅读次数:266
Mvc中域的添加和不同域之间的跳转
一、在新添加的域中中的AreaRegistration中作如下设置:二、在原来的Global.asax中设置:三、不同域之间的跳转@Url.Action("Index", "Imageselect", new { Area = "" })为空表示跳转到原来的域。
分类:Web程序   时间:2014-05-24 02:53:56    阅读次数:332
Ambari postpresql 无法启动 FATAL: no pg_hba.conf entry
Caused by: org.postgresql.util.PSQLException: FATAL: no pg_hba.conf entry for host "127.0.0.1", user "ambari", database "ambari", SSL off at org.postg...
分类:数据库   时间:2014-05-24 02:19:00    阅读次数:1901
js 删除
/**方法:Array.remove(dx)*功能:根据元素值删除数组元素.*参数:元素值*返回:在原数组上修改数组*作者:pxp*/Array.prototype.indexOf=function(val){for(vari=0;i-1){this.splice(index,1);}};/**方法...
分类:Web程序   时间:2014-05-24 00:22:05    阅读次数:308
Redis 介绍与使用
数据库主要类型有对象数据库,关系数据库,键值数据库等等,对象数据库太超前了,现阶段不提也罢;关系数据库就是平常说的MySQL,PostgreSQL这些熟的不能再熟的东西,至于键值数据库则是本文要着重说的,其代表主要有MemcacheDB,Tokyo Cabinet等等。Redis本质上也是一种键值数...
分类:其他好文   时间:2014-05-23 23:49:15    阅读次数:566
小白书关于动态规划
10192 最长公共子序列 http://uva.onlinejudge.org/index.php?option=com_onlinejudge& Itemid=8&page=show_problem&category=114&problem=1133&mosmsg= Submission...
分类:其他好文   时间:2014-05-23 22:30:07    阅读次数:528
【spring】实现restful
1. 创建一个新的web工程,导入springMVC的jre包。2. web.xml添加配置 index.jsp webAppRootKey springmvc.root contextC...
分类:编程语言   时间:2014-05-23 22:24:41    阅读次数:452
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!