▍1. 基于Libpcap实现的局域网嗅探抓包发包解析工具
说明: 基于Libpcap实现的局域;网嗅探抓包发包解析工具.(Packet sniffing and packet capturing ;analysis tool based on Libpcap.)
说明: 基于Libpcap实现的局域;网嗅探抓包发包解析工具.(Packet sniffing and packet capturing ;analysis tool based on Libpcap.)
一个自己写的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)
说明: 用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.)
网络版JAVA版飞机大战,自己在学习JAVA网络开发时写的小栗子(Network version JAVA version of the aircraft war,Xiao Chestnut Written by myself in Learning JAVA Network Development)
说明: 网络版JAVA版飞机大战,自己在学习JAVA网络开发时写的小栗子(Network version JAVA version of the aircraft war,Xiao Chestnut Written by myself in Learning JAVA Network Development)
java MD5算法加解密工具类,直接就能够调用(Java MD5 Algorithms Encryption and Decryption Tool Class)
设计模式一(单子、工厂、策略模式)练习 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. 假设现在要设计一个贩卖各类书籍的电子商务网站的购物车系统。对所有的教材类图书 实行每本一元的折扣;对连环画类图书提供每本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)
使用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.)
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.)
说明: 时间选择器,可以选择时间段内的时间,有效提高jsp代码(Time selector, you can select the time within the time period, effectively improve the JSP code)
说明: 医院信息的管理系统,有界面,进行医生信息病人信息的基本操作录入等(The management system of hospital information has interface, which can input the basic operation of doctor information and patient information)
hadoop实现mapreduce算法,实现对一片英语文章中单词出现次数的统计(Hadoop implementation of the MapReduce algorithm, the realization of an English article in the number of words Statistics)