dumpDex是一个github上开源的xposed插件,可以用来脱掉当前市场上大部分的壳,而且讲道理这鬼东西是真的怪好用的。 一、准备工作 首先需要root的手机一部,我使用的是华为荣耀6(android5.1),安装好xposed框架 dumpDex项目地址:https://github.com ...
分类:
其他好文 时间:
2019-12-09 21:09:27
阅读次数:
929
1.先搭建一个maven的web项目 ,然后把文件夹完善一下,创建一个java的文件夹和resource的问件夹,并指定他们各自的功能。 导入pom.xml文件的依赖 <properties> <!--这里用version进行版本的统一的控制--> <spring.version>5.1.5.REL ...
分类:
编程语言 时间:
2019-12-07 23:16:07
阅读次数:
128
tkinter编程步骤 导入Tkinter 创建控件 import thinter 创建主窗口 #win = tkinter.Tk() 设置标题 win.title("xiaoxin") 设置大小和位置 win.geometry("400x400+200+20") 进入消息循环(控件就写这里) 1 ...
分类:
其他好文 时间:
2019-12-07 12:42:32
阅读次数:
241
程序功能: 1、启动程序后,让用户输入工资,然后打印商品列表 2、允许用户根据商品编号购买商品 3、用户选择商品后,检测余额是否够,够就直接扣款,不够就提醒 4、可随时退出,退出时,打印已购买商品和余额 your_salary = int(input("Please your salary:")) ...
分类:
其他好文 时间:
2019-12-07 10:48:03
阅读次数:
104
本文首发于个人博客 "https://kezunlin.me/post/e88f04e5/" ,欢迎阅读最新内容! pymongo and mongoengine tutorial on ubuntu 16.04 Guide version mongo 2.6.10 mongo gui: robo3 ...
分类:
系统相关 时间:
2019-12-07 10:22:16
阅读次数:
156
一、创建一个Spring Initializr项目(创建步骤如下) 1、 2、 3、 4、 二、导入依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:x ...
分类:
编程语言 时间:
2019-12-06 17:42:02
阅读次数:
78
添加源 sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 安装Nginx sudo yum install -y nginx 直到出现 Co ...
分类:
系统相关 时间:
2019-12-05 20:23:25
阅读次数:
118
本文的Spring boot版本是2.1.7.RELEASE。 pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </d ...
分类:
编程语言 时间:
2019-12-05 17:10:02
阅读次数:
102
MITM - bypassing HTTPS Most websites use https in their login pages, this means that these pages are validated using an SSL certificate and there for ...
分类:
Web程序 时间:
2019-12-03 23:37:54
阅读次数:
139
Predict the Bankruptcy Situation of Polish CompaniesMSBA7002: Business StatisticsNov 13, 2019Due Date: 11:55pm Dec 1, 2019Projective Deliverables(1) P ...
分类:
其他好文 时间:
2019-12-03 19:42:01
阅读次数:
87