上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 35 下一页

2018年7月31日

摘要: 2017年01月17日 17:08:25 阅读数:2044 2017年01月17日 17:08:25 阅读数:2044 阅读数:2044 import java.awt.AWTException;import java.awt.Robot;import java.awt.event.InputEve 阅读全文
posted @ 2018-07-31 19:21 sunny_2016 阅读(155) 评论(0) 推荐(0)

2018年4月14日

摘要: public class comstring { public static void main(String[] args) { // TODO Auto-generated method stub String a ="70099999"; String b = "RH007"; String 阅读全文
posted @ 2018-04-14 20:53 sunny_2016 阅读(96) 评论(0) 推荐(0)
摘要: public class compint { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub// int a = 70071234; int a = In 阅读全文
posted @ 2018-04-14 20:52 sunny_2016 阅读(266) 评论(0) 推荐(0)
摘要: public class splitdemo { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub String str = "abc,12,3yy98,0 阅读全文
posted @ 2018-04-14 20:51 sunny_2016 阅读(501) 评论(0) 推荐(0)
摘要: public class TestConvert2 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int i = 1,j; float f1 = 0 阅读全文
posted @ 2018-04-14 20:50 sunny_2016 阅读(110) 评论(0) 推荐(0)
摘要: public class TestConvert { /**容量小的类型自动转化为容量大的类型数据类型按容量大小排列 * byte,short,char -> int ->long->float->double * @param args前三种不相互转换,计算时先转回int */ public st 阅读全文
posted @ 2018-04-14 20:47 sunny_2016 阅读(101) 评论(0) 推荐(0)

2018年2月7日

摘要: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://WebXml.com.cn/"> <soapenv:Header/> <soapenv:Body> <web:g 阅读全文
posted @ 2018-02-07 13:28 sunny_2016 阅读(85) 评论(0) 推荐(0)

2018年2月5日

摘要: alter table my_class add id varchar(10);alter table my_class change id id varchar(10) first;alter table my_class change class room varchar(10);truncat 阅读全文
posted @ 2018-02-05 13:22 sunny_2016 阅读(90) 评论(0) 推荐(0)

2018年2月1日

该文被密码保护。 阅读全文
posted @ 2018-02-01 13:34 sunny_2016 阅读(1) 评论(0) 推荐(0)
摘要: JVM的内存结构以及性能调优 发布时间: 2017-11-22 阅读数: 16675 JVM的内存结构以及性能调优1:JVM的结构主要包括三部分,堆,栈,非堆内存(方法区,驻留字符串)堆上面存储的是引用数据类型的实例,栈当中存储的是变量的引用,方法区主要存储的是运行时常量池,以及类、方法相关的数据. 阅读全文
posted @ 2018-02-01 13:32 sunny_2016 阅读(113) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 35 下一页

导航