V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Masoud2023  ›  全部回复第 11 页 / 共 36 页
回复总数  708
1 ... 7  8  9  10  11  12  13  14  15  16 ... 36  
195 天前
回复了 tntin 创建的主题 分享创造 Mojo 热度过了吗?
总感觉这语言在解决虚空问题.

Mojo combines the usability of Python with the performance of C, unlocking unparalleled programmability of AI hardware and extensibility of AI models.

可是我需要性能为什么还要用 python? AI 那几个库最后都是用的 cpy 吧,跟 python 也没什么关系吧?
195 天前
回复了 PerryHe 创建的主题 问与答 你有什么超能力
超 sb
会,太会了,你能集成 Github 或者 Gitlab 就更棒了
请问这个卡每年有什么附加费用吗?账户管理费之类的?

卡里的钱与大陆的卡互相转账方便吗?
196 天前
回复了 winffee 创建的主题 Visual Studio Code Gradle 构建服务器正式开源!
要么咱先让整个 dev flow 能舒服起来再研究这些花里胡哨的行不行?
你可以写一个创建数据库的脚本放到目录里,挂载到 `/docker-entrypoint-initdb.d`。

https://hub.docker.com/_/mariadb ,文档有写,Initializing the database contents 。
说白了就是

pip -> 装依赖,项目里 import 的

pipx -> 在系统里面装命令,不是项目 import 的
@joeyv2 #6

https://pypa.github.io/pipx/

pipx is a tool to help you install and run end-user applications written in Python

你就当这东西是装现成的东西的,比如你装 poetry ,poetry 如果非拿 pip 装那就得拿 pipx 装( poetry 在一些 Linux 有现成的包可以装,我知道 arch 有,别的没试过)
@joeyv2 #3 你能不能完整的说一下你想干什么,想做什么需求,只言片语这个我不知道接下来怎么指导,pip 行为最近新版改了,你做 python 程序不建虚拟环境肯定装不进去你项目需要用的依赖的,以前很多教程都没有提示这一点的。
没看懂你想干什么,感觉你可能不会做 python 依赖管理。

pipx 这写的挺明白了吧:If you are attempting to install a library, pipx should not be used 。

你正确的做法应该是 python -m virtualenv .venv 创建个虚拟环境,然后在环境里装你的依赖,然后用环境的 python 运行你的程序。
感觉你把某些事情想的太简单了,反爬的核心其实是逆向

你可能只是没见过那种难度的逆向,就在这里觉得门槛低

要不要先爬个淘宝京东拼多多?
@duli950523 #5

搜了一下,这个叫 userChrome.css 。https://www.reddit.com/r/FirefoxCSS/

并且 vivaldi 也有这种东西 https://www.reddit.com/r/VivaldiCSS/
@bigtear #3 这个有相关资料吗,css 改浏览器界面
@MFWT #26

我打开 NAT1 了,确实是 openwrt 的问题

https://serverfault.com/questions/441257/how-to-configure-totally-open-dmz-with-openwrt 设置了下 DMZ ,一下子就开了

之后得抽时间自己编译下固件把 https://www.right.com.cn/forum/thread-319827-1-1.html 这个打进去
@MFWT #26

你的路由器是 openwrt 吗?有开防火墙的 NAT1 吗?

我这个结果也是在路由器上跑的。
劳动仲裁
199 天前
回复了 param 创建的主题 奇思妙想 如果网页没有了 iframe,会发生什么?
除了腾讯系登陆界面还在 iframe 套 SSO ,我真没看到谁还在用 iframe
1 ... 7  8  9  10  11  12  13  14  15  16 ... 36  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2863 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 14:44 · PVG 22:44 · LAX 07:44 · JFK 10:44
Developed with CodeLauncher
♥ Do have faith in what you're doing.