上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页
摘要: 启动ssr后检查sock5的监听端口,假定是A 那么代理地址就是127.0.0.1:A 安装好polipo后,用上面的地址进行配置,设置polipo的代理端口为B。然后运行。 之后只要将需要走http和https的流量指向127.0.0.1:B,就是可以通过polipo将这写http和https的流 阅读全文
posted @ 2021-02-03 17:51 虚无真仙 阅读(1) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/jianloubang5433/article/details/51871805/ 首先在xcode的performance中的Accounts中加入icloud account 在编译选项旁的目标设备栏,选择设备,并在编译选项中配置ios版本。 要 阅读全文
posted @ 2021-01-12 09:52 虚无真仙 阅读(1043) 评论(0) 推荐(0)
摘要: 如果是针对某个固定的u盘的话,不需要特殊的工具也可以做到。 参考:http://pc.poppur.com/Mac/8022.html 假定U盘的名称是Protable,开启终端然后编辑: sudo vim /etc/fstab 然后写入: LABEL=Portable none ntfs rw,a 阅读全文
posted @ 2020-12-16 15:28 虚无真仙 阅读(189) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/tsingke/p/8458983.html 使用工具Scroll Reverser 按如下配置: 阅读全文
posted @ 2020-12-07 14:10 虚无真仙 阅读(218) 评论(0) 推荐(0)
摘要: 参考:https://zhuanlan.zhihu.com/p/151392411 阅读全文
posted @ 2020-12-02 09:08 虚无真仙 阅读(0) 评论(0) 推荐(0)
摘要: 在wsl2中裕兴python,发现么有命令。 通过whereis查看,发现/user/bin/python3.8是存在的。于是: sudo ln -s /usr/bin/python3.8 /usr/bin/python 即可在命令行中直接使用python了。 阅读全文
posted @ 2020-11-29 16:52 虚无真仙 阅读(532) 评论(0) 推荐(0)
摘要: WSL 2 ubuntu 20.04 LTS 首先 sudo apt install zsh exec zs 然后 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.s 阅读全文
posted @ 2020-11-24 14:06 虚无真仙 阅读(224) 评论(0) 推荐(0)
摘要: 注释 ;开头的都是单行注释 #| 这种就是多行注释 |# runtime 这是个自带函数,默认单位是秒,同时不计算过程中垃圾回收的时间。 注意,在交互式命令行中单纯运行runtime,时间是不会变化的。 但是real-time-clock是会变化的,而且是以微秒为单位。 阅读全文
posted @ 2020-11-19 10:06 虚无真仙 阅读(143) 评论(0) 推荐(0)
摘要: 首先配置安装wsl,1.0版就可以。 然后下载mit-scheme,安装到wsl里面并配置好环境变量。 下载并安装vs code,打开里面的终端,设置终端的默认shell是wsl。 2. ubuntu好像直接可以安装 sudo apt-get install mit-scheme 阅读全文
posted @ 2020-11-19 09:53 虚无真仙 阅读(194) 评论(0) 推荐(0)
摘要: 已经写好了一个代码,如果将之导入scheme交互界面。 编译运行文件 假设test.scm (cf "test.scm") (load "test") 阅读全文
posted @ 2020-11-18 22:32 虚无真仙 阅读(243) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页