上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 37 下一页

2018年4月14日

摘要: 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 阅读(516) 评论(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 阅读(123) 评论(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 阅读(127) 评论(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 阅读(97) 评论(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 阅读(103) 评论(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 阅读(140) 评论(0) 推荐(0)

2018年1月31日

该文被密码保护。 阅读全文
posted @ 2018-01-31 13:47 sunny_2016 阅读(4) 评论(0) 推荐(0)
摘要: 1.查找错误日志文件:grep "error" text.txt | wc -l 阅读全文
posted @ 2018-01-31 13:40 sunny_2016 阅读(97) 评论(0) 推荐(0)

2018年1月23日

摘要: package com.baidu.mysql;import java.sql.*; public class MysqlJdbc { /** * @param args */ public static void main(String[] args) { // TODO Auto-generat 阅读全文
posted @ 2018-01-23 13:10 sunny_2016 阅读(172) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 37 下一页

导航