- 博客(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关注的人