package cn.rick.study;import java.io.BufferedReader;import java.io.InputStreamReader;import java.util.Scanner;/** * * @author Rick-bao date 2014-8-29....
分类:
编程语言 时间:
2014-08-29 21:22:48
阅读次数:
355
Introduction to "serial device driver" (My study note)
膜拜大神的作品....
分类:
其他好文 时间:
2014-08-29 02:53:07
阅读次数:
300
http://acm.hdu.edu.cn/showproblem.php?pid=1712Problem DescriptionACboy has N courses this term, and he plans to spend at most M days on study.Of cours...
分类:
其他好文 时间:
2014-08-27 21:40:58
阅读次数:
287
1. Before expanding:
2. coding:
Smooth Animated Menu
body {
background-color: #F3F3F3;
font-family: "Lucida Grande", arial, sans-serif;
...
分类:
Web程序 时间:
2014-08-27 14:45:58
阅读次数:
251
1、QQ个人文件夹设置到D盘,D:\ProgramData\QQ2、IE收藏夹设置到D盘,IE缓存设置到D盘例如我想把收藏夹默认的保存路径改到D:\study下。关闭Internet Explorer浏览器,打开资源管理器,到C:\Documents and Settings\Administrat...
1. Before unfolding:
2. After unfolding:
3. coding:
Home
.parent {
width: 500px;
color: white;
}
.label {
width: 500...
分类:
Web程序 时间:
2014-08-25 17:12:34
阅读次数:
215
Recently, I study the package net/url of Golang.I was puzzled about the escape and unescape of url string.then I find a clear and accurate answer at:h...
分类:
其他好文 时间:
2014-08-24 23:48:33
阅读次数:
289
章节:自动化基础篇——Monkey原理初步和改良优化(第三讲)网易云课堂:http://study.163.com/course/courseLearn.htm?courseId=712011#/learn/video?lessonId=878100&courseId=712011主要讲解内容与笔记...
分类:
移动开发 时间:
2014-08-24 21:59:53
阅读次数:
279
脚本:#!/usr/bin/envpython
#encodingutf-8
importos
importtypes
Driver="d:"
#输出D盘下的所有文件
foriinos.walk(Driver+os.sep+"python-study"):
print(type(i))
print(i) 输出结果<class‘tuple‘>(‘d:\\python-study‘,[],[‘1.txt‘,‘a.py‘,‘a1.py‘,‘a2.py‘,‘a3-fo..
分类:
其他好文 时间:
2014-08-22 02:56:55
阅读次数:
220
一、修改Servlet的默认模板代码 使用MyEclipse创建Servlet时,根据默认的Servlet模板生成的Servlet代码如下: 1 package gacl.servlet.study; 2 3 import java.io.IOException; 4 import java...
分类:
Web程序 时间:
2014-08-21 18:48:55
阅读次数:
282