02 2018 档案
摘要:package com.wish.datastrustudy; import java.util.HashSet; import java.util.LinkedList; import java.util.List;import java.util.Set; public class String
阅读全文
摘要:<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> <
阅读全文
摘要:选择器 实例 选取 * $("*") 所有元素 #id $("#lastname") id="lastname" 的元素 .class $(".intro") 所有 class="intro" 的元素 element $("p") 所...
阅读全文
摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body><form action="{$actionUrl}fuyuandian/index.html" meth
阅读全文
摘要:字体属性:(font) 大小 {font-size: x-large;}(特大) xx-small;(极小) 一般中文用不到,只要用数值就可以,单位:PX、PD 样式 {font-style: oblique;}(偏斜体) italic;(斜体) normal;(正常) 行高 {line-heigh
阅读全文
摘要:public class TestIO { public static void main(String[] args) { File inputFile = new File("a.txt");//这个地方要考虑到a.txt和b.txt在项目中的位置 File outputFile = new F
阅读全文
摘要:File dir=new File("\\root"); File f1=new File(dir,"fileOne.txt"); File f2=new File(dir,"fileTwo.java"); if(!dir.exists()) dir.mkdir(); if (!f1.exists(
阅读全文

浙公网安备 33010602011771号