自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 web前台的学习

body{ color: green; font-size:14px;}h1,h2{ font-family:"Comic Sans MS",Arial,"Times New Roman"; font-size: 150%;}h1{ border-bottom: 2px solid gray; font-size: 220%;}

2016-11-03 17:25:03 306

原创 java中各种类型转换

public class Main { //整形,小数,字符串,时间相互转换 public static void main(String[] args) throws ParseException { // write your code here //数字和字符串相互转换 Integer i= 100; String str

2016-11-02 15:38:06 295

原创 java练习 扑克牌

public class puke{ private card[] m_card = null; private String[] colors = {"红桃","黑桃","方片","草花"}; private int[] values = {1,2,3,4,5,6,7,8,9,10,11,12,13}; public puke() {

2016-11-02 15:36:25 313

原创 查找文件中单词所在的段落

public class lianxi{ public static void main(String[] args) throws IOException { File f= new File("C:\\Documents and Settings\\ttc\\桌面\\录像\\src\\dept.java"); FileReader fr=new

2016-10-31 14:40:57 343

原创 map统计单词次数的练习

package com.company;import java.util.*;public class Main { public static void main(String[] args) { // write your code here System.out.println("请输入一段英文"); Scanner sc = new S

2016-10-31 11:34:32 423

原创 JDBC的学习

public class 连接{ public static void main(String[] args) throws ClassNotFoundException, SQLException { Class.forName("com.mysql.jdbc.Driver"); String st ="jdbc:mysql://localhos

2016-10-27 17:38:35 180

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除