畅快季节

文章
5
资源
0
加入时间
2年10月21天

Virmach Linux安装Windows的DD镜像

注:DD脚本是moeclub的、安装镜像一部分是80host,另一部分是收集于互联网、博客只做收集,不保证镜像完全可用以及不存在后门程序,请安装后自行进行病毒查杀。Windows 10:wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://gd

Android 修改系统时间代码

// 修改系统时间 try { Process process = Runtime.getRuntime().exec("su"); // 设置的时间【时间格式 yyyyMMdd.HHmmss】 String formatDate = DateTi

STK入门

STK(SIM Application Toolkit)入门,包括功能介绍,工作流程,命令解析等。