标题: 最近尝试用4o生成了好多吉卜力风格的图片
作者: #miemie Jun
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/524947
时间: 2025-04-01 14:59:47
摘要:
作者: #miemie Jun
板块: #搞七捻三
编号:
524947帖子: https://linux.do/t/topic/524947
时间: 2025-04-01 14:59:47
摘要:
但是当我尝试生成新海诚风格图片时候,会告诉我无法回答我。有佬知道应该怎么弄吗?
题外话:吉卜力风格的照片真好看
标题: 人生三问???
作者: #qzz2tsz
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/524952
时间: 2025-04-01 15:00:57
摘要:
作者: #qzz2tsz
板块: #搞七捻三
编号:
524952帖子: https://linux.do/t/topic/524952
时间: 2025-04-01 15:00:57
摘要:
第一问——问候:
来到L站的三个月以来(也是第一次发帖 ),受到了各位佬友丰富的技术照拂,以及L站温暖和谐的社区氛围,十分感谢,在此祝各位佬友节日快乐
第二问——问题:
怎么升级啊?l1卡着就是升不上去,是我看得太少了吗?
第三问——也不知道问啥:
凑个三吧
标题: 富可敌国有没有别的支付方式?或者遇到这种问题怎么解决
作者: #腾讯云国际站、国内站优惠
板块: #运营反馈
编号:
帖子: https://linux.do/t/topic/524958
时间: 2025-04-01 15:02:57
摘要:
作者: #腾讯云国际站、国内站优惠
板块: #运营反馈
编号:
524958帖子: https://linux.do/t/topic/524958
时间: 2025-04-01 15:02:57
摘要:
之前用这个卡开是没问题的,但是今天就显示这个了
话说可以开通微信或者支付宝支付吗,。,,,,
标题: [摸鱼]这是人想出来的剧情走向?
作者: #落榜美术生
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/524959
时间: 2025-04-01 15:02:58
摘要:
作者: #落榜美术生
板块: #搞七捻三
编号:
524959帖子: https://linux.do/t/topic/524959
时间: 2025-04-01 15:02:58
摘要:
标题: 请教下佬们关于aider auto apply的问题
作者: #薛定谔的Tomcat
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/524962
时间: 2025-04-01 15:04:09
摘要:
作者: #薛定谔的Tomcat
板块: #开发调优
编号:
524962帖子: https://linux.do/t/topic/524962
时间: 2025-04-01 15:04:09
摘要:
在平时使用aider的时候,可能有的时候的修改并不符合我的需求,这时候我想拒绝apply重新修改我的prompt,但是aider总是自动apply了,有什么办法可以解决这个问题呢。我查了下官网,好像只有–dry-run这个参数有点像,但是仔细查看发现这个并不能在你审核完之后进行apply,只是一个preview。
标题: 可做的副业有哪些
作者: #emo心理社
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/524963
时间: 2025-04-01 15:04:17
摘要:
作者: #emo心理社
板块: #搞七捻三
编号:
524963帖子: https://linux.do/t/topic/524963
时间: 2025-04-01 15:04:17
摘要:
佬们,你们有啥副业可以做吗。
感觉想赚点外快
标题: 请教RN配置IPV6的问题
作者: #朝代尾
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/524964
时间: 2025-04-01 15:04:18
摘要:
作者: #朝代尾
板块: #开发调优
编号:
524964帖子: https://linux.do/t/topic/524964
时间: 2025-04-01 15:04:18
摘要:
RN发工单申请了10个ipv6,跟着官方的教程做了点配置,但不生效(重启重装都试过了)
nano /etc/sysctl.conf # 另外3行disabled的注释掉了
# add
net.ipv6.conf.all.autoconf = 0
net.ipv6.conf.all.accept_ra = 0
net.ipv6.conf.eth0.autoconf = 0
net.ipv6.conf.eth0.accept_ra = 0
系统会直接在/etc/network/interfaces里做如下配置
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address xxx
gateway xxx
netmask 255.255.255.192
dns-nameservers 8.8.8.8 8.8.4.4
up ip addr add xxx/64 dev eth0
up ip -6 route add 2607:f130:0000:00ee:0000:0000:0000:0001 dev eth0
up ip -6 route add default via 2607:f130:0000:00ee:0000:0000:0000:0001
dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844
也尝试了在/etc/network/interfaces里直接配置地址,也不起作用
# ...
iface eth0 inet6 static
address xxx
netmask 64
gateway 2607:f130:0000:00ee:0000:0000:0000:0001
ifconfig查得到绑定的ipv6,但就是ping6不通
发工单都是同一回复
We try to up the networking service but it's failed. It is possible there is some OS-level corruption within your environment. In this case, you may want to boot your server to rescue mode, in order to obtain your important data/files before reinstalling it. Once booted to rescue mode you can use tools such as Rsync or SCP to transfer your important files/data over to another system/destination. Once you are certain you've done that, you may proceed with reinstalling your VPS via the SolusVM control panel.
现在没头绪,有没有佬友指点指点
标题: 为啥我的始皇的deeplx接口无法使用了啊
作者: #Calfui
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/524966
时间: 2025-04-01 15:05:57
摘要:
作者: #Calfui
板块: #搞七捻三
编号:
524966帖子: https://linux.do/t/topic/524966
时间: 2025-04-01 15:05:57
摘要:
标题: 有喜欢玩消消乐的,我手撸了一个
作者: #mmmmmmmmmmmmmmmmmmmf
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/524973
时间: 2025-04-01 15:08:50
摘要:
作者: #mmmmmmmmmmmmmmmmmmmf
板块: #资源荟萃
编号:
524973帖子: https://linux.do/t/topic/524973
时间: 2025-04-01 15:08:50
摘要:
首先 我们一直在尝试AI游戏,一直不太成功。
所以这是一次新的尝试,虽然现在这个游戏内容跟AI没啥关系,希望之后能结合起来吧。。
ifable.ai
iFable | Anime Characters Role-play Game
Join iFable and roleplay with any anime characters! Create unique stories and evolve deep bonds in your own gameplay!
除了需要登陆,其他没啥卡点。
我纯js手写。
玩法是一个6消,跟普通的消消乐还是有点差别。
进去先会是一个简单版本。过关之后会变成一个正常难度版本。
正常难度 看人,我朋友有的一次就能过,有的连续玩了5个小时才过,有的至今没过。。。
正常难度过了之后,会有一个困难难度入口。这个目前还没有人过关。
标题: 有大佬知道 telegra.ph 是如何区分文章作者实现编辑的吗?
作者: #1a3r3nc3
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/524974
时间: 2025-04-01 15:08:53
摘要:
作者: #1a3r3nc3
板块: #搞七捻三
编号:
524974帖子: https://linux.do/t/topic/524974
时间: 2025-04-01 15:08:53
摘要:
这个网站是 telegram 好几年前推出了文章发布平台。完全匿名使用。
我看了一下,发布后并没有任何 cookie 或者 localStorage 使用。
如果是服务端校验 IP,那用隐私模式应该也能编辑同一篇文章才对。
标题: 网易云音乐 黑胶会员
作者: #YYKK
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/524975
时间: 2025-04-01 15:08:58
摘要:
作者: #YYKK
板块: #福利羊毛
编号:
524975帖子: https://linux.do/t/topic/524975
时间: 2025-04-01 15:08:58
摘要:
http://163cn.tv/DmrpQao
标题: 忽然发现头像没了不一定坏事。。。
作者: #xinxinzi
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/524980
时间: 2025-04-01 15:10:35
摘要:
作者: #xinxinzi
板块: #搞七捻三
编号:
524980帖子: https://linux.do/t/topic/524980
时间: 2025-04-01 15:10:35
摘要:
在外头儿坐车好无聊
没事刷L站
忽然想到如果被佬友看到岂不是直接被开盒了
这么想想头像没了也不是坏事
标题: 新的瓜,令人感慨
作者: #粉毛红瞳精神病美少女松坂砂糖
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/524983
时间: 2025-04-01 15:12:49
摘要:
作者: #粉毛红瞳精神病美少女松坂砂糖
板块: #搞七捻三
编号:
524983帖子: https://linux.do/t/topic/524983
时间: 2025-04-01 15:12:49
摘要:
看完之后整个人都不好了,有的时候真的不能太信任别人。
唉,不知道说啥好
网页链接(注意流量消耗)
标题: 抽象硅基流动,忍不住笑出声
作者: #Juya
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/524991
时间: 2025-04-01 15:18:42
摘要:
作者: #Juya
板块: #搞七捻三
编号:
524991帖子: https://linux.do/t/topic/524991
时间: 2025-04-01 15:18:42
摘要:
标题: IOS18.4推送了,还是没有给国行版本开放ai功能
作者: #William
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/524994
时间: 2025-04-01 15:19:57
摘要:
作者: #William
板块: #前沿快讯
编号:
524994帖子: https://linux.do/t/topic/524994
时间: 2025-04-01 15:19:57
摘要:
苹果ai这道菜已经等的索然无味了
标题: 求助-如何将confluence的数据导入到obsidian
作者: #Bob上校
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/524996
时间: 2025-04-01 15:20:04
摘要:
作者: #Bob上校
板块: #开发调优
编号:
524996帖子: https://linux.do/t/topic/524996
时间: 2025-04-01 15:20:04
摘要:
各位佬,我有confluence的管理员账户 可以使用token
如何将confluence上的数据导入到obsidian呀
因为很多文档都不是markdown格式的 html和xml导入进去后 图片又会显示不对
试了几个obsidian的插件都不行 还有什么办法吗 求救
标题: 佬们,现在购买 rtx3090 玩大模型是否合适?
作者: #无形
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/524997
时间: 2025-04-01 15:20:24
摘要:
作者: #无形
板块: #开发调优
编号:
524997帖子: https://linux.do/t/topic/524997
时间: 2025-04-01 15:20:24
摘要:
老弟现在无业,有时间打算买个 3090 显卡跑跑大模型,试试微调,生图之类的,现在属于探索阶段,比如爬一些文案微调生成相似风格的文案,微调训练生成特定风格的生图模型,不会去跑超大参数的模型,3090 京东二手价格 7800 左右,看了其他的帖子有的说不如买 2080ti,有的说 4090 有很多也跑不了,有的说买不如租,佬们帮我看看现在入手 3090 性价比如何,能不能满足我的需求
标题: Lazygit: 一款简单高效的命令行 Git 管理工具
作者: #zhmsun
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/524999
时间: 2025-04-01 15:22:02
摘要:
作者: #zhmsun
板块: #资源荟萃
编号:
524999帖子: https://linux.do/t/topic/524999
时间: 2025-04-01 15:22:02
摘要:
是一个轻量级的、面向开发者的命令行 Git 工具,由 Jesse Duffield 开发。它的设计目标是提供一个简洁的图形界面,让复杂的 Git 操作变得更加直观和易用。无论你是 Git 的新手还是资深开发者,LazyGit 都能为你带来高效的工作体验。
安装方法根据不同的操作系统,Lazygit提供了多种安装方式:
macOS:使用Homebrew安装
brew install lazygitLinux
Ubuntu/Debian
sudo apt-get install lazygit
等等
标题: 这或许是目前唯一能正常获取到知乎内容的 MCP 工具
作者: #Jaeger
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/525006
时间: 2025-04-01 15:25:53
摘要:
作者: #Jaeger
板块: #开发调优
编号:
525006帖子: https://linux.do/t/topic/525006
时间: 2025-04-01 15:25:53
摘要:
前文:Fetcher MCP: 一个简单好用的用于抓取网页内容的 MCP 工具
经过几个版本的迭代,解决各种反爬机制,目前最新版本能正常获取到知乎的内容了:
标题: 凡人修仙传养肥了,一口气看到136集
作者: #William
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/525013
时间: 2025-04-01 15:27:20
摘要:
作者: #William
板块: #搞七捻三
编号:
525013帖子: https://linux.do/t/topic/525013
时间: 2025-04-01 15:27:20
摘要:
现在很寂寞。。韩劳模太帅了
标题: 新加坡sim卡办卡咨询
作者: #socekin
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/525022
时间: 2025-04-01 15:29:30
摘要:
作者: #socekin
板块: #开发调优
编号:
525022帖子: https://linux.do/t/topic/525022
时间: 2025-04-01 15:29:30
摘要:
大佬们有推荐的国内办新加坡sim卡的渠道吗?搜了一圈网上的信息,都没有很靠谱的