Home

Android Xposed

Android Xposed Reference Xposed Installer [OFFICIAL] Xposed for Lollipop/Marshmallow/Nougat/Oreo [v90-beta3, 2018/01/29] An Introduction to the Xposed Framework for Android Penetration Testing Development tutorial Xposed Framework Hub Develop your first XPOSED MODULE android mock location android studio 使用Mocklocation虚拟定位总结 Android中Xposed框架篇—修...

Read more

Web spring boot + webflux + gradle + kotlin

Web spring boot + webflux + gradle + kotlin + postman Reference Spring Framework Documentation Web on Reactive Stack Spring Boot Building web applications with Spring Boot and Kotlin Get started with Kotlin Postman Learning Center Spring initializr

Read more

Homebrew source

Homebrew source 替换brew.git: cd “$(brew –repo)” git remote set-url origin https://mirrors.ustc.edu.cn/brew.git 替换homebrew-core.git: cd “$(brew –repo)/Library/Taps/homebrew/homebrew-core” git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git brew update Reference Homebrew国内加速

Read more

Android 抓包

Android 抓包 tcpdump 参数 -a:尝试将网络和广播地址转换成名称; -c<数据包数目>:收到指定的数据包数目后,就停止进行倾倒操作; -d:把编译过的数据包编码转换成可阅读的格式,并倾倒到标准输出; -dd:把编译过的数据包编码转换成C语言的格式,并倾倒到标准输出; -ddd:把编译过的数据包编码转换成十进制数字的格式,并倾倒到标准输出; -e:在每列倾倒资料上显示连接层级的文件头; -f:用数字显示网际网络地址; -F<表达文件>:指定内含表达方式的文件; -i<网络界面>:使用指定的网络截面送出数据包; -l:使用标准输出列的缓冲区; -n:不把主机的网络地址转换成名字; -N:不列出域名; -O:不...

Read more

Java Doc2Pdf

Java Doc2Pdf Using JNI/a C# web service/etc script MS Office (only option for 100% perfect results) Using the available APIs script OpenOffice or LibreOffice (90+% perfect) Use Apache POI & iText (very large job, will never be perfect). docs-to-pdf-converter E-ICEBLUE LIB 分析 方案1: 需要Windows + MS ffice环境 方案2: 使用这个 方案3: 太麻烦了 方案4:...

Read more

Android 刷机

Android 刷机 Mode bootloader: 按住音量减+电源, 当振一下松开电源 recovery: 按住音量加+电源, 当振一下松开音量加 Unlock adb reboot bootloader fastboot oem unlock **************** fastboot oem get-bootinfo fastboot reboot 刷Recovery adb reboot bootloader fastboot flash recovery twrp.img fastboot reboot 刷boot adb reboot bootloader fastboot flash boot boot.img fastboot ...

Read more

redis-cli

redis-cli index brew install redis 连接 redis-cli -h 123.56.22.107 -a "Equick1234qwerXP." -p 6379 # select Index select 12 # list keys keys * # 查看类型 type "speedex-token-catchexpire" # 查看值 get "speedex-token-catchexpire" # 删除值 del "speedex-catch-token" Reference

Read more

python GUI

python GUI framework dependent language tkinter tk gui python wxPython wxWeight c++ Jython swing java pyqt qt c++ pyside qt c++ wxPython 在linux和macos 上安装太麻烦 qt ...

Read more