现场的weblogic报错,导致数据无法下发,报错信息如下:
### Error opening session. Cause: org.hibernate.exception.GenericJDBCException: Connection closed
### Cause: org.hibernate.exception.GenericJDBCException: Con...
分类:
数据库 时间:
2015-04-14 21:31:21
阅读次数:
155
1.先写好toast的js代码:
/**
* 模仿android里面的Toast效果,主要是用于在不打断程序正常执行的情况下显示提示数据
* @param config
* @return
*/
var Toast = function(config){
this.context = config.context==null?$('body'):con...
分类:
移动开发 时间:
2015-04-14 09:57:36
阅读次数:
239
1、查看oracle版本SQL> select * from v$version;BANNER CON_ID------------------------------------------------------------------------------------------ -----...
分类:
数据库 时间:
2015-04-13 18:23:31
阅读次数:
169
1. ”An internal error occurred during: "Launching New_configuration". Path for project must have only one segment.“
解决方法:
Project -> Properties -> Run/Debug Settings:
1. select "Launching New_con...
分类:
移动开发 时间:
2015-04-13 16:45:54
阅读次数:
450
出错代码如下: //1.create HTablePoolHTablePool hp=new HTablePool(con, 1000);//2.get HTable from HTablepool HTable ht=(HTable)hp.getTable(tName);出错原因,主要是版本更.....
分类:
编程语言 时间:
2015-04-13 16:18:48
阅读次数:
288
java标签顾名思义就是在指定的地方打个标记,程序执行到某个特定的地方返回到标记处,再执行某些操作。介绍“标签”先要介绍break和continue关键字。 break关键字:指停止当前代码块 continue关键字:指停止当次代码块 为什么说“代码块”看了下面就知道,break和con...
分类:
其他好文 时间:
2015-04-13 14:28:51
阅读次数:
99
Number of IslandsGiven a 2d grid map of'1's (land) and'0's (water), count the number of islands. An island is surrounded by water and is formed by con...
分类:
其他好文 时间:
2015-04-13 00:04:14
阅读次数:
229
http://www.weimi.cc/example-csharp.htmlstring mobile = "",con = "【微米】您的验证码是:610912,3分钟内有效。如非您本人操作,可忽略本消息。",uid = "",pas = "",url = "http://api.weimi.c...
namespace 函数{ //函数的作用:提高代码的重用性,一块封闭的代码块。 //语法结构:返回值(当执行完函数之后,返回的结果的数据类型),函数名,输入参数,输出参数,函数体。 //一:无返回值,无参数的函数 /* public void dayin() //只是调用,不需要返回值 { Con...
分类:
其他好文 时间:
2015-04-12 22:33:32
阅读次数:
261
Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 246913578, which happens to be another 9-digit number con...
分类:
其他好文 时间:
2015-04-12 16:16:59
阅读次数:
128