https://zhuanlan.zhihu.com/p/570140268
20 篇博文 含有标签「General」
查看所有标签Ladder-绕过付费墙工具 免费阅读各种付费内容
本地部署:
- Docker启动部署
- 访问: 127.0.0.1:8080
- 输入: 解锁文章网址内容
OpenAI 的错位与微软的收获 – Ben Thompson 的《Stratechery》
https://stratechery.com/2023/openais-misalignment-and-microsofts-gain/
I have, as you might expect, authored several versions of this Article, both in my head and on the page, as the most extraordinary weekend of my career has unfolded. To briefly summarize:
- On Friday, then-CEO Sam Altman was fired from OpenAI by the board that governs the non-profit; then-President Greg Brockman was removed from the board and subsequently resigned.
- Over the weekend rumors surged that Altman was negotiating his return, only for OpenAI to hire former Twitch CEO Emmett Shear as CEO.
- Finally, late Sunday night,
- Satya Nadella announced via tweet
- that Altman and Brockman, “together with colleagues”, would be joining Microsoft.
图片转代码
https://github.com/abi/screenshot-to-code
This simple app converts a screenshot to HTML/Tailwind CSS. It uses GPT-4 Vision to generate the code and DALL-E 3 to generate similar-looking images. Details Youtube.Clone.mp4 See the Examples section below for more demos.
🚀 Try It Out!
Python操作selenium模拟网页点击
https://blog.csdn.net/weixin_43145427/article/details/125193957
Selenium是一个用电脑模拟人操作浏览器网页,可以实现自动化,测试等!
- 安装 seleniumm
pip install selenium
python中unicode编码转换为中文
https://zhuanlan.zhihu.com/p/489885748
我们使用python中,遇到爬取网站情况,用到unicode编码,我们需要将它转换为中文,unicode编码转换为中文的方法有四种:使用unicode_escape 解码、使用encode()方法转换,再调用bytes.decode()转换为字符串形式、 使用json.loads 解码(为json 格式)、使用eval(遇到Unicode是通过requests在网上爬取的时候)。具体内容请看本文。
方法一:使用unicode_escape 解码
键盘输入 - 影刀帮助中心-键盘快捷键
键盘的输入可以分为两种模式,普通模式和特殊按键模式。通过勾选高级->输入内容包含特殊按键来使用特殊按键模式,不勾选则使用普通模式,默认为特殊按键模式。
普通模式
普通模式,即一般意义上的键盘输入,将文本框中的内容逐字符地填入激活窗口;
特殊按键模式
特殊按键模式,即可输入特殊的按键,包括快捷键(ctrl+a等)和按键特殊操作(持续按下shift键不弹起等)。
功能按键:对应功能性的按键,比如Ctrl、Win等
该模式下,普通字符的输入(除了六个符号外,见下方特别注意)和普通模式相同,功能按键的输入除了Alt、Win、Shift、Ctrl四个不同的功能按键可以直接用!、#、+、^这四个符号表示外,其他一般用{XXXX}
格式表示,比如使用{ENTER}
表示回车键等。
常用特殊字符列表
更多特殊字符列表查看...
插入键盘符号
除了通过手动输入的方式输入特殊符号,还使用插入键盘符号这一功能进行快捷输入,点击插入键盘符号后,会弹出虚拟键盘,通过虚拟键盘可直接输入特殊符号。
两种输入方式
Mac 上轻量 GIF 录屏小工具 - Kap - 知乎
https://zhuanlan.zhihu.com/p/23333042
Mac 电脑上录屏一直是一个非常大的需求,市场上也有非常多的轻量级产品,比如 Pinapps 曾经给大家介绍过的 LICEcap、Recordit 等都很不错。不过我今天还想再给大家推荐一款同样简单好用的 GIF 录屏工具 - Kap。 启动后 Kap 会常驻在系统状态栏上,打开面板后看到一个红色的框选 icon。点击它就可以在屏幕上进行录制区域的框选。