登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:所有
  2. 代码类别:Java编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 基于Libpcap实现的局域网嗅探抓包发包解析工具

说明:  基于Libpcap实现的局域;网嗅探抓包发包解析工具.(Packet sniffing and packet capturing ;analysis tool based on Libpcap.)

0
下载
71
浏览
2020-07-04发布

2. Source

  一个自己写的Hadoop MapReduce实例源码,网上看到不少网友在学习MapReduce编程,但是除了wordcount范例外实例比较少,故上传自己的一个。包含完整实例源码,编译配置文件,测试数据,可执行jar文件,执行脚本及操作步骤。学习完此例子后,你能掌握MapReduce基础编程,及如何编译Java文件,打包jar文件,编写shell执行脚本等。后续学习还可以参看本人的CSDN博客,如有问题也可以在线为你解答,不过本人也学习Hadoop不足一年,现学现卖而已,也可能力不能及,有些难的也很有可能不懂。希望能够帮助到学习MapReduce的朋友(A written Hadoop MapReduce example source code line to see a lot of friends in the learning MapReduce programming, but in addition to the wordcount example instance is relatively small, so upload your own. Contains the full example source code, the compiler configuration files, test data, executable jar file, execute the script and steps. Learn this example, you can grasp the the MapReduce basis of programming, and how to compile Java files, packaged jar file, write shell execute the script. Follow-up study can also see my CSDN blog if the problem is also available online for you to answer, but I also learned that for Hadoop less than a year, buying and learning it can also power can not and some difficulty also likely to understand . Want to be able to help to learn MapReduce friend)

105
下载
131
浏览
2020-07-04发布

3. Java聊天室

说明:  用Java编写的聊天室,客户端和服务端都有界面,能够完成登录、私聊、群聊、发图片、抖动等功能,资源里面有完整代码和使用说明书。(In the chat room written in Java, both the client and the server have interfaces, which can complete the functions of login, private chat, group chat, picture sending, jitter, etc. there are complete codes and instructions in the resources.)

0
下载
62
浏览
2020-07-04发布

4. planeGame

  java实现的简单的联网飞机大战游戏,可以两个人进行网络对战(java planeGame)

11
下载
67
浏览
2020-07-04发布

5. 飞机大战网络版

  网络版JAVA版飞机大战,自己在学习JAVA网络开发时写的小栗子(Network version JAVA version of the aircraft war,Xiao Chestnut Written by myself in Learning JAVA Network Development)

0
下载
71
浏览
2020-07-04发布

6. 飞机大战网络版

说明:  网络版JAVA版飞机大战,自己在学习JAVA网络开发时写的小栗子(Network version JAVA version of the aircraft war,Xiao Chestnut Written by myself in Learning JAVA Network Development)

0
下载
70
浏览
2020-07-04发布

7. DR2

  美国空军标准的飞行器气动计算软件DATCOM的可视化版本,使用更加方便!(A software with GUI, which can be used to calculate aerodynamic characteristics of a aircraft!)

441
下载
107
浏览
2020-07-03发布

8. sftp

  JAVA实现的TFTP,类似与FTP的功能,有服务器、客户端,可以实现文件上传到服务器。(JAVA implementation of TFTP, and FTP similar functions, have the server, the client, you can achieve a file upload to the server.)

48
下载
164
浏览
2020-07-03发布

9. EncryptUtil

  java MD5算法加解密工具类,直接就能够调用(Java MD5 Algorithms Encryption and Decryption Tool Class)

0
下载
79
浏览
2020-07-02发布

10. ssm

  spring+ springmvc + mybatis 增删改查(spring+ springmvc + mybatis query/delete/add/update)

17
下载
46
浏览
2020-07-02发布

11. SSM

  ssm(struts2+spring+mybatis)写的一个demo,实现简单的增删改查,了解ssm开发流程,适合新手(ssm (struts2+spring+mybatis) write a demo, to achieve simple CRUD understand ssm development process for novices)

82
下载
67
浏览
2020-07-02发布

13. SSM

  SSM 通用教学管理系统.实现了学生信息管理以及课程管理和排课管理等功能.(SSM general teaching management system)

58
下载
70
浏览
2020-07-01发布

14. Java

  设计模式一(单子、工厂、策略模式)练习 1. 假设现在要设计一个贩卖各类书籍的电子商务网站的购物车系统。对所有的教材类图书 实行每本一元的折扣;对连环画类图书提供每本7%的促销折扣;而对非教材类的计算机图书有3%的折扣;对其余书没有折扣。使用策略模式、工厂模式、单子模式进行设计(Design Mode 1 (List, Factory, Strategy Mode) Exercise 1. Suppose we are going to design a shopping cart system for e-commerce websites that sell all kinds of books. All textbook books are discounted at one yuan per book; comic books are discounted at 7% per book; computer books are discounted at 3% for non-textbook books; and other books are discounted at no rate. Design using strategy mode, factory mode and single mode)

1
下载
84
浏览
2020-07-01发布

15. Java

说明:  设计模式一(单子、工厂、策略模式)练习 1. 假设现在要设计一个贩卖各类书籍的电子商务网站的购物车系统。对所有的教材类图书 实行每本一元的折扣;对连环画类图书提供每本7%的促销折扣;而对非教材类的计算机图书有3%的折扣;对其余书没有折扣。使用策略模式、工厂模式、单子模式进行设计(Design Mode 1 (List, Factory, Strategy Mode) Exercise 1. Suppose we are going to design a shopping cart system for e-commerce websites that sell all kinds of books. All textbook books are discounted at one yuan per book; comic books are discounted at 7% per book; computer books are discounted at 3% for non-textbook books; and other books are discounted at no rate. Design using strategy mode, factory mode and single mode)

4
下载
55
浏览
2020-07-01发布

16. TypingGame

  使用java开发的应用程序,打字小游戏,有 闯关,练习,对战三种模式。有背景乐,字符出现根据导入的单词数据库(Using java development application, typing game, there are three ways to break through, practice, and fight. There are background music, characters appear according to the imported word database.)

1
下载
82
浏览
2020-07-01发布

17. android-serialport-api

  Android 串口调试工具app,用于Android平台的串口调试,比如:设置串口波特率,串口设备ttyS*等等(Android serial debugging tool app, for the serial port debugging of Android platform, such as: set serial port rate, serial port device ttyS* and so on.)

11
下载
71
浏览
2020-06-30发布

18. date-picker

说明:  时间选择器,可以选择时间段内的时间,有效提高jsp代码(Time selector, you can select the time within the time period, effectively improve the JSP code)

0
下载
87
浏览
2020-06-30发布

19. HospitalSystem

说明:  医院信息的管理系统,有界面,进行医生信息病人信息的基本操作录入等(The management system of hospital information has interface, which can input the basic operation of doctor information and patient information)

2
下载
65
浏览
2020-06-30发布

20. JAVA.wordcount

  hadoop实现mapreduce算法,实现对一片英语文章中单词出现次数的统计(Hadoop implementation of the MapReduce algorithm, the realization of an English article in the number of words Statistics)

1
下载
80
浏览
2020-06-30发布