-
BTClient
Java 版的BT客户端。实现了BitTorrent协议。能进行种子解析,获取节点等。(a client based BitTorrent protocol)
- 2012-05-06 16:25:31下载
- 积分:1
-
亿级流量电商详情页系统实战
主要是基于简化以后的大型电商详情页系统的背景,来重点讲解了三块内容:Redis集群架构、大型高并发缓存架构以及基于Hystrix的高可用服务架构,里边有视频地址。(Based on the background of the simplified large-scale e-commerce detail page system, this paper focuses on three parts: Redis Cluster Architecture, Large Concurrent Cache Architecture and Hystrix-based High Availability Service Architecture.)
- 2020-06-19 02:20:01下载
- 积分:1
-
GuessNumber
This is a game named guess number. Enjoy it
- 2009-10-15 04:27:38下载
- 积分:1
-
HeaderFilter
前台实现grid的自动过滤,很好用,可以自己进行拓展。(Front to achieve the automatic filter grid, well used, can themselves expand.)
- 2011-11-23 17:30:51下载
- 积分:1
-
ADBServerNeedRestartException
Convert integer format IP into xxx.xxx.xxx.xxx format for Andriod.
- 2013-10-06 00:42:43下载
- 积分:1
-
1
说明: java code for multithreading, queue implementation using stacks and stacks using arrays
- 2010-12-04 01:58:28下载
- 积分:1
-
des
说明: stock quant trade for chinese A market, this is a test.
- 2020-06-20 07:40:01下载
- 积分:1
-
连接postsql数据库的java
连接postsql数据库的java(database connectivity postsql java)
- 2004-11-29 08:43:10下载
- 积分:1
-
基于Libpcap实现的局域网嗅探抓包发包解析工具
说明: 基于Libpcap实现的局域;网嗅探抓包发包解析工具.(Packet sniffing and packet capturing ;analysis tool based on Libpcap.)
- 2020-07-04 20:00:02下载
- 积分:1
-
Mypicture
定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法。编写一个应用程序,使用上面定义的类,随机选取位置和形状,绘制20个图形。(Defines four classes, MyShape, MyLine, MyRectangle and MyOval, which MyShape the other three parent class. MyShape is an abstract class, including graphics position four coordinates a no-argument constructor, all the coordinates are set to 0 a parameterized constructor, all the coordinates is set to the corresponding values each coordinate set and reading method abstract void draw (Graphics g) method. MyLine class is responsible for drawing straight lines, to achieve the draw method of the parent class MyRectangle responsible for drawing rectangles, to achieve the parent class draw method MyOval responsible painted oval, draw method to achieve the parent class. Write an application that uses the class defined above, randomly selected location and shape, draw 20 graphics.)
- 2021-04-14 09:08:55下载
- 积分:1