Linux安装配置Frp内网穿透教程
发布于 2020-11-05
你需要一台公网固定IP的服务器来安装frp服务器端。 安装frps文件 进入安装目录(本文以/usr/local/为例) cd /usr/local 官方下载frp最新版 wget https://github.com/fatedier/frp/releases/download...
阅读(1498)赞 (0)
发布于 2020-11-05
你需要一台公网固定IP的服务器来安装frp服务器端。 安装frps文件 进入安装目录(本文以/usr/local/为例) cd /usr/local 官方下载frp最新版 wget https://github.com/fatedier/frp/releases/download...
阅读(1498)赞 (0)
发布于 2020-11-04
adb devices adb nodaemon server netstat -ano | findstr “5037” tasklist | findstr “8516”
阅读(1299)赞 (1)
发布于 2020-11-04
adb shell pm list packages [options] <FILTER>打印所有软件包,可选择只打印软件包名称中包含<FILTER>的软件包。不使用参数:adb shell pm list packages,打印设备/模拟器上的所有软件包...
阅读(1303)赞 (3)
发布于 2020-10-29
YouTube(油管) line Facebook(脸书) Whatsapp Skype Instagram Messenger TIKTOK(海外抖音) 購物軟件 虾皮购物、露天購物、PCHome24H PCHome24H應該是台灣目前最屌的店商平台了 社交軟件 Faceboo...
阅读(1225)赞 (1)
发布于 2020-10-28
function QMPlugin.GetFileType(path) sh_init() local iRet, sRet = pcall(function() s,e = string.find(path,"%.") local str = string.sub(path,s...
阅读(1140)赞 (0)
发布于 2020-10-28
function QMPlugin.GetFileName(path) sh_init() local iRet, sRet = pcall(function() path = "/" .. path local ret for w in string.gmatch(path, ...
阅读(1304)赞 (0)
发布于 2020-10-23
例子: BEGIN:VCARD VERSION:3.0 N:lao;ma;;; FN:laoma ORG:University of Sussex;Global Studies (Professional Services) TITLE:Research Impact and E...
阅读(1431)赞 (1)
发布于 2020-10-23
简介 7z,全称7-Zip, 是一款开源软件。是目前公认的压缩比例最大的压缩解压软件。 主页:http://www.7-zip.org/ 中文主页:http://sparanoid.com/lab/7z/ 命令行版本下载:http://7z.sparanoid.com/downl...
阅读(2043)赞 (0)
发布于 2020-10-22
包名 com.android.launcher 把launcher相关数据库文件从手机中取出来 shell@android:/data/data/com.android.launcher/databases # ls ls launcher.db launcher.db-jour...
阅读(1275)赞 (263)
发布于 2020-10-22
一、使用全局命令 设置代理: adb shell settings put global http_proxy 代理IP地址:端口号 如: adb shell settings put global http_proxy 127.0.0.1:8888 移除代理: adb shel...
阅读(1500)赞 (1)