码迷,mamicode.com
首页 >  
搜索关键字:show error    ( 48646个结果
java.lang.NoClassDefFoundError: org/hibernate/cfg/Configuration解决方法
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
oracle连接进程数设置
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
MongoDB操作
通过服务器中转访问其他服务器:su - ptkfcz输入passwordssh 用户@转接服务IP使用locate命令定位mongo位置进入mongo的bin目录下:输入命令进去mongoDB:./mongo IP:端口show dbs,use db,show tables
分类:数据库   时间:2014-06-18 20:18:05    阅读次数:248
win7硬盘安装Ubuntu12.04 64位时显示Error 15: File not found.
安装Ubuntu12.04 -64位时,用EasyBCD建好引导文件重启电脑后出现如下错误:Error 15: File not found原因一个是安装文件所在盘符不对,另一个是文件名。Ubuntu12.04 32位的ISO包解压后casper文件夹下内核文件为vmlinuz,而64位解压后cas...
分类:Windows程序   时间:2014-06-18 18:27:02    阅读次数:336
android 常见错误集锦
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
[Unity菜鸟] 协成Coroutine
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
error while loading shared libraries: libevent-2.0.so.5解决办法
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主从连接报错ERROR 1201
做主从同步时的报错: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!