-
myQQ2.41
自己上学时写的一个QQ及时通讯软件,利用swing设计ui,socket通信实现(Their school to write a QQ instant messaging software, the use of swing design ui, the socket communication)
- 2012-06-07 09:24:50下载
- 积分:1
-
ObjectSNMP searchDevice
开发环境准备:将 zhtelecombasis.jar 文件加载到 Java 开发环境的 ClassPath 中。 一. 初始化 ObjectSNMP API Java/SNMP 网关本地初始化: SNMPFactory.init(SNMPFactory.Mode_Local, null,0);//本地初始化 SNMPAPI snmpapi = SNMPFactory.getSNMPAPI();//本地获取 SNMP API 服务 Web Service 网关服务端初始化: SNMPFactory.init(SNMPFactory.Mode_Server_Local, null,0);//启用 RMI 服务 SNMPAPI snmpapi = SNMPFactory.getSNMPAPI();//服务端在本地获取 SNMP API 服务 Web Service 网关客户端初始化: ObjectSNMP Java SNMP 软件 8 SNMPFactory.init(SNMPFactory.Mode_Client, “WebServerIP”,80);//连接到 Web 服务器。 SNMPAPI snmpapi = SNMPFactory.getSNMPAPI();//获取 SNMP API 服务 RMI 网关服务端初始化: SNMPFactory.init(SNMPFactory.Mode_Server_RMI_Local, null,0);//启用 RMI 服务 SNMPAPI snmpapi = SNMPFactory.getSNMPAPI();//服务端在本地获取 SNMP API 服务 RMI 网关客户端初始化: SNMPFactory.init(SNMPFactory.Mode_Client_RMI, rmiServerIP,1099);//连接到 RMI 服务端。 SNMPAPI snmpapi = SNMPFactory.getSNMPAPI();//从 RMI 服务端
- 2023-04-14 01:15:04下载
- 积分:1
-
JAVA Array, ArrayList 和 Linkedlist 的对比练习
课后作业,给出电影名称,然后用三种排序方法进行操作。
- 2023-06-13 16:40:03下载
- 积分:1
-
只是为了希望在贵网站学点东西,程序不是很实用,但对初学者是个很好学习的标本!...
只是为了希望在贵网站学点东西,程序不是很实用,但对初学者是个很好学习的标本!-only in the hope that something in your website, the process is not very practical. But for beginners, is a very good study of specimens!
- 2022-05-06 19:42:41下载
- 积分:1
-
spring cloud zuul demo
spring cloud 服务网关例子代码 ,仅供大家参考。
- 2022-03-04 17:52:35下载
- 积分:1
-
Proyecto Facturación
- 2022-02-21 00:59:08下载
- 积分:1
-
bit-not
The VM constant folds so we use that to check the result.
- 2014-01-12 09:30:59下载
- 积分:1
-
Librarysystem
检测用户是否存在,借书还书功能,新书推荐,书籍查找等多项功能,页面优化级别A(this is a good Library System plase know from Chinese detail)
- 2020-06-18 01:20:01下载
- 积分:1
-
Gapktoolv1.2
图形界面,集成了apktool1.4 dex2jar jd-gui-0.3.3 jad 1.5.8g 的 APK 反编译工具。需要jre环境运行。
默认使用jad反编译,如果编译出来的java代码难以阅读,请选择使用jd-gui反编译。
保留smali文件删除gen、src修改res里的文件后可以重修打包成apk使用。
(Graphical interface, integrated apktool1.4 dex2jar jd-gui-0.3.3 jad 1.5.8g APK decompilation tool. Need jre environment run. Default jad decompile compiled java code is difficult to read, use jd-gui to decompile. Retain the smali file deletion gen, src modify res file can be rebuilt packaged into apk use.)
- 2012-08-21 15:59:20下载
- 积分:1
-
基于springboot和vue 前后端分离后台管理系统
【实例简介】
* 前端采用Vue、Element UI。
* 后端采用Spring Boot、Spring Security、Redis & Jwt。
* 权限认证使用Jwt,支持多终端认证系统。
* 支持加载动态权限菜单,多方式轻松权限控制。
* 高效率开发,使用代码生成器可以一键生成前后端代码。
- 2021-08-16 00:30:59下载
- 积分:1