摘要: /** * @创建日期 2013-07-15 * @创建时间 14:25:59 * @版本号 V 1.0 */ public class CosTest { public static void main(String[] args) { String sql = "select * from te 阅读全文
posted @ 2016-11-26 13:06 逃亡中_ 阅读(18245) 评论(0) 推荐(1)
摘要: 废话不必多说,直接上代码: package stytle; import java.util.ArrayList;import java.util.Iterator;import java.util.List; /*** @author buru* @date 2009年11月29日15:04:04 阅读全文
posted @ 2016-11-26 13:02 逃亡中_ 阅读(2876) 评论(0) 推荐(0)
摘要: 以下内容来自mysql手册: 13.5.5.3. KILL语法KILL [CONNECTION | QUERY] thread_id每个与mysqld的连接都在一个独立的线程里运行,您可以使用SHOW PROCESSLIST语句查看哪些线程正在运行,并使用KILL thread_id语句终止一个线程 阅读全文
posted @ 2016-11-26 11:45 逃亡中_ 阅读(1804) 评论(0) 推荐(0)