自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

自然

滴水石穿

  • 博客(4)
  • 资源 (10)
  • 收藏
  • 关注

原创 【SNMP】Simple Network Management Protocol Reading Guider

【SNMP】Simple Network Management Protocol Reading Guider

2014-11-26 22:30:56 655

原创 【SNMP】SNMP RFC文档下载网址

http://www.rfc-editor.org/search/rfc_search.phphttp://www.rfc-editor.org/search/rfc_search.php

2014-11-18 21:53:09 582

原创 【Eclipse】eclipse常用快捷键

Ctrl+L 快速跳到某行Ctrl+M 最大化当前的Edit或ViewCtrl+D 删除当前行Ctrl+/ 注释当前行Shift+Enter 在当前行的后面插入空行Ctrl+Shift+Enter 在当前行的前面插入空行F3 转到定义

2014-11-04 09:13:04 512

原创 【Windows】利用windows自带的压缩卷功能随意进行磁盘大小的分配

参考资料:http://nb.zol.com.cn/243/2433823_all.html

2014-11-03 17:13:08 2595

python小工具-根据2个Excel文件生成新的csv文件-小白实现

根据老的数据和新的数据文件合并生成一个新的csv文件。 练习python基本使用

2023-10-06

SUNWxvnc for solaris10

SUNWxvnc for solaris10

2016-01-31

Agilejavajaavaaa

This is a Chess Variant Pages Recognized Variant! The rules of chess See also: Video: How to Play Chess: The Rules For Kids: The Rules of Chess for Kids Audio: Chess Rules part 1 read by a synthesized voice, mp3 format Rules of Chess Part 1 of 3 (English, mp3 file, 1 Mb). Chess Rules part 2 read by a synthesized voice, mp3 format Rules of Chess Part 2 of 3 (English, mp3 file, 2Mb). Chess Rules part 3 read by a synthesized voice, mp3 format Rules of Chess Part 3 of 3 (English mp3 file, 2 Mb). See also: Chess links FIDE Laws of Chess Ces règles en français. These rules in French. The Illustrated Rules of Chess translated into several other languages Perpetual check explained with animated gif. These rules, but with several different pages for parts of the rules, for people having problems printing this entire file. Frequently asked questions on the rules of chess. Chess Shop. A few links to chess items that are sold, of which we receive a percentage used for the cost of this website. Chess Books for Beginners Shop. Chess is a game, played by two players. One player plays with the white pieces, and the other player plays with the black pieces. Each player has sixteen pieces in the beginning of the game: one king, one queen, two rooks, two bishops, two knights, and eight pawns.

2015-06-25

java_agile_0625

ackage devin.wu.readbook.practice; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.Vector; p...

2015-06-25

625_agile_java

ackage devin.wu.readbook.practice; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.Vector; p...

2015-06-25

third_agile

/判断字符c是否为可打印字符(含空格)。当c为可打印字符(0x20-0x7e)时,返回非零值,否则返回零。 public boolean isPrintableChar(int c) { return (c >= 0) && (c < 127); } public static void main(String[] args) { Strings tool = new Strings(); tool.execute("E:/Training/AgileJava/src/devin/wu/readbook/practice/Strings.java"); }

2015-06-23

secondNew_training

Often, players play the game with chess clocks. These clocks count the time that each player separately takes for making his own moves. Additional rules are then used, saying how many (possibly all) moves must be made before a player has used a certain time for his moves. For details, see the official rules of chess.

2015-06-04

secode_agile_java

Thus, at the second row, there are eight white pawns, at the seventh row, there are eight black pawns. At the first row, from left to right, we have a: rook, knight, bishop, queen, king, bishop, knight, and rook. Note that the queens start of squares of their own color, with a dark square in each players left hand corner.

2015-06-01

tdd-四则运算v2.0

学习tdd开发,四则运算,支持单位正整数仅仅

2015-04-19

tdd-calculator_V2.0

简单四则运算,仅仅支持单位的正整数,双栈算法实现。

2015-04-19

gs-maven.rar

【spring】Building Java Projects with Maven

2014-09-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除