会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
@我爱吃西瓜~~~
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
2016年12月1日
QQ列表展示
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head><style>ul,h2{margin: 0; padding: 0;}li{list-style-type: none;}#list{width:
阅读全文
posted @ 2016-12-01 00:02 耳朵像图图
阅读(294)
评论(0)
推荐(0)
2016年11月30日
自动生成V字型
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title><style>#input1{margin-left: 200px;}#div1{position: relative;top: 100px;margin: 0 20
阅读全文
posted @ 2016-11-30 04:58 耳朵像图图
阅读(332)
评论(0)
推荐(0)
Js-知识小总结
摘要: 1.给标签价 class属性的时候,记住是 ClassName, 例如:var oImg = document.getElementById('img1'); 要给这个对象价class属性 oimg.class这个写法是错误的,oimg.className才是正确的写法 2. 在javascipt中
阅读全文
posted @ 2016-11-30 01:24 耳朵像图图
阅读(213)
评论(0)
推荐(0)
2016年11月29日
Js图片切换
摘要: <!DOCTYPE html><html<head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="css/1.css" /> <style> 在css中,因为p标签有个margin ,所以margin 要置为
阅读全文
posted @ 2016-11-29 05:26 耳朵像图图
阅读(185)
评论(0)
推荐(0)
2016年11月27日
mybatis 加载配置文件的两种方式
摘要: package com.atguigu.day03_mybaits.test; import java.io.IOException;import java.io.InputStream;import java.io.Reader; import org.apache.ibatis.io.Resou
阅读全文
posted @ 2016-11-27 23:42 耳朵像图图
阅读(4240)
评论(0)
推荐(1)
遍历打印目录文件
摘要: 文件 public static void printFile(File f,int level){ for(int i=0;i<level;++i){ System.out.print("-"); } System.out.println(f.getName()); if(f.isDirector
阅读全文
posted @ 2016-11-27 16:54 耳朵像图图
阅读(184)
评论(0)
推荐(0)
java 日历代码实现
摘要: System.out.println("请输入日期(按照格式:2030-3-10):"); //在控制台输入 //String str="2016-9-26"; Scanner scanner=new Scanner(System.in); String str=scanner.nextLine()
阅读全文
posted @ 2016-11-27 02:00 耳朵像图图
阅读(1219)
评论(0)
推荐(0)
2016年11月26日
包装类 拆箱和装箱的注意事项
摘要: public static void main(String[] args) { Integer a=1000; Integer b=1000; System.out.println(a==b);//false System.out.println(a.equals(b));//true // Sy
阅读全文
posted @ 2016-11-26 12:43 耳朵像图图
阅读(220)
评论(0)
推荐(0)
上一页
1
2
3
公告