码迷,mamicode.com
首页 >  
搜索关键字:con    ( 2749个结果
weblogic Cause: org.hibernate.exception.GenericJDBCException: Connection closed
现场的weblogic报错,导致数据无法下发,报错信息如下:     ### Error opening session.  Cause: org.hibernate.exception.GenericJDBCException: Connection closed     ### Cause: org.hibernate.exception.GenericJDBCException: Con...
分类:数据库   时间:2015-04-14 21:31:21    阅读次数:155
仿安卓的手机网页版toast
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
ORACLE 12C In-Memory性能测试
1、查看oracle版本SQL> select * from v$version;BANNER CON_ID------------------------------------------------------------------------------------------ -----...
分类:数据库   时间:2015-04-13 18:23:31    阅读次数:169
Android sdk manager 下载安装中的错误收集
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
Java 向Hbase表插入数据异常org.apache.hadoop.hbase.client.HTablePool$PooledHTable cannot be cast to org.apache.client.HTable
出错代码如下: //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
break和continue特殊玩法“标签”
java标签顾名思义就是在指定的地方打个标记,程序执行到某个特定的地方返回到标记处,再执行某些操作。介绍“标签”先要介绍break和continue关键字。 break关键字:指停止当前代码块 continue关键字:指停止当次代码块 为什么说“代码块”看了下面就知道,break和con...
分类:其他好文   时间:2015-04-13 14:28:51    阅读次数:99
[leetcode] Number of Islands
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
weimi 短信API post方式的简易代码。
http://www.weimi.cc/example-csharp.htmlstring mobile = "",con = "【微米】您的验证码是:610912,3分钟内有效。如非您本人操作,可忽略本消息。",uid = "",pas = "",url = "http://api.weimi.c...
分类:Windows程序   时间:2015-04-12 22:35:36    阅读次数:426
函数的主要内容
namespace 函数{ //函数的作用:提高代码的重用性,一块封闭的代码块。 //语法结构:返回值(当执行完函数之后,返回的结果的数据类型),函数名,输入参数,输出参数,函数体。 //一:无返回值,无参数的函数 /* public void dayin() //只是调用,不需要返回值 { Con...
分类:其他好文   时间:2015-04-12 22:33:32    阅读次数:261
00-自测4. Have Fun with Numbers (20)
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!