Linux 的 GConf error 解决办法问题:Centos系统创建用户oracle后,用该用户登陆系统,页面加载报错,导致重新进入Centos系统后出现:GConf error:Failed to contact configuration server;some possible caus...
分类:
数据库 时间:
2015-01-16 13:01:05
阅读次数:
264
1.概述Oracle“CONNECTBY”是层次查询子句,一般用于树状或者层次结果集的查询2.使用方式2.1.通过Connectby生成序列Oracle 构造一个月份的天数select to_date('200809','yyyymm')+(rownum-1) s_date from dual c....
分类:
数据库 时间:
2015-01-08 10:51:50
阅读次数:
253
题意:
让n个点和m个点对应,一个n只能对应一个m,一个m可以对应多个n,对每个n给出他能对应的m点集合,求m对应n多数的最小值。
分析:
网络流+二分。
代码:
//poj 2289
//sep9
#include
#include
using namespace std;
const int maxN=2048;
const int maxM=1000000; ...
分类:
其他好文 时间:
2015-01-08 09:43:03
阅读次数:
233
An error occurred on the server when processing the URL. Please contact the system administrator.If you are the system administrator please click her....
分类:
Web程序 时间:
2015-01-07 12:38:04
阅读次数:
184
CSS制作立体导航 Home About Me Portfolio Blog Resources Contact Me
分类:
其他好文 时间:
2015-01-05 20:15:45
阅读次数:
156
1.预置按钮类型
sdk提供了5个预置按钮类型:Detail Disclosure,Info Light,Info Dark,Contact Add,Rounded Rectangle。它们添加到sdk中首先是为了方便苹果公司自己。
构造方式:[UIButton buttonWithType:UIButtonTypeContactAdd];
2.显示系统私有UIButton风...
分类:
其他好文 时间:
2015-01-04 17:22:58
阅读次数:
336
在IIS7上配置一个asp程序,出现了一个错如提示:An error occurred on the server when processing the URL. Please contact the system administrator.If you are the system admin...
分类:
Web程序 时间:
2015-01-02 12:09:19
阅读次数:
126
按照以下操作解决: 请用户按以下操作,搞定。 请使用一台服务器测试: 开机看到dell标志时,按F2键→“System BIOS Setting” →“System Profile” (若有)请更改为Maxmum Performance。 或者选择为custom,确保一下4项都处于diable。
分类:
其他好文 时间:
2014-12-31 21:29:25
阅读次数:
1816
使用css3和伪元素制作的一个立体导航条供大家参考,代码如下: CSS制作立体导航 Home About Me Portfolio Blog Resources Contact ...
分类:
Web程序 时间:
2014-12-30 16:59:53
阅读次数:
168
在WINDOWS7或SERVER2008上安装了IIS7.5,调试ASP程序时出现以下错误: ? ?An error occurred on the server when processing the URL. Please contact the system administrator ? ?解决方法如下: ? ...
分类:
其他好文 时间:
2014-12-29 18:46:00
阅读次数:
213