JEB Decompiler 4.18

mod by cxv

Press Generate a Key in welcome window

- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed

Continue Reading

修改iTunes备份文件路径

虽然iTunes本身提供了修改媒体库文件路径的选项,但是这个选项没有啥用,iPhone的备份文件还是在C盘用户目录下,要修改备份文件路径可以通过下面的方法:

1. 讲MobileSync文件夹复制到其他盘下
2. 通过下面的命令创建符号链接:mklink /d "C:\Users\obaby\Appdata\Roming\Apple Computer\MobileSync" "I:\Apple computer\MobileSync"
注意路径包含空格,需要在路径上用引号标注,前面为愿路径,后面为复制之后的路径,请自行替换用户名 obaby

Continue Reading

终于,那条6年前埋的网线上岗了

这条网线装修的时候就扯进了墙里,预埋好了。不过一直也没有派上用场。主要的原因在于卧室里也没什么设备。说路由器信号不好吧,偶尔也还可以,说路由器信号好吧,晚上一关门直接傻眼。但是好在流量够用,于是在卧室就直接用流量上网。
前几天买了一台tplink的路由器,用来扩展无线信号,刚开始用的时候感觉还可以,后来发现貌似也不大行,还是会卡。从电脑上登录后台才发现,扩展的是2.4g信号。5g信号扩展提示主路由器太远,建议缩小距离,这tm神了,如果不远还需要扩展信号?

Continue Reading

微图坊爬虫 【22.06.07】【Windows】

Change Log:

1. Install newst chrome before use this program.
2. Open chrome and login to v2ph.com
3. The spider will auto stop after crawl 16 albums

Usage:

(venv) PS F:\Pycharm_Projects\meitulu-spider> python .\v2ph.py
Arguments:
         -a <download all site images>
         -q <query the image with keywords>
         -h <display help text, just this>
Option Arguments:
         -p <image download path>
         -r <random index category list>
         -c <single category url>
         -e <early stop, work in site crawl mode only>
         -s <site url eg: https://www.v2ph.com (no last backslash "/")>
****************************************************************************************************

Continue Reading