上一页 1 2 3 4 5 6 ··· 125 下一页
摘要: 前言 刚买了个小米5s,但是默认系统是android6的不太够用,想升级到android8系统。这里补充下默认的android6 很好root手机自带了一个root的软件,直接adb然后使用su之后授权就行了,无需解除bl锁。 大部分文章都是使用的win系统,这里没有win系统如是尝试使用mac系统 阅读全文
posted @ 2024-12-28 23:10 公众号python学习开发 阅读(155) 评论(0) 推荐(0)
摘要: function customBase64Encode(input) { const customAlphabet = "Dkdpgh2ZmsQB80/MfvV36XI1R45-WUAlEixNLwoqYTOPuzKFjJnry79HbGcaStCe"; let encoded = ''; for 阅读全文
posted @ 2024-12-27 18:05 公众号python学习开发 阅读(20) 评论(0) 推荐(0)
摘要: function bytesToString(arr) { var str = ''; arr = new Uint8Array(arr); for (var i in arr) { str += String.fromCharCode(arr[i]); } return str; } var Co 阅读全文
posted @ 2024-11-25 17:17 公众号python学习开发 阅读(150) 评论(0) 推荐(0)
摘要: 执行下下面的更新再次安装就可以了。 python -m pip install --upgrade pip setuptools python -m pip install pip setuptools wheel -U 阅读全文
posted @ 2024-09-14 15:38 公众号python学习开发 阅读(42) 评论(0) 推荐(0)
摘要: apt update -y apt install zsh -y apt install autojump -y sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.s 阅读全文
posted @ 2024-09-11 17:06 公众号python学习开发 阅读(17) 评论(0) 推荐(0)
摘要: note_tweet = each_item.get("note_tweet",{}).get("note_tweet_results",{}).get("result",{}).get("text","") 阅读全文
posted @ 2024-06-27 16:33 公众号python学习开发 阅读(36) 评论(0) 推荐(0)
摘要: tom@ubuntu:~/androidSource/aosp$ source build/envsetup.sh tom@ubuntu:~/androidSource/aosp$ lunch You're building on Linux Lunch menu... pick a combo: 阅读全文
posted @ 2024-05-21 16:31 公众号python学习开发 阅读(39) 评论(0) 推荐(0)
摘要: 注意事项: 如果是登陆过google账号的pixel一定要退出,否则刷机之后上来有个联网验证,还跳过不了,必须用能FQ的wifi才行。 修改源 更改为国内的源 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak sudo vi /etc/a 阅读全文
posted @ 2024-04-17 13:39 公众号python学习开发 阅读(82) 评论(2) 推荐(0)
摘要: 必须要的依赖:apt install unrar from rarfile import RarFile io_buffer = io.BytesIO(response.body) with RarFile(io_buffer) as fs: for each in fs.infolist(): c 阅读全文
posted @ 2024-04-03 17:44 公众号python学习开发 阅读(119) 评论(0) 推荐(0)
摘要: chennandeiPhone:~ root# launchctl load /var/jb/Library/LaunchDaemons/re.frida.server.plist chennandeiPhone:~ root# launchctl unload /var/jb/Library/La 阅读全文
posted @ 2024-03-28 10:52 公众号python学习开发 阅读(211) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 125 下一页