02 2016 档案

CSS 会被继承的属性
摘要:文本 color(颜色,a元素除外) direction(方向) font(字体) font-family(字体系列) font-size(字体大小) font-style(用于设置斜体) font-variant(用于设置小型大写字母) font-weight(用于设置粗体) letter-spa 阅读全文

posted @ 2016-02-15 17:36 AlexGeng 阅读(1113) 评论(1) 推荐(2)

List的遍历和删除元素
摘要:package test; import java.util.ArrayList; import java.util.Iterator; import java.util.List; public class ListExercise { public static void main(String 阅读全文

posted @ 2016-02-15 13:20 AlexGeng 阅读(441) 评论(0) 推荐(0)

java中unicode和中文相互转换
摘要:package test.com.gjob.services; import java.util.Properties; public class Test { public static void main(String[] args) { String s = "简介"; String tt = 阅读全文

posted @ 2016-02-14 17:21 AlexGeng 阅读(4878) 评论(0) 推荐(0)

导航