Autowiring of fields failed; nested exception is...........Error creating bean with name 'siteOperaterFactory': Autowiring of fields fa ...........jav...
分类:
编程语言 时间:
2014-06-18 22:12:24
阅读次数:
221
SQL> select count(*) from v$session #连接数SQL> Select count(*) from v$session where status='ACTIVE' #并发连接数SQL> show parameter processes #最大连接 process:.....
分类:
数据库 时间:
2014-06-18 20:28:17
阅读次数:
289
通过服务器中转访问其他服务器:su - ptkfcz输入passwordssh 用户@转接服务IP使用locate命令定位mongo位置进入mongo的bin目录下:输入命令进去mongoDB:./mongo IP:端口show dbs,use db,show tables
分类:
数据库 时间:
2014-06-18 20:18:05
阅读次数:
248
安装Ubuntu12.04 -64位时,用EasyBCD建好引导文件重启电脑后出现如下错误:Error 15: File not found原因一个是安装文件所在盘符不对,另一个是文件名。Ubuntu12.04 32位的ISO包解压后casper文件夹下内核文件为vmlinuz,而64位解压后cas...
1、用Eclipse安装APP程序时,报Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE错误,也就是说内存不够用引起的,解决办法有如下两种: a、把手机内的没用安装包清掉一些,或者卸载一些没用的APP,腾出足够的内存,然后在进行安装; ....
分类:
移动开发 时间:
2014-06-18 16:58:18
阅读次数:
220
做算法题时实现的一份大数乘法运算代码。没来得及详细整理,读者可以参考一下。代码可以在VS2005上直接运行。#include "stdafx.h"#include #include #include using namespace std;#define OK 0#define ERROR ...
分类:
其他好文 时间:
2014-06-18 16:47:30
阅读次数:
202
1.2. 逐层显示出楼房 void Start() { for (int i = 1; i < 14; i++) //第1秒显示第1层,第10秒的时候显示第10层 { StartCoroutine(Show(i)); } ...
分类:
其他好文 时间:
2014-06-18 16:13:02
阅读次数:
926
CentOS下如何安装libevent1.下载安装包新版本是libevent-2.0.10-stable。(如果你的系统已经安装了libevent,可以不用安装)官网:http://www.monkey.org/~provos/libevent/下载:http://www.monkey.org/~p...
分类:
其他好文 时间:
2014-06-18 15:46:17
阅读次数:
273
做主从同步时的报错:mysql>changemastertomaster_host=‘192.168.10.151‘,master_user=‘repl‘,master_password=‘zrer90‘,master_log_file=‘mysql2-bin.000004‘,master_log_pos=98;ERROR1201(HY000):Couldnotinitializemasterinfostructure;moreerrormessagescanbefoundinthe..
分类:
数据库 时间:
2014-06-16 16:00:06
阅读次数:
279
publicclassTest
{
publicstaticvoidmain(String[]args)throwsException{
Childrenc=newChildren();
c.show();
}
}
classParent
{
publicvoidshow(){
stepOne();
stepTwo();
}
voidstepOne(){
System.out.println("parent.stepOne()");
}
voidstepTwo(){
/..
分类:
其他好文 时间:
2014-06-16 15:12:59
阅读次数:
178