jiaxianhua
jiaxianhua
android studio 不行,要用 IntellJ IDEA 才可以
我把 .idea 目录放到 .gitignore 里面了。sad , Open `JJ` 这个目录,再配置一下 JDK/JRE 应该就可以了。不行的话发截图。
今天很郁闷😒,人家用 python 有更好的实现。Accessibility 我找找资料吧,现在都可以全自动运行了。手机上面独立运行应该很好用,看看能不能实现吧!
链接: https://pan.baidu.com/s/10rZkPkv759QzTCNmwnnNKA 提取码: 857f 你试一下,我还没有用新的上传过。
我更新了一下`headers`,我这里可以正常访问了。 PS:极客时间的技术说我分享的内容侵犯了他们的版权,我已经把简书上面的相关文章删除了,这里也不再更新。再有问题私下找我吧。
`Cookie` 估计不能访问了, 自己输入吧, Chrome -> 开发者工具 -> 找到 Cookie 填进去。
可以用其他人写的下载https://github.com/mmzou/geektime-dl ------------------------------------------ iOSDevLog twitter: iOSDevLog weibo: iOSDevLog wechat: iOSDevLog / gnuhua email: [email protected] website: https://2019.iosdevlog.com website: https://www.iosdevlog.com 及时当勉励,岁月不待人 ------------------原始邮件 ------------------ 发件人:zhouyu1993 日期:2020-04-29 17:40:45 收件人:iOSDevLog/GeekTime 抄送:jiaxianhua , Mention 主题:Re: [iOSDevLog/GeekTime] 一直提示说没有登录,是不是cokkie获取失败了...
https://github.com/mmzou/geektime-dl 可以用这个下载! ------------------------------------------ iOSDevLog twitter: iOSDevLog weibo: iOSDevLog wechat: iOSDevLog / gnuhua email: [email protected] website: https://2019.iosdevlog.com website: https://www.iosdevlog.com 及时当勉励,岁月不待人 ------------------原始邮件 ------------------ 发件人:风的颜色 日期:2020-09-26 22:24:08 收件人:iOSDevLog/GeekTime 抄送:Subscribed 主题:[iOSDevLog/GeekTime] 大佬 您好 (#5)...
README.md 最后面有写: sqlite3.OperationalError: no such column: secure Chrome 66 has changed the name of the column secure to is_secure in the cookies table. It seems that it's simple to fix...
Info.plist Apple default need **https**, use http should declare in `Info.plist` ``` NSAppTransportSecurity NSAllowsArbitraryLoads ```