资源列表
index
- 此接口为百度地图接口,可以实现此接口来解决地图需求。里面是接口的源代码。有兴趣的朋友可以下载查看(This interface is the Baidu map interface, and this interface can be used to solve map requirements.)
猜数游戏
- 猜数问题,实现了rand()函数的随机,随着你猜的次数,他会做一个统计(The guessing problem implements the randomness of the rand () function and, as you guess, he makes a statistic)
registerUser
- 注册界面,jsp文件,用于设计普通的用户注册界面(Registration interface)
Client
- 原型模式的例子,以每周周报的实际用例来帮助更好的理解设计模式中的原型模式(Examples of prototype patterns)
gui
- Java的GUI小图形界面程序,主要有点击功能后出现其他文字(the small graphical interface program of Java GUI)
list
- 对java中的list进行测试,并使用list自带的函数查看特别字符的位置。(the test of java list)
ClientCustomSSL
- http工具类,对post和get方法做了基本的封装,还有ssl证书请求的方法(The HTTP tool class makes basic packages of the post and get methods, as well as the SSL certificate request method)
上传图片
- php上传图片到服务器。。。。。。。。。。。。亲测可用(php upload picture file to server.......)
AddDataToMongo
- 将医疗数据到mongodb数据库中 用java语言编写(save data to mongodb)
TXLController
- 如何适应编写适应java和安卓以及web都能接收的接口 .NET WEBAPI接口(How to adapt to the interface of the.net WEBAPI interface that can be accepted by apple and android and the web)
detived
- FtpApplet应用程序,实现简单的ftp下载,是应用java编程,在vj在编译运行成功()
complex
- 创建一个复数类Complex,用来执行复数的算术运算,并编写一个程序来测试该类。 (1)该类有两个成员变量 (2)定义一个构造函数,用来对类对象进行初始化 (3)定义一个add成员函数,实现两个复数的加法 (4)定义一个sub成员函数,实现两个复数的减法 (5)定义一个void print( )成员函数,在屏幕上打印当前复数(Create a complex class Complex, which is used to perform arithmetic operations in