-
Security
说明: 安卓权限动态监控系统是一套基于安卓的软件权限和个人应用数据监控系统,实现了敏感权限访问记录生成、网络流量和短信的监控、软件行为分析、用户交互模块采用数据报表可视化的方式,让用户直观地了解到手机中各应用程序访问了哪些敏感权限,是否有非授权流量或短信的流出,同时系统还可视化地给出了应用程序的危险系数和行为分析。(Android permission dynamic monitoring system is a software permission and personal application data monitoring system based on Android. It realizes the generation of sensitive permission access records, the monitoring of network traffic and short messages, the analysis of software behavior, and the visualization of user interaction module by data report forms, so that users can intuitively understand which sensitive permissions are accessed by various applications in mobile phones, and whether there are non-users. Authorized traffic or SMS outflow, while the system can visually give the application risk factor and behavior analysis.)
- 2019-04-23 09:47:57下载
- 积分:1
-
MyGPS_j2me
自己写的一个J2me程序,调用手机的GPS模块来定位(Write a J2me program, call the phone' s GPS module to locate)
- 2010-08-19 18:05:42下载
- 积分:1
-
java分页类
package xiaojiulong.common.tool;
import java.io.Serializable;
/**
*
* @author : 肖九龙(NineDragon)
* @createDate :2016年11月21日 上午10:58:35
* @description:【分页类】
*/
@SuppressWarnings("serial")
public class PageDto implements Serializable{
/**
*
*/
private static final int DEFAULT_PAGE = 1;
private static final int DEFAULT_PAGE_SIZE = 8;
private long total = -1;//总条数
private int page = DEFAULT_PAGE;//当前页
private int pageSize = DEFAULT_PAGE_SIZE;//每页数
private long totalPage;//总页数
public long getTotal() {
return total;
}
public void setTotal(long total) {
if(total
- 2023-04-13 21:30:03下载
- 积分:1
-
基于Socket的即时通信系统(聊天室)
【实例简介】
- 2021-09-29 00:31:05下载
- 积分:1
-
单点登录实现,采用sessionid记录登录状态,
单点登录实现,采用sessionid记录登录状态, -Single sign-on implementation, using sessionid records logged,
- 2022-07-11 18:47:09下载
- 积分:1
-
JavaSE6
说明: Java SE6 技術手冊(林信良)
電子書及完整範例
課程共有16章
完整教學用書(Java SE6 technical manual (Hsin-liang) e-book and complete example of a complete teaching program consists of 16 chapters of books)
- 2010-03-27 19:51:25下载
- 积分:1
-
javaswing实现tcp传文件
基于javaswing实现的一个可以读取本地文件并且可以发送到局域网内指定端口的一个小应用。
- 2022-11-09 12:55:03下载
- 积分:1
-
五子棋游戏
这是一个很好玩的益智游戏,不仅能够给大家提供乐趣,同时还能还能够发散思维,已达到一种放松的状态,尽管代码不是很完善,但我还是很乐意去帮助大家,同时在今后我还会尽自己的最大努力去给大家提供更多更漂亮的源代码,谢谢大家!
- 2022-02-10 02:10:55下载
- 积分:1
-
Exe6_3
这是关于学生选修和老师教学的代码作业。这是java学习类的时候的作业希望对大家有用(This is about teaching the students and teachers of the code elective operations. This is the java class to learn when operating the hope that useful)
- 2013-07-02 17:13:59下载
- 积分:1
-
采用java技术开发的控制面板,用于安排控件的位置,方便系统的布局与管理。...
采用java技术开发的控制面板,用于安排控件的位置,方便系统的布局与管理。-Using java technology development of the control panel for the location of the control arrangements to facilitate the system layout and management.
- 2022-08-08 11:11:22下载
- 积分:1