-
GM工具
倾城GM工具箱,可调级别,刷道具及金钱等!-Allure GM toolbox, adjustable level, brush and other props and money!-gm tool
- 2023-08-01 10:15:04下载
- 积分:1
-
HttpResponseWriter
Utility class to look up carrier logo resource IDs.
- 2013-12-02 13:39:21下载
- 积分:1
-
摆动
图书管理系统用户的登录、注册、修改密码
if (loginUserName.getText().length() == 0) {
JOptionPane.showConfirmDialog(null, "请输入用户名!!");
loginUserName.requestFocus();
} else if (loginUserName.getText().length() < 4
|| loginUserName.getText().length() > 8) {
JOptionPane.showConfirmDialog(null, "用户名长度应该在4-8位之间!!");
loginUserName.requestFocus();
} else if (checkUserNameValid(loginUserName.getText()) == false) {
JOptionPane.showConfirmDialog(null, "不是合法的用户名!!");
loginUserName.requestFocus();
} else {
- 2022-12-13 18:55:02下载
- 积分:1
-
Prepared by the chat program using java server
使用java编写的聊天程序服务器端,使用了swing,awt等。-Prepared by the chat program using java server-side.
- 2022-04-21 07:12:49下载
- 积分:1
-
transfor_matrix
该MATLAB脚本可计算等截面梁式结构的前三阶振型以及对应的弯矩(The MATLAB script can calculate the first three modes and corresponding bending moments of beam-like structures with equal cross-section.)
- 2019-04-19 16:55:07下载
- 积分:1
-
task-kqrnel
java编程实例,有一百多实例,仅供学习java编程(Java programming instance, there are more than 100 instances, only for learning java programming)
- 2018-09-16 02:04:24下载
- 积分:1
-
RemoteGrantedReceiver
The exception that is thrown when an error occurs while a {@code Certificate} is being encoded.
- 2013-12-02 15:43:50下载
- 积分:1
-
web爬虫工具,抓取网页
基于webcollector-2.12 开发,web爬虫工具,抓取网页,使用方便快捷。
WebCollector是一个无须配置、便于二次开发的JAVA爬虫框架(内核),它提供精简的的API,只需少量代码即可实现一个功能强大的爬虫。WebCollector-Hadoop是WebCollector的Hadoop版本,支持分布式爬取。
WebCollector致力于维护一个稳定、可扩的爬虫内核,便于开发者进行灵活的二次开发。内核具有很强的扩展性,用户可以在内核基础上开发自己想要的爬虫。源码中集成了Jsoup,可进行精准的网页解析。2.x版本中集成了selenium,可以处理javascript生成的数据。
- 2022-03-19 07:39:46下载
- 积分:1
-
这是我在论坛上看到的。感觉很不错,所以上传
这也是我在论坛上看见的一个程序。感觉非常好,所以上传-This is what I saw at the Forum in the process. Feeling very good, so uploads
- 2023-08-24 19:05:04下载
- 积分:1
-
string-base64
Convert data (an array of integers) to a Base64 string.
- 2014-02-13 21:35:08下载
- 积分:1