标题: 最近频繁给我推送固态电池技术革新相关的新闻,是真的突破了吗
作者: #八哥
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039006
时间: 2025-10-13 11:04:36
摘要:
作者: #八哥
板块: #搞七捻三
编号:
1039006帖子: https://linux.do/t/topic/1039006
时间: 2025-10-13 11:04:36
摘要:
是不是我的今日头条推荐算法出了问题?
标题: 佬友们为什么我在公司使用droid 很卡,如何让它走自定义代理?
作者: #卫奕笑
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039010
时间: 2025-10-13 11:05:59
摘要:
作者: #卫奕笑
板块: #搞七捻三
编号:
1039010帖子: https://linux.do/t/topic/1039010
时间: 2025-10-13 11:05:59
摘要:
我在公司的电脑上使用droid cli问一个问题回复的超级慢,在家里的电脑上就很快。我怀疑可能是网络的问题,但是我不知道怎么让droid cli 请求走代理。因为公司的网络自带了一层香港的代理。我怀疑可能是 droid cli 对公司自带的这个香港代理响应慢。但是我不知道怎么配置droid cli 让它走我自定义的代理。有佬友直到吗?
标题: Java问题请求大佬解答
作者: #ironMan1998
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1039015
时间: 2025-10-13 11:06:45
摘要:
作者: #ironMan1998
板块: #开发调优
编号:
1039015帖子: https://linux.do/t/topic/1039015
时间: 2025-10-13 11:06:45
摘要:
我的log4j2版本是 2.24.3
然后想实现删除7天以前的日志 根据网上配置的
<?xml version="1.0" encoding="UTF-8"?>
<!-- 日志级别排序: OFF > FATAL > ERROR > WARN > INFO > DEBUG > TRACE > ALL -->
<configuration monitorInterval="5">
<!-- 变量配置 -->
<Properties>
<property name="LOG_PATTERN" value="%date{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n" />
<property name="FILE_PATH" value="/logs/admin" />
<property name="FILE_NAME" value="admin-log4j2" />
</Properties>
<appenders>
<!-- 控制台输出 -->
<console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="${LOG_PATTERN}"/>
<ThresholdFilter level="INFO" onMatch="ACCEPT" onMismatch="DENY"/>
</console>
<!-- 临时测试日志 -->
<File name="Filelog" fileName="${FILE_PATH}/test.log" append="false">
<PatternLayout pattern="${LOG_PATTERN}"/>
</File>
<!-- Info日志分割压缩 -->
<RollingFile name="RollingFileInfo" fileName="${FILE_PATH}/info.log" filePattern="${FILE_PATH}/${FILE_NAME}-INFO-%d{yyyy-MM-dd}_%i.log.gz">
<!-- <ThresholdFilter level="info" onMatch="ACCEPT" onMismatch="DENY"/>-->
<LevelRangeFilter minLevel="INFO" maxLevel="INFO" onMatch="ACCEPT" onMismatch="DENY"/>
<PatternLayout pattern="${LOG_PATTERN}"/>
<DefaultRolloverStrategy max="15">
<Delete basePath="${FILE_PATH}" maxDepth="1">
<IfFileName glob="${FILE_NAME}-*-%d{yyyy-MM-dd}_%i.log.gz" />
<IfLastModified age="7d" />
</Delete>
</DefaultRolloverStrategy>
<Policies>
<TimeBasedTriggeringPolicy interval="1"/>
<SizeBasedTriggeringPolicy size="10MB"/>
</Policies>
<DefaultRolloverStrategy max="15"/>
</RollingFile>
<!-- warn日志分割压缩 -->
<RollingFile name="RollingFileWarn" fileName="${FILE_PATH}/warn.log" filePattern="${FILE_PATH}/${FILE_NAME}-WARN-%d{yyyy-MM-dd}_%i.log.gz">
<!-- <ThresholdFilter level="warn" onMatch="ACCEPT" onMismatch="DENY"/>-->
<LevelRangeFilter minLevel="WARN" maxLevel="WARN" onMatch="ACCEPT" onMismatch="DENY"/>
<PatternLayout pattern="${LOG_PATTERN}"/>
<Policies>
<TimeBasedTriggeringPolicy interval="1"/>
<SizeBasedTriggeringPolicy size="10MB"/>
</Policies>
<DefaultRolloverStrategy max="15"/>
</RollingFile>
<!-- error日志分割压缩 -->
<RollingFile name="RollingFileError" fileName="${FILE_PATH}/error.log" filePattern="${FILE_PATH}/${FILE_NAME}-ERROR-%d{yyyy-MM-dd}_%i.log.gz">
<!-- <ThresholdFilter level="error" onMatch="ACCEPT" onMismatch="DENY"/>-->
<LevelRangeFilter minLevel="ERROR" maxLevel="ERROR" onMatch="ACCEPT" onMismatch="DENY"/>
<PatternLayout pattern="${LOG_PATTERN}"/>
<Policies>
<TimeBasedTriggeringPolicy interval="1"/>
<SizeBasedTriggeringPolicy size="10MB"/>
</Policies>
<DefaultRolloverStrategy max="15"/>
</RollingFile>
<!-- debug日志分割压缩 -->
<RollingFile name="RollingFileDebug" fileName="${FILE_PATH}/debug.log" filePattern="${FILE_PATH}/${FILE_NAME}-DEBUG-%d{yyyy-MM-dd}_%i.log.gz">
<!-- <ThresholdFilter level="debug" onMatch="ACCEPT" onMismatch="DENY"/>-->
<LevelRangeFilter minLevel="DEBUG" maxLevel="DEBUG" onMatch="ACCEPT" onMismatch="DENY"/>
<PatternLayout pattern="${LOG_PATTERN}"/>
<Policies>
<TimeBasedTriggeringPolicy interval="1"/>
<SizeBasedTriggeringPolicy size="10MB"/>
</Policies>
<DefaultRolloverStrategy max="15"/>
</RollingFile>
</appenders>
<loggers>
<!-- 过滤指定DEBUG信息 -->
<logger name="org.
标题: 旷野之息中的静止器
作者: #章北海
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039018
时间: 2025-10-13 11:07:01
摘要:
作者: #章北海
板块: #搞七捻三
编号:
1039018帖子: https://linux.do/t/topic/1039018
时间: 2025-10-13 11:07:01
摘要:
最近玩大师模式剑之试炼,经常无意中终止了静止状态。按什么键会影响静止状态?问AI各种幻觉,有说只有L,这个我确定没有按过。有说B的,也有说A的。千问甚至回答按A可以延长静止时间。
标题: 咨询关于目前AI code 工具付费的建议
作者: #Mycrlc
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039038
时间: 2025-10-13 11:10:57
摘要:
作者: #Mycrlc
板块: #搞七捻三
编号:
1039038帖子: https://linux.do/t/topic/1039038
时间: 2025-10-13 11:10:57
摘要:
说服老板进行付费了,但是现在需要选择使用哪个?cursor,Aug,GPT,CC,kilocode,krio,但是听说cc付费比较麻烦?
关于现在付费的量以及好用的程度,大佬们建议吗?
标题: 佬们买到iPhone17了吗
作者: #czzt1
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039043
时间: 2025-10-13 11:11:32
摘要:
作者: #czzt1
板块: #搞七捻三
编号:
1039043帖子: https://linux.do/t/topic/1039043
时间: 2025-10-13 11:11:32
摘要:
连续抢3天了,真的抢不到啊,佬们有没有推荐的渠道
标题: 佬们们还买黄金吗
作者: #goao28
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039049
时间: 2025-10-13 11:12:06
摘要:
作者: #goao28
板块: #搞七捻三
编号:
1039049帖子: https://linux.do/t/topic/1039049
时间: 2025-10-13 11:12:06
摘要:
最近黄金这么猛,佬们怎么看,还能买吗!
标题: 让我看看今天的股票又亏了多少啊?
作者: #小牛不算牛
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039064
时间: 2025-10-13 11:15:33
摘要:
作者: #小牛不算牛
板块: #搞七捻三
编号:
1039064帖子: https://linux.do/t/topic/1039064
时间: 2025-10-13 11:15:33
摘要:
哦,满仓-3。
心死
标题: 早上整了点缅A
作者: #www-data
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039068
时间: 2025-10-13 11:16:11
摘要:
作者: #www-data
板块: #搞七捻三
编号:
1039068帖子: https://linux.do/t/topic/1039068
时间: 2025-10-13 11:16:11
摘要:
目前赚了接近两个点……………还剩一万多没有抄。
标题: 15plus升级ios26游戏好卡
作者: # 束
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1039074
时间: 2025-10-13 11:16:25
摘要:
作者: # 束
板块: #开发调优
编号:
1039074帖子: https://linux.do/t/topic/1039074
时间: 2025-10-13 11:16:25
摘要:
有没有什么好的解决办法,真的是气死我了
标题: 佬友们 现在能入手股票吗 新手怎么学习
作者: #604
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039080
时间: 2025-10-13 11:17:33
摘要:
作者: #604
板块: #搞七捻三
编号:
1039080帖子: https://linux.do/t/topic/1039080
时间: 2025-10-13 11:17:33
摘要:
现在想多了解一下 怎么入手股票学习一下
标题: Claude账号又没了
作者: #zc
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039084
时间: 2025-10-13 11:17:59
摘要:
作者: #zc
板块: #搞七捻三
编号:
1039084帖子: https://linux.do/t/topic/1039084
时间: 2025-10-13 11:17:59
摘要:
Claude账号又没了,请问大家是用什么邮箱注册的?我一直用的gmail,这次连邮箱都一起没了。
标题: cursor 遇到这些报错都是怎么过的呀
作者: #iko
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039089
时间: 2025-10-13 11:19:29
摘要:
作者: #iko
板块: #搞七捻三
编号:
1039089帖子: https://linux.do/t/topic/1039089
时间: 2025-10-13 11:19:29
摘要:
Connection failed. If the problem persists, please check your internet connection or VPN
挂梯了,关闭http2了,开启1.1了! 重新安装过cursor!每次对话1-2次都会出现这些!或者就是模型超时!! 佬友们是怎么弄的玩那么流畅的!!
标题: 有女朋友的进来领banana提示词
作者: #search
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039090
时间: 2025-10-13 11:19:43
摘要:
作者: #search
板块: #搞七捻三
编号:
1039090帖子: https://linux.do/t/topic/1039090
时间: 2025-10-13 11:19:43
摘要:
先上效果对比图
提示词如下
参考图1的面部特征,生成全身工作室肖像:一位甜美的年轻东亚女性坐在浅紫色背景前的地板上,穿着舒适的超大号薰衣草色粗针织毛衣、白色裙子和白色袜子,深情地抱着一个大型三丽鸥库洛米毛绒玩具,温柔地看着镜头。背景装饰有俏皮的手绘紫色涂鸦和文字,包括"A"、“ANNISA”、纸飞机和花朵,风格类似K-pop照片卡或粉丝杂志封面。光线明亮柔和,营造可爱温馨的氛围。
[!tips] Tips
女生什么的最喜欢这种可爱的库洛米了,各位佬不能沉迷AI,忘了身边的女朋友。咱们玩AI也是能给女朋友提供情绪价值的,提示词赶紧用起来!
标题: 这个错误怎么解啊:Not running on GCP and untrusted ALTS is not enabled.
作者: #hefeng
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1039091
时间: 2025-10-13 11:20:03
摘要:
作者: #hefeng
板块: #开发调优
编号:
1039091帖子: https://linux.do/t/topic/1039091
时间: 2025-10-13 11:20:03
摘要:
原生的gemini接口好难调。
标题: ollama cloud域名邮箱注册是都废了吗?
作者: #小白
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039099
时间: 2025-10-13 11:21:24
摘要:
作者: #小白
板块: #搞七捻三
编号:
1039099帖子: https://linux.do/t/topic/1039099
时间: 2025-10-13 11:21:24
摘要:
使用自己域名手动注册了几个ollama账号,用newapi轮询
现在都不能用了,登录账号,有的提示Invalid email or password,有的是Authentication blocked, please contact your admin
四个不同域名注册的都废了,只有一个gmail注册的还能用,但是有了用量限制显示
标题: 第三方服务商的 api 和 gml-4.6 的context 不一样
作者: #fruank
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1039102
时间: 2025-10-13 11:22:48
摘要:
作者: #fruank
板块: #开发调优
编号:
1039102帖子: https://linux.do/t/topic/1039102
时间: 2025-10-13 11:22:48
摘要:
标题: 【送书】微信读书自选书籍38元 * 1
作者: #Binger
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/1039114
时间: 2025-10-13 11:25:03
摘要:
作者: #Binger
板块: #福利羊毛
编号:
1039114帖子: https://linux.do/t/topic/1039114
时间: 2025-10-13 11:25:03
摘要:
非实体书籍。不可折现。按需参与。
奖品详情
中奖者一位。
微信读书 中 可赠送 书籍,总价值在 40币 以内。
活动时间
开始时间:Mon, Oct 13, 2025 11:20 AM CST
结束时间: Mon, Oct 13, 2025 6:00 PM CST
参与方式
在本帖下回复任意内容即可。
抽奖规则
每位用户仅允许参与一次。
中奖者未按照私信信息24小时内回复视为放弃,中奖者顺移至下一层。
使用 官方抽奖程序 随机抽取中奖者。
注意事项:
本活动将在活动截止时间后关闭回帖,以确保公正性。
中奖者将在活动结束后2小时内在本帖公布,并通过私信通知领奖方式。
所有规则及抽奖结果由活动发起人和论坛管理团队最终解释。
标题: 最近有好多炒股话题
作者: #一起呦吼吼
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1039122
时间: 2025-10-13 11:26:25
摘要:
作者: #一起呦吼吼
板块: #搞七捻三
编号:
1039122帖子: https://linux.do/t/topic/1039122
时间: 2025-10-13 11:26:25
摘要:
这不整一个炒股类别,一起分享韭菜心得么。