标题: 有了解虚拟卡的佬进
作者: #祈愿
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1088988
时间: 2025-10-25 10:52:01
摘要:
作者: #祈愿
板块: #搞七捻三
编号:
1088988帖子: https://linux.do/t/topic/1088988
时间: 2025-10-25 10:52:01
摘要:
本人没有使用过虚拟卡,想问问如果用别人的卡过一些验证之类的东西,卡主会有途径了解到我做了啥东西的验证吗?还有就是有没佬了解有哪些平台相对好开卡还可以主卡额外生成几个临时卡使用的?
标题: GLM真的太太太糟糕了,完全不能用,感觉还没有gpt-5-mini的智商
作者: #hefeng
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1089002
时间: 2025-10-25 10:55:25
摘要:
作者: #hefeng
板块: #开发调优
编号:
1089002帖子: https://linux.do/t/topic/1089002
时间: 2025-10-25 10:55:25
摘要:
总是几秒钟就给一个更改,也不读文件,也不看上下文代码。反正就凭感觉瞎猜瞎写。
依从性也很差,明明在设置文档里写明了编码要求、环境命令,啥都不看。
标题: 有没有大佬有GEO系统?
作者: #Gary
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/1089004
时间: 2025-10-25 10:56:00
摘要:
作者: #Gary
板块: #资源荟萃
编号:
1089004帖子: https://linux.do/t/topic/1089004
时间: 2025-10-25 10:56:00
摘要:
想玩一玩GEO系统,有没有大佬有?
标题: [求助flutter大佬]flutter windows xterm卡死求助
作者: #0031400
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1089007
时间: 2025-10-25 10:57:08
摘要:
作者: #0031400
板块: #开发调优
编号:
1089007帖子: https://linux.do/t/topic/1089007
时间: 2025-10-25 10:57:08
摘要:
import 'dart:convert';
import 'dart:io';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_pty/flutter_pty.dart';
import 'package:xterm/xterm.dart';
void main() {
runApp(MyApp());
}
bool get isDesktop {
if (kIsWeb) return false;
return [
TargetPlatform.windows,
TargetPlatform.linux,
TargetPlatform.macOS,
].contains(defaultTargetPlatform);
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'xterm.dart demo',
debugShowCheckedModeBanner: false,
home: Home(),
);
}
}
class Home extends StatefulWidget {
const Home({super.key});
@override
// ignore: library_private_types_in_public_api
_HomeState createState() => _HomeState();
}
class _HomeState extends State<Home> {
final terminal = Terminal(
maxLines: 10000,
platform: TerminalTargetPlatform.windows,
);
final terminalController = TerminalController();
late final Pty pty;
@override
void initState() {
super.initState();
WidgetsBinding.instance.endOfFrame.then((_) {
if (mounted) _startPty();
});
}
void _startPty() {
pty = Pty.start(
shell,
columns: terminal.viewWidth,
rows: terminal.viewHeight,
);
pty.output
.cast<List<int>>()
.transform(Utf8Decoder())
.listen(terminal.write);
pty.exitCode.then((code) {
terminal.write('the process exited with exit code $code');
});
terminal.onOutput = (data) {
pty.write(const Utf8Encoder().convert(data));
};
terminal.onResize = (w, h, pw, ph) {
pty.resize(h, w);
};
}
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.transparent,
body: SafeArea(
child: TerminalView(
terminal,
controller: terminalController,
autofocus: true,
backgroundOpacity: 0.7,
onSecondaryTapDown: (details, offset) async {
final selection = terminalController.selection;
if (selection != null) {
final text = terminal.buffer.getText(selection);
terminalController.clearSelection();
await Clipboard.setData(ClipboardData(text: text));
} else {
final data = await Clipboard.getData('text/plain');
final text = data?.text;
if (text != null) {
terminal.paste(text);
}
}
},
),
),
);
}
}
String get shell {
if (Platform.isMacOS || Platform.isLinux) {
return Platform.environment['SHELL'] ?? 'bash';
}
if (Platform.isWindows) {
return 'cmd';
}
return 'sh';
}
这基本就是xterm的实例代码,在android可以跑,但是windows焦点到terminalview直接卡死,大佬知道怎么办吗
标题: 哪里有低价grok4 渠道啊
作者: #onlyonegod
板块: #运营反馈
编号:
帖子: https://linux.do/t/topic/1089012
时间: 2025-10-25 10:59:51
摘要:
作者: #onlyonegod
板块: #运营反馈
编号:
1089012帖子: https://linux.do/t/topic/1089012
时间: 2025-10-25 10:59:51
摘要:
有没有大佬来点关键词
标题: 抽1个GPT team车位,10.25开的车,截止时间20:00
作者: #442497000
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/1089015
时间: 2025-10-25 11:00:09
摘要:
作者: #442497000
板块: #福利羊毛
编号:
1089015帖子: https://linux.do/t/topic/1089015
时间: 2025-10-25 11:00:09
摘要:
[奖品 1]:ChatGPT TEAM 车位 * 1个
活动时间:
开始时间:2025 年 10 月 25日 11:00
截止时间:2025 年 10 月 25日 20:00
参与方式:
在本帖下回复+点赞。
抽奖规则:
每位用户仅允许参与一次。
使用论坛官方抽奖工具随机抽取中奖者。
中奖后请及时提供邮箱给我
注意事项:
本活动将在活动截止时间后关闭回帖,以确保公正性。
中奖者将在活动结束后 12 小时内在本帖公布,并通过私信通知领奖方式。
所有规则及抽奖结果由活动发起人和论坛管理团队最终解释。
期待您的积极参与,祝您好运!如有任何疑问,欢迎随时联系抽奖发起人。
标题: 传统项目向AI项目转化的疑问
作者: #孔乙己
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1089034
时间: 2025-10-25 11:04:46
摘要:
作者: #孔乙己
板块: #开发调优
编号:
1089034帖子: https://linux.do/t/topic/1089034
时间: 2025-10-25 11:04:46
摘要:
我在公司原本的项目就是传统的增删改查,后来用Spring AI,变成了基于Tool Calling的增删改查的项目…
想看看佬友们关于这种转变的实践都是什么样的。
标题: 试了一下MiniMax-M2-Preview,真的不错啊,比肩claude-4.5不是说着玩的,真的差不多
作者: #jcc
板块: #国产替代
编号:
帖子: https://linux.do/t/topic/1089043
时间: 2025-10-25 11:07:49
摘要:
作者: #jcc
板块: #国产替代
编号:
1089043帖子: https://linux.do/t/topic/1089043
时间: 2025-10-25 11:07:49
摘要:
比glm-4.6明显的强
而且可以思考,不像glm4.6从来不思考
标题: 有没有熟悉办公司的佬,想弄个ai 公司
作者: #docker
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1089047
时间: 2025-10-25 11:08:12
摘要:
作者: #docker
板块: #搞七捻三
编号:
1089047帖子: https://linux.do/t/topic/1089047
时间: 2025-10-25 11:08:12
摘要:
有没有熟悉办公司的佬,求指导,想弄个ai 公司 感谢大佬们
标题: 深圳推出全国可用“宝安消费券”,双十一电商大促京东满 8000 元至高可减 500 元
作者: #𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1089059
时间: 2025-10-25 11:11:13
摘要:
作者: #𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷
板块: #前沿快讯
编号:
1089059帖子: https://linux.do/t/topic/1089059
时间: 2025-10-25 11:11:13
摘要:
深圳推出全国可用“宝安消费券”,双十一电商大促京东满 8000 元至高可减 500 元 - IT之家
标题: Gemini 3 Pro
作者: #Flower Realm
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1089063
时间: 2025-10-25 11:11:48
摘要:
作者: #Flower Realm
板块: #搞七捻三
编号:
1089063帖子: https://linux.do/t/topic/1089063
时间: 2025-10-25 11:11:48
摘要:
Gemini 3 pro怎么还没出, 到底什么时候能出
标题: cloudns 白嫖的域名也算是用上了!!!
作者: #cheng_zhen
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1089064
时间: 2025-10-25 11:12:21
摘要:
作者: #cheng_zhen
板块: #搞七捻三
编号:
1089064帖子: https://linux.do/t/topic/1089064
时间: 2025-10-25 11:12:21
摘要:
cchub.ip-ddns.com
Credit Card Generator API
里面的卡号用的是站内三文鱼大佬的,因为这个卡号早已被各自媒体分享在平台上。所以在这里挂上了,只是做一个参考!!!如果介意可以下掉
标题: 关于clash verge的节点timeout问题求助
作者: #czzzzz
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1089071
时间: 2025-10-25 11:16:31
摘要:
作者: #czzzzz
板块: #开发调优
编号:
1089071帖子: https://linux.do/t/topic/1089071
时间: 2025-10-25 11:16:31
摘要:
在本地基于django写了一个能生成clash配置文件的服务,在本地测试好好的,部署到vps上面后,节点全部被clash判定为time out。
比较神奇的是,我运行本地的服务,去更新我本地的订阅链接,发现节点通畅。
再更换为vps的订阅链接,节点也不超时了。
对于这个节点,在我的clash上面不超时,但是在别人的clash上面仍然是超时的!!!
而且clash判定该节点超时后直接就不走这个代理了,所以根本用不了
求大佬帮助
标题: 山东济宁的佬进来看看,想认识更多的朋友
作者: #zhaohuaxiaoy
板块: #非我莫属
编号:
帖子: https://linux.do/t/topic/1089074
时间: 2025-10-25 11:16:58
摘要:
作者: #zhaohuaxiaoy
板块: #非我莫属
编号:
1089074帖子: https://linux.do/t/topic/1089074
时间: 2025-10-25 11:16:58
摘要:
站内有无山东济宁的佬,单纯想交流交流,最好线下,认识更多的朋友探索更多可能,举行个线下沙龙之类的。我简单介绍我的情况,十年全栈开发,做过App,小程序,H5等等前后端。目前All in AI,几乎所有工作都通过AI和工作流来实现(Claude Code,Codex,n8n,Lovart等)。自己也想通过自己的能力,做些副业来变现。尝试过SaaS出海,自媒体等等途径,一个人在无法持续获得正反馈的情况下,太容易放弃了。越来越意识到,人脉这种资源的重要性和稀缺性。目前在公司内用AI+工作流进行销售,运营方面的提效。
标题: 自从进了L站以后...
作者: #Chris233
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1089079
时间: 2025-10-25 11:18:02
摘要:
作者: #Chris233
板块: #搞七捻三
编号:
1089079帖子: https://linux.do/t/topic/1089079
时间: 2025-10-25 11:18:02
摘要:
腰也不酸了腿也不疼了头也不晕了肾也不亏了(bushi
倒是再也没看过其他论坛了
B站也不刷了,小说也不看了作业也不写了,上网就是为了看L站
已经变成始皇的兵马俑力
标题: 注册Tg收费
作者: #Wenbbb
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1089083
时间: 2025-10-25 11:18:37
摘要:
作者: #Wenbbb
板块: #前沿快讯
编号:
1089083帖子: https://linux.do/t/topic/1089083
时间: 2025-10-25 11:18:37
摘要:
用美国和香港号码注册Tg,都出现要SMS Fee。
现在注册还要额外付费啊,会不会导致Tg价格上涨
标题: 夸克网盘那么蠢 广告多 限速 冲会员 为啥那么多人用?
作者: #shuorober
板块: #国产替代
编号:
帖子: https://linux.do/t/topic/1089085
时间: 2025-10-25 11:18:58
摘要:
作者: #shuorober
板块: #国产替代
编号:
1089085帖子: https://linux.do/t/topic/1089085
时间: 2025-10-25 11:18:58
摘要:
夸克网盘那么蠢 广告多 限速 冲会员 为啥那么多人用?
标题: Google 搜索 增加Ai模式了
作者: #百事可乐
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1089088
时间: 2025-10-25 11:19:47
摘要:
作者: #百事可乐
板块: #搞七捻三
编号:
1089088帖子: https://linux.do/t/topic/1089088
时间: 2025-10-25 11:19:47
摘要: