1.使用String对象存储字符串 String s="Helloword" String s=new String(); String s=new String("Helloword") 2.String类位于包java.lang包中,具有丰富的方法 计算字符串的长度,比较字符串,连接字符串,提取 ...
分类:
其他好文 时间:
2017-05-22 15:00:48
阅读次数:
145
1、错误描写叙述八月 14, 2015 3:03:05 下午 com.opensymphony.xwork2.util.logging.jdk.JdkLogger warn 警告: Request exceeded size limit! org.apache.commons.fileupload. ...
分类:
数据库 时间:
2017-05-21 21:47:27
阅读次数:
235
首先导入mysql的驱动jar包 1、第一种方法 2、第二种方法 3、第三种方法 ...
分类:
数据库 时间:
2017-05-21 20:34:38
阅读次数:
161
原文作者:Aaron Ballman原文时间:2011年07月04日原文地址:http://blog.aaronballman.com/2011/07/reconstructing-a-corrupted-stack-crawl/翻译:magictong时间:2014年05月29日夜后记:可惜原始的 ...
分类:
其他好文 时间:
2017-05-21 19:44:30
阅读次数:
254
1.概述 频繁的创建和销毁数据库连接消耗非常多的系统资源,创建一个池子, 管理一定数量的连接,用的时候去池中取,用完了放回池中,这时比较通用的做法。 2.关键字 LinkedList synchronized InvocationHandler CountDownLatch 3. 代码 3.1 Co ...
分类:
数据库 时间:
2017-05-21 14:52:41
阅读次数:
308
原创博文,转载请标明出处--周学伟 http://www.cnblogs.com/zxouxuewei/ Python 内置函数 ...
分类:
编程语言 时间:
2017-05-20 23:41:37
阅读次数:
275
Problem statement: Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target n ...
分类:
其他好文 时间:
2017-05-20 21:13:19
阅读次数:
218
Python 基础之 线程与进程 在前面已经接触过了,socket编程的基础知识,也通过socketserver 模块实现了并发,也就是多个客户端可以给服务器端发送消息,那接下来还有个问题,如何用多线程与多进程来实现并发呢?今天就来了解一下这方面的知识。 一、进程与线程的概念介绍 多任务处理是指用户 ...
分类:
编程语言 时间:
2017-05-20 17:23:18
阅读次数:
220
1、flexbox-CSS3弹性盒模型flexbox布局完整版教程(转)2、CSS3盒模型display:box详解(转) ...
分类:
Web程序 时间:
2017-05-19 18:42:22
阅读次数:
243
Flash Builder4破解步骤 1、安装Flash Builder4.0试用版 2、找到Flash Builder4的安装路径,查找例如以下对应的文件 3、改动例如以下文件下的文件 (1)找到Adobe Flash Builder 4 Installer\Adobe Flash Builder ...
分类:
其他好文 时间:
2017-05-17 19:12:40
阅读次数:
254