Congratulations!

[Valid Atom 1.0] This is a valid Atom 1.0 feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: https://ex.noerr.eu.org/index.xml

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom">
  3. <title>V2EX</title>
  4. <subtitle>way to explore</subtitle>
  5.  
  6.  
  7. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/" />
  8. <link rel="self" type="application/atom+xml" href="https://ex.noerr.eu.org/index.xml" />
  9. <id>https://ex.noerr.eu.org/</id>
  10.  
  11. <updated>2025-09-08T11:30:07Z</updated>
  12.  
  13. <rights>Copyright © 2010-2018, V2EX</rights>
  14. <entry>
  15. <title>[分享发现] 给大家推荐我开发的简历编辑工具</title>
  16. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157851#reply0" />
  17. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157851</id>
  18. <published>2025-09-08T11:32:07Z</published>
  19. <updated>2025-09-08T11:30:07Z</updated>
  20. <author>
  21. <name>parkhaocer</name>
  22. <uri>https://ex.noerr.eu.org/member/parkhaocer</uri>
  23. </author>
  24. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  25. <h2>工具简介</h2>
  26. <p>通过<a href="https://resume.whitemeta.cn" rel="nofollow">访问链接</a>你就可以打开这个简历制作工具,因为写简历需要大量输入,所以我更推荐你用 Pc 来访问。打开后你会看到一个初始的模板,这是我心目中的一个好的程序员的简历,内容简洁,条理清晰。</p>
  27. <p><img alt="简历制作工具截图" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://phzdoc.oss-cn-beijing.aliyuncs.com/uPic/6e7szc.png"/></p>
  28. <p><a href="https://github.com/WhiteP1ay/resumaker" rel="nofollow">github 地址</a>,拜托给个 star~~</p>
  29. <h2>使用说明</h2>
  30. <p>当鼠标悬浮到某一个模块时,右边会出现一个小笔,点击它会弹出表单用来修改内容。</p>
  31. <p><strong>管理模块按钮</strong>可以让你添加新的模块或者删除模块。每个模块都可以选择两种编辑器,分别是“文本编辑器”、“时间线编辑器”</p>
  32. <p>“文本编辑器”就是一个普通的文本域,图片里“个人优势”这一部分就是用“文本编辑器”输入的。如果你对工作经历、项目经历有一些排版需求可以使用“时间线编辑器”,支持编辑标题、副标题、开始结束时间等。</p>
  33. <p>不需要害怕编辑的内容丢失,刷新页面后内容也还在,因为该编辑器会自动保存。如果你内容编辑坏了可以通过<strong>清空按钮</strong>返回初始状态。</p>
  34. <p><strong>预览&amp;导出按钮</strong>会引导你通过浏览器自带的打印功能保存为 pdf 。</p>
  35. <p><img alt="导出效果" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://phzdoc.oss-cn-beijing.aliyuncs.com/uPic/SzmCWa.png"/></p>
  36. <h2>QA</h2>
  37. <h3>为什么自己开发,而不选用 xx</h3>
  38. <p>office/wps 这类办公软件调整格式、找模板太麻烦了。wps 提供简历编辑工具但是需要开通会员。</p>
  39. <p>网上可以找到一堆功能类似的简历模板,但他们要么收费、要么让我注册登录、再或者是关注 xx 公众号。都很不爽。</p>
  40. <p>最重要的是隐私保护,写简历必然会填写一些隐私信息,我不想个人隐私被不信任的服务收集,所以这一个纯前端项目,0 个网络请求。</p>
  41. <p>另外我比较看重自由度,比如某直聘的简历编辑器个人信息有哪些字段是固定的,这让我这个强迫症很难受。另外自己写简历编辑工具可以自己随意定制样式。</p>
  42. <h3>要支持别的简历样式吗</h3>
  43. <p>暂时不想。因为目前这个样式是我个人最喜欢的。</p>
  44. <p>如果你想自定义样式,你可以在源码<code>src/components/theme</code>文件中修改 css 。</p>
  45. <h3>safari 以及手机用户怎么导出简历</h3>
  46. <p>safari 浏览器导出位置如图所见。
  47. <img alt="safari 导出简历" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://phzdoc.oss-cn-beijing.aliyuncs.com/uPic/UxMt8Y.png"/></p>
  48. <p>如果你一定要用手机来操作,那我只能告诉你手机端的 safari 怎么搞。</p>
  49. <p>长按下面的预览图,预览图就会放大,点击放大后的预览图 iphone 就会自动生成 pdf 。缺点是这么生成的 Pdf 会在底部附有网址等元信息,但只要能成功到处就问题不大。</p>
  50. <h3>bug 怎么反馈?</h3>
  51. <p>b 站私信我、github 提 issue 、发邮件都可以。</p>
  52. <p>b 站账号、邮箱地址都可以在我<a href="https://whitemeta.cn" rel="nofollow">个人网站</a>里找到。</p>
  53.  
  54. ]]></content>
  55. </entry><entry>
  56. <title>[生活] 爱回收的 Apple Watch 细微划痕实际中怎么判定的</title>
  57. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157850#reply0" />
  58. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157850</id>
  59. <published>2025-09-08T11:18:00Z</published>
  60. <updated>2025-09-07T19:16:00Z</updated>
  61. <author>
  62. <name>jkzdfjos</name>
  63. <uri>https://ex.noerr.eu.org/member/jkzdfjos</uri>
  64. </author>
  65. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  66. <p>去了趟线下店,iWatch s9 表冠上有点小划痕,在光线好点情况下才能看到</p>
  67. <p>也没测量,扣了 100 块钱,问了线下员工,划痕大于 5 mm 就算</p>
  68. <p>爱回收投诉专员(常州打来的)的回复,有划痕都算,这个所谓的专员感觉是做公关的</p>
  69. <p>疑问:那么点表冠,线下员工肉眼怎么分辨出 5 mm 的</p>
  70. <p>京东爱回收上下单的,本来 1200 ,加券会有 1480 ,最后 1100 成交的</p>
  71.  
  72. ]]></content>
  73. </entry><entry>
  74. <title>[酷工作] 高德北京-前后端、ai 大模型算法应用都要</title>
  75. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157849#reply0" />
  76. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157849</id>
  77. <published>2025-09-08T11:17:37Z</published>
  78. <updated>2025-09-08T11:17:37Z</updated>
  79. <author>
  80. <name>lxlzyc233</name>
  81. <uri>https://ex.noerr.eu.org/member/lxlzyc233</uri>
  82. </author>
  83. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  84. 🚀 高德地图信息业务中心 | 社招启动 | 技术岗位热招 (北京/杭州)<br /><a target="_blank" href="https://talent.amap.com/off-campus/position-list?shareCode=Mi6TgSBce_0i5e48c35ynAQoLrfpaGGANjFCEYcwOSmiBlBFRzt1Io2GSdgdRJCP" rel="nofollow noopener">https://talent.amap.com/off-campus/position-list?shareCode=Mi6TgSBce_0i5e48c35ynAQoLrfpaGGANjFCEYcwOSmiBlBFRzt1Io2GSdgdRJCP</a><br /><br />bHhsX2ZyZWVkb20= 备注 V2EX 深入沟通<br /><br />岗位太多了就不一个个贴了
  85. ]]></content>
  86. </entry><entry>
  87. <title>[程序员] 表格生图</title>
  88. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157848#reply0" />
  89. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157848</id>
  90. <published>2025-09-08T11:13:28Z</published>
  91. <updated>2025-09-08T11:12:28Z</updated>
  92. <author>
  93. <name>young1</name>
  94. <uri>https://ex.noerr.eu.org/member/young1</uri>
  95. </author>
  96. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  97. 各位大佬,我现在有一个需求,就是根据选中的表格内容生成对应的图表,柱状图,饼图,折线图,雷达图等。<br />我现在就是把原生的表格 HTML 元素给模型,让模型生成标准的 echarts option 内容,然后渲染。简单的表格模型给的准确,但是涉及到一些合并单元格或者复杂一点的,模型就不太能准确表达出来。然后我看了同样的表格,WPS 里面生图就很准确。想问问,有什么方法可以像 WPS 一样生成准确的图呢。然后还可以修改配色
  98. ]]></content>
  99. </entry><entry>
  100. <title>[问与答] 如何禁止 betterdisplay 检测更新</title>
  101. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157847#reply0" />
  102. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157847</id>
  103. <published>2025-09-08T11:11:44Z</published>
  104. <updated>2025-09-06T11:11:44Z</updated>
  105. <author>
  106. <name>runking</name>
  107. <uri>https://ex.noerr.eu.org/member/runking</uri>
  108. </author>
  109. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  110. 更新到 4 看了下,没有更新什么,就是适配了 26 的 UI ,还要重新购买……<br /><br />现在回退到 3.5.6 了,可是天天提示更新……
  111. ]]></content>
  112. </entry><entry>
  113. <title>[生活] 朋友们,请问有江浙沪地区想养小狗的吗?免费送。</title>
  114. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157846#reply5" />
  115. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157846</id>
  116. <published>2025-09-08T10:49:11Z</published>
  117. <updated>2025-09-08T11:30:53Z</updated>
  118. <author>
  119. <name>Lorneeeee</name>
  120. <uri>https://ex.noerr.eu.org/member/Lorneeeee</uri>
  121. </author>
  122. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  123. <p>请仔细阅读图中条件,谢谢。
  124. <a href="https://i.imgur.com/IO8mwxE.jpeg" rel="nofollow">https://i.imgur.com/IO8mwxE.jpeg</a></p>
  125.  
  126. ]]></content>
  127. </entry><entry>
  128. <title>[生活] 遇到这样的孩子怎么办?</title>
  129. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157845#reply17" />
  130. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157845</id>
  131. <published>2025-09-08T10:36:33Z</published>
  132. <updated>2025-09-08T11:33:21Z</updated>
  133. <author>
  134. <name>RIckV2</name>
  135. <uri>https://ex.noerr.eu.org/member/RIckV2</uri>
  136. </author>
  137. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  138. <p>一个亲戚,坐标上海,孩子去年刚上高一,开始反骨,说自己抑郁症了,不想上学了,自己去医院检测,医生当然说他有。</p>
  139. <p>然后开始辍学,目前一年多了。期间尝试打工半个月,没坚持下去;尝试复学,没两天不想去了,之后就一直在家蹲着,90%时间在打游戏,刷抖音。</p>
  140. <p>我了解到的情况,父母始终没给过他大的压力,补习班报的也很少,莫名其妙就开始这样。我分析是因为交到了狐朋狗友,产生攀比,上海这种环境,大家应该知道,随随便便都是出国留学的,他家只能算普通家庭,父母都是打拼的新上海人,挺难的。</p>
  141. <p>本来准备今年 9 月重新高一开始复学,结果我问了下,第一天就撂挑子了,我说那你们只能给孩子养老了。</p>
  142. <p>无独有偶,前几天和一个朋友聚会,他亲戚家孩子也那样,初三辍学。。。类似的经历,不想上了,现在是不是很多这样的呀,遇到这种孩子,怎么教育?就让他躺平吗?</p>
  143.  
  144. ]]></content>
  145. </entry><entry>
  146. <title>[NAS] 有没有老哥用 畅网 x86-p6 n150 做 nas 机器</title>
  147. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157844#reply1" />
  148. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157844</id>
  149. <published>2025-09-08T10:34:47Z</published>
  150. <updated>2025-09-08T11:34:22Z</updated>
  151. <author>
  152. <name>huangshaokun</name>
  153. <uri>https://ex.noerr.eu.org/member/huangshaokun</uri>
  154. </author>
  155. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  156. 畅网 x86-p6 n150<br />机箱和一些配件 <a target="_blank" href="https://www.goofish.com/item?spm=a21ybx.personal.feeds.1.1aaf6ac26X9iGq&amp;id=973950825980&amp;categoryId=50025387" rel="nofollow noopener">https://www.goofish.com/item?spm=a21ybx.personal.feeds.1.1aaf6ac26X9iGq&amp;id=973950825980&amp;categoryId=50025387</a><br /><br /><br />有用这套配置放在一个密闭的柜子中的吗? 柜子的体积大概是多少(我的柜子大概 0.025 立方米)?散热能不能行
  157. ]]></content>
  158. </entry><entry>
  159. <title>[问与答] 国内大带宽服务器推荐</title>
  160. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157842#reply0" />
  161. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157842</id>
  162. <published>2025-09-08T10:30:51Z</published>
  163. <updated>2025-09-08T10:30:51Z</updated>
  164. <author>
  165. <name>cutedogspark</name>
  166. <uri>https://ex.noerr.eu.org/member/cutedogspark</uri>
  167. </author>
  168. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  169. <p>如题所示,想整一台专门用来跑想 rustdesk 和异地组网或者端口映射的服务器,坐标上海,配置不用特别好,带宽希望大一点点。</p>
  170.  
  171. ]]></content>
  172. </entry><entry>
  173. <title>[程序员] 想提问大家的编程是如何学习的呢?</title>
  174. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157841#reply8" />
  175. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157841</id>
  176. <published>2025-09-08T10:16:22Z</published>
  177. <updated>2025-09-08T11:08:18Z</updated>
  178. <author>
  179. <name>Seck</name>
  180. <uri>https://ex.noerr.eu.org/member/Seck</uri>
  181. </author>
  182. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  183. <p>作为一个程序员,你认为什么样的学习方式是最好的</p>
  184. <p>举例:</p>
  185. <ol>
  186. <li>
  187. <p>完全实践也就是先做一个项目,边看文档边学习</p>
  188. </li>
  189. <li>
  190. <p>找到一个已有的项目,一般读,一般理解,一边复原,一般调试,学习!</p>
  191. </li>
  192. <li>
  193. <p>读差不多相关的技术文档架构以后,才入手具体的项目!</p>
  194. </li>
  195. </ol>
  196. <p>这里只是讨论,大家认为最好的学习方式是如何的。以前考试,只会考试了,感觉编程实践能力是不够的</p>
  197. <p>能够给出你的学习方式和具体这样做的理由,都是很重要的,每一个回答都是有帮助的,谢谢</p>
  198. <hr/>
  199. <p>我个人已经有了自己的一套学习方式,可能短期改不了。但是,我想的是:大家实际交流下,也是更好的。</p>
  200.  
  201. ]]></content>
  202. </entry><entry>
  203. <title>[推广] web3 有朋友需要返佣吗,欢迎 dm 我!</title>
  204. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157840#reply2" />
  205. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157840</id>
  206. <published>2025-09-08T10:14:46Z</published>
  207. <updated>2025-09-08T10:16:31Z</updated>
  208. <author>
  209. <name>370743412we</name>
  210. <uri>https://ex.noerr.eu.org/member/370743412we</uri>
  211. </author>
  212. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  213. 哈喽,大家好,在下是币安官方 KOL ,可以给大家提供各大交易所的返佣,同时自己也是交易员,欢迎各位对币圈感兴趣的朋友来交流行情<br /><br />X: <a target="_blank" href="https://x.com/No_tariff" rel="nofollow noopener">https://x.com/No_tariff</a><br /><br />一级:<br />🦖OKX DEX 邀请码:WARD99999<br />1 、钱包左上角点进去,点击邀请计划<br />2 、点击输入邀请码<br />3 、输入:WARD99999<br /><br />二级:<br />#币安👉 密码:<br />老用户 <a target="_blank" href="https://www.marketwebb.me/zh-CN/join?ref=WARD9999" rel="nofollow noopener">https://www.marketwebb.me/zh-CN/join?ref=WARD9999</a><br />新用户 https://www.marketwebb.systems/join?ref=WARD9999<br />海外:<a target="_blank" href="https://www.binance.com/zh-CN/join?ref=WARD9999" rel="nofollow noopener">https://www.binance.com/zh-CN/join?ref=WARD9999</a><br />现货邀请码:WARD9999<br />合约邀请码:871633472<br />#欧意 👉 密码 : <a target="_blank" href="https://www.ouydl.org/ul/6CngT5?channelId=WARD9999" rel="nofollow noopener">https://www.ouydl.org/ul/6CngT5?channelId=WARD9999</a><br />邀请码:WARD9999<br />#Bitget 👉 密码 : <a target="_blank" href="http://partner.dhxrcw.cn/bg/WARD9999" rel="nofollow noopener">partner.dhxrcw.cn/bg/WARD9999</a><br />邀请码:WARD9999<br />#火币 👉 密码 : <a target="_blank" href="https://www.htx.com.ve/invite/zh-cn/1h?invite_code=ward9999" rel="nofollow noopener">https://www.htx.com.ve/invite/zh-cn/1h?invite_code=ward9999</a><br />邀请码:ward9999
  214. ]]></content>
  215. </entry><entry>
  216. <title>[酷工作] 程序员有必要摸鱼考个导游证去做兼职吗?</title>
  217. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157838#reply0" />
  218. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157838</id>
  219. <published>2025-09-08T10:01:43Z</published>
  220. <updated>2025-09-08T09:58:43Z</updated>
  221. <author>
  222. <name>Void000</name>
  223. <uri>https://ex.noerr.eu.org/member/Void000</uri>
  224. </author>
  225. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  226. <p>先说下背景:楼主在某外企做程序员,工资不算高,但是工作比较清闲,平时有大把时间摸鱼。前一阵子在网上看到说考导游证后可以兼职做导游(旺季收入挺可观的),然后就动了念想。在 X 书 X 音上看了下备考的一些准备过程报名后,信念又有些动摇了。具体如下:</p>
  227. <ol>
  228. <li>学习时间成本太高:不权要学习 4 本教材(大概几十上百万字的样子)而且还要进行面试(背导游词、问答题什么的)。目前每天大概需要投入 4 个小时左右的摸鱼时间去学习</li>
  229. <li>跟我预期的有出入:刚开始我以为只要考了导游证就可以自己接私活了,但实际并不是(导游这个职业需要跟旅行社进行对接才能开始接单,并且不允许私自接单,否则会罚款+吊销导游证)。这样一来就没那么自由了</li>
  230. <li>收入问题:导游这个职业只有在旺季(比如:劳动节、国庆节)的时候收入才比较高(代价是很累)。平时(像周末)很可能接不到单,就是没有稳定的收入源,不是想什么时候做兼职都有机会的。</li>
  231. <li>关于景区免门票问题:之前以为只要有导游证就可以免费浏览国内所有景区[手动狗头],实际上只有部分景区且是在带团的情况下才有可能免票...</li>
  232. </ol>
  233. <ul>
  234. <li>基于以上情况,想请教下这个导游证还有学下去的必要吗?</li>
  235. </ul>
  236.  
  237. ]]></content>
  238. </entry><entry>
  239. <title>[汽车] 不懂就问,有没有岚图 free+ 的 v 友,谈谈这车咋样</title>
  240. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157836#reply0" />
  241. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157836</id>
  242. <published>2025-09-08T09:51:33Z</published>
  243. <updated>2025-09-08T09:50:33Z</updated>
  244. <author>
  245. <name>leeBasic</name>
  246. <uri>https://ex.noerr.eu.org/member/leeBasic</uri>
  247. </author>
  248. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  249. <ol>
  250. <li>各位大佬不要搞对立</li>
  251. <li>同等价位,有没有更好的</li>
  252. <li>品牌、硬件啥的</li>
  253. </ol>
  254.  
  255. ]]></content>
  256. </entry><entry>
  257. <title>[奇思妙想] 短视频细化之美食应用可以做吗</title>
  258. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157835#reply4" />
  259. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157835</id>
  260. <published>2025-09-08T09:44:17Z</published>
  261. <updated>2025-09-08T09:58:04Z</updated>
  262. <author>
  263. <name>tenali</name>
  264. <uri>https://ex.noerr.eu.org/member/tenali</uri>
  265. </author>
  266. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  267. <h2>最近在开发一个专注于美食的短视频的应用,请大佬们给给建议,目前的一些想法:</h2>
  268. <h2>产品定位</h2>
  269. <p>专注美食类的作品分享、菜谱分享,呈现形式有三种:</p>
  270. <ul>
  271. <li><strong>视频作品</strong> - 短视频展示制作过程</li>
  272. <li><strong>图文作品</strong> - 静态图片配文字说明</li>
  273. <li><strong>菜谱作品</strong> - 详细的步骤化菜谱</li>
  274. </ul>
  275. <h2>核心功能规划</h2>
  276. <h3>主要功能</h3>
  277. <ul>
  278. <li>美食作品分享与浏览</li>
  279. <li>菜谱创作与收藏</li>
  280. <li>用户互动(点赞、评论、关注)</li>
  281. </ul>
  282. <h3>辅助功能</h3>
  283. <ol>
  284. <li>
  285. <p><strong>卡路里记录</strong></p>
  286. <ul>
  287. <li>目标用户:减脂用户</li>
  288. <li>功能:记录每日饮食,统计卡路里摄入</li>
  289. </ul>
  290. </li>
  291. <li>
  292. <p><strong>餐食计划</strong></p>
  293. <ul>
  294. <li>功能:规划未来几天的饮食计划</li>
  295. <li>特色:从作品中一键添加到计划</li>
  296. <li>支持:搜索创建个性化计划</li>
  297. </ul>
  298. </li>
  299. <li>
  300. <p><strong>采购清单</strong></p>
  301. <ul>
  302. <li>功能:根据餐食计划自动生成采购清单</li>
  303. <li>场景:买菜时使用,提高购物效率</li>
  304. <li>便利性:一键生成,避免遗漏</li>
  305. </ul>
  306. </li>
  307. <li>
  308. <p><strong>冰箱清单</strong></p>
  309. <ul>
  310. <li>功能:记录冰箱物品库存</li>
  311. <li>特色:支持剩余物品智能推荐菜谱</li>
  312. <li>流程:采购完成 → 一键添加到冰箱清单</li>
  313. </ul>
  314. </li>
  315. </ol>
  316. <h2>辅助功能计划启用会员制,到时候来 v 站给大佬们送会员。✌️</h2>
  317.  
  318. ]]></content>
  319. </entry><entry>
  320. <title>[Solana] 今晚第一期 okx X launch 上线!</title>
  321. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157834#reply6" />
  322. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157834</id>
  323. <published>2025-09-08T09:42:01Z</published>
  324. <updated>2025-09-08T17:54:12Z</updated>
  325. <author>
  326. <name>carson8899</name>
  327. <uri>https://ex.noerr.eu.org/member/carson8899</uri>
  328. </author>
  329. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  330. <p>今晚是第一期项目,我觉得可以参与下,利润应该是比较乐观的。</p>
  331. <p>okx 钱包的返佣地址: <a href="https://web3.okx.com/ul/joindex?ref=V2EXXX" rel="nofollow">https://web3.okx.com/ul/joindex?ref=V2EXXX</a></p>
  332. <p>还是跟交易所一样,会有百分之 20 的交易手续费返佣。</p>
  333. <p>福利后续会跟上。</p>
  334. <p>主要是第一期的活动,能参与最好。</p>
  335. <p>进入 okx 的 dex 界面右下角 boost 参与</p>
  336. <p><img alt="" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://i.v2ex.co/CyzT1KI9.png"/></p>
  337.  
  338. ]]></content>
  339. </entry><entry>
  340. <title>[问与答] 求部署 deepseek r1 70b 的配置</title>
  341. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157833#reply1" />
  342. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157833</id>
  343. <published>2025-09-08T09:34:09Z</published>
  344. <updated>2025-09-07T09:34:09Z</updated>
  345. <author>
  346. <name>ChunkitAu</name>
  347. <uri>https://ex.noerr.eu.org/member/ChunkitAu</uri>
  348. </author>
  349. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  350. <p>如题,老板看到同事用 cursor 做原型图设计,和领导开会脑子一抽要求我去组一个内网部署用的模型给同事写方案。
  351. 因特殊原因写方案不能联网,有人会组吗?<br/>
  352. 看网上资料 deepseek 70b 需要 40g 内存,目前显卡方案领导暂定 4090 ( 48g ) X2 (也不知道魔改的靠不靠谱)。</p>
  353.  
  354. ]]></content>
  355. </entry><entry>
  356. <title>[Web Dev] 请教下大佬们有无移动端 app 上 h5 页面休眠/内存优化思路</title>
  357. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157832#reply2" />
  358. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157832</id>
  359. <published>2025-09-08T09:18:42Z</published>
  360. <updated>2025-09-08T09:17:42Z</updated>
  361. <author>
  362. <name>sheyue</name>
  363. <uri>https://ex.noerr.eu.org/member/sheyue</uri>
  364. </author>
  365. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  366. <p>背景:业务上的 app 上有用 webView 加载多个 h5 页面(小游戏、活动),分 tab 对应展示(类似浏览器),每次只会激活一个页面,现在几个页面同时加载的情况下,几个页面因为相对复杂,内存占用都很高,导致 app 内存飙很高</p>
  367. <p>预期是没有激活的 tab 能够减少内存占用(从休眠、内存控制等方向),想问下 v 站的大佬们有什么优化思路</p>
  368. <p>ps:以前处理过 electron 上加载多个 browserView 的页面的优化,当时用的是调用其他组给的 dll 包,设置未激活页面进程内存置换部分到物理内存。但是处理移动端页面没啥思路</p>
  369.  
  370. ]]></content>
  371. </entry><entry>
  372. <title>[美国] Pips Hint: NYT Pips Daily Hints &amp; Answers</title>
  373. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157831#reply0" />
  374. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157831</id>
  375. <published>2025-09-08T09:17:17Z</published>
  376. <updated>2025-09-07T17:15:17Z</updated>
  377. <author>
  378. <name>ethansunray</name>
  379. <uri>https://ex.noerr.eu.org/member/ethansunray</uri>
  380. </author>
  381. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  382. <p>Hi everyone, <a href="https://pipshint.com" rel="nofollow">Pips Hint</a> is a NYT Pips game assistant I built. It provides daily answers and step-by-step hints for all difficulty levels, always staying in sync with NYT Pips. Feel free to try it out if you need it, and I’d love to hear your feedback and suggestions!</p>
  383. <p><img alt="Pips Hint Home" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://r.pipshint.com/common/pips-hint-home.jpg"/></p>
  384. <p>Access URL: <a href="https://pipshint.com" rel="nofollow">Pips Hint</a></p>
  385.  
  386. ]]></content>
  387. </entry><entry>
  388. <title>[MacBook Air] m4 air 的默认分辨率居然不是两倍缩放的</title>
  389. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157830#reply1" />
  390. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157830</id>
  391. <published>2025-09-08T09:16:54Z</published>
  392. <updated>2025-09-08T09:39:53Z</updated>
  393. <author>
  394. <name>xu33</name>
  395. <uri>https://ex.noerr.eu.org/member/xu33</uri>
  396. </author>
  397. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  398. <p>难怪看着一直不舒服 调成两倍后( 1280 )舒服多了</p>
  399.  
  400. ]]></content>
  401. </entry><entry>
  402. <title>[酷工作] 下班时间兼职送外卖月入五千挑战</title>
  403. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157829#reply15" />
  404. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157829</id>
  405. <published>2025-09-08T09:13:41Z</published>
  406. <updated>2025-09-08T11:10:44Z</updated>
  407. <author>
  408. <name>fzdoudou</name>
  409. <uri>https://ex.noerr.eu.org/member/fzdoudou</uri>
  410. </author>
  411. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  412. 迫于经济情况比较窘迫,工资提升近期无望,今年一直有个目标就是找到一个稳定的副业并且能够月入三千以上,缓解一下经济压力。<br /><br />    一开始是准备利用程序员技能发展额外项目,准备了很久,但是因为很多原因一直暂停,没有赚到钱。眼看今年都已经过去一大半了就开始焦虑了,一个多月前看到关注的博主开始兼职送外卖,收入好像也还可以,一个月能跑五千块。一年前负债最严重的时候就想过去跑外卖,但是总感觉花个一天时间赚个一两百不值得。现在又燃起了这个想法,决定先干起来再说,当天晚上就注册了美团众包,实名认证,考试搞了半小时终于搞定,第二天就直接跑起来了。<br /><br />    刚开始跑第一天就遇到了大雨,然后单价就非常高,平均每单能去到八九块以上,中午在公司附近送了三单就收入三十多块,还挺激动的,最起码午饭钱挣到了。然后晚上下班继续跑,目标是跑到一百块,从七点半下班跑到了晚上十二点结束,一共跑了 111.4 。晚上送单的这几个小时,作为新手的很多坑就开始体现出来了,软件使用不熟悉,抢单和派单机制没搞清楚,路线不熟悉,导致有几单超时,扣了十几块。找不到地址单时候真是让人崩溃,不过好在完成了日入一百的目标,<br /><br />    第一天体验下来,发现自己还挺喜欢送外卖这个兼职的,每次点击送到收入几块的感觉非常让人踏实,真正的是多劳多得。难找的地址找到后也非常有成就感。一次性接几单然后进行路线规划再按时全部送达也很有成就感。只体验了一天就决定要好好干这个副业了,第一个月目标本来是定在了三千块,毕竟新手期,定太高达不成会很有挫败感。<br /><br />    后面就把配送区域固定在了两个地方,一个是住的附近,一个是公司附近,公司附近只有中午会去送几单,晚上下班直接回住的地方集中干到 12 点,从 8.4 号开始跑到 9.4 号一共收入 5200 多,没想到第一个月就达成了月入五千的目标。但是确实非常的累,周末没有一天休息过,一个月瘦了十斤,我以前天天跑步瘦不下来,没想到送一个月外卖瘦下来了。<br /><br />    想吐槽到地方也非常多,例如导航经常遇到与实际地址隔了一堵墙的情况,城中村地址太难找,客户联系不上导致后面的单也超时,商家出餐慢导致后面的单超时,还会经常限制接单,新手保护期过后普通众包选手配送难度比较大,5 块爬八九层楼梯是常态等等。蜂鸟众包系统做的太垃圾,会偷时间,派单路线也乱七八糟,真把骑手当工具人压榨,体验了两次就只送美团了。<br /><br />    这一个月下来发现有挺多跟我一样下班兼职跑外卖的打工人,甚至还有很多女生,看来现在大环境是真不好,很多人都会去选择送外卖这种门槛低,上手快,来钱快(但是少)的兼职了。我觉得送外卖也是一个技术活,想要在有限的时间内提高收入,就必须具备熟悉周边地形,系统机制,路线规划能力,客户沟通能力(跟客户沟通的好有时候可以避免爬楼梯节省时间)。<br /><br />    目前体验下来在其他副业没有稳定发展的情况下,应该会继续坚持送外卖。8.4 号截止到今天,美团众包账户可提现余额 5810.21 ,未结算活动奖励七百多,蜂鸟众包可提现 360.2 ,计划国庆节放假前达到一万块再提现。
  413. ]]></content>
  414. </entry><entry>
  415. <title>[问与答] 浏览器的导航页,你们用的是哪个?</title>
  416. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157827#reply0" />
  417. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157827</id>
  418. <published>2025-09-08T09:11:12Z</published>
  419. <updated>2025-08-31T09:11:12Z</updated>
  420. <author>
  421. <name>sogwsc</name>
  422. <uri>https://ex.noerr.eu.org/member/sogwsc</uri>
  423. </author>
  424. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  425. 简洁无广告无新闻热点,自己添加网址,<br />稳定的,有没有什么推荐?<br />或者有什么更好的办法?
  426. ]]></content>
  427. </entry><entry>
  428. <title>[问与答] 有没有苹果礼品卡在线充值接口 [可付费]</title>
  429. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157826#reply0" />
  430. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157826</id>
  431. <published>2025-09-08T09:06:51Z</published>
  432. <updated>2025-09-08T09:06:51Z</updated>
  433. <author>
  434. <name>keer</name>
  435. <uri>https://ex.noerr.eu.org/member/keer</uri>
  436. </author>
  437. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  438. <p>我们做的业务需要可以往美区苹果 ID 通过礼品卡的方式充值金额。 找了一圈没发现苹果官方提供的接口</p>
  439. <p>所以我们现在是通过购买的第三方 PC 软件进行操作的。他们的批处理软件给我的感觉就是调用接口实现的一样</p>
  440. <p>所以来问问各位懂行的朋友,有没有靠谱的介绍合作一下。 </p>
  441. <p><img alt="礼品卡批量兑换" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://s4.vmpic.cn/2025/09/08/68be9c33346bb.png"/></p>
  442.  
  443. ]]></content>
  444. </entry><entry>
  445. <title>[奇思妙想] 拍照食物 识别食物成分 并提供饮食建议和健康评估?有竞品不 有市场吗</title>
  446. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157825#reply9" />
  447. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157825</id>
  448. <published>2025-09-08T08:58:54Z</published>
  449. <updated>2025-09-08T09:18:30Z</updated>
  450. <author>
  451. <name>jackhm18</name>
  452. <uri>https://ex.noerr.eu.org/member/jackhm18</uri>
  453. </author>
  454. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  455. <p>???</p>
  456.  
  457. ]]></content>
  458. </entry><entry>
  459. <title>[问与答] 请问日版 iPhone 在国内可以保修吗</title>
  460. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157824#reply9" />
  461. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157824</id>
  462. <published>2025-09-08T08:58:13Z</published>
  463. <updated>2025-09-08T09:45:26Z</updated>
  464. <author>
  465. <name>MarshmelloX3X</name>
  466. <uri>https://ex.noerr.eu.org/member/MarshmelloX3X</uri>
  467. </author>
  468. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  469. 如题,万年 Pixel 准备换 iPhone 用用,因为有张 esim ,因此准备买日版 iPhone ,想请教下保修问题
  470. ]]></content>
  471. </entry><entry>
  472. <title>[Android] android 该机软件.</title>
  473. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157823#reply0" />
  474. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157823</id>
  475. <published>2025-09-08T08:55:04Z</published>
  476. <updated>2025-09-08T08:53:04Z</updated>
  477. <author>
  478. <name>Miwangyu</name>
  479. <uri>https://ex.noerr.eu.org/member/Miwangyu</uri>
  480. </author>
  481. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  482. android 的该机软件有大佬知道吗.<br /><br />具体可以加 whatapp 或者 discord 聊一下.
  483. ]]></content>
  484. </entry><entry>
  485. <title>[健康] 母亲生病,感觉遇到无德医生了,问问 V 友的意见</title>
  486. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157822#reply25" />
  487. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157822</id>
  488. <published>2025-09-08T08:54:35Z</published>
  489. <updated>2025-09-08T10:40:22Z</updated>
  490. <author>
  491. <name>ATKLLL</name>
  492. <uri>https://ex.noerr.eu.org/member/ATKLLL</uri>
  493. </author>
  494. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  495. 我妈有心血管动脉硬化和高血压已经吃药多年了.<br />最近出现头痛症状,在省会省立医院(三甲)做了颈部和头部的核磁共振检查,报告显示有脑梗,但是是旧的病灶不是最近发生的.<br />医生给开了一堆药然后让 2 周后复查.<br />问题就在药单上,分为两部分,第一部分是医院药房拿的总价 800 元.<br />第二部分是一款叫复方曲肽注射液的药,总计 20 支,总价 3000 元左右,而且是在医院外边的药房(医生指定药店名字)拿的.当时有些疑虑,但是脑梗不是小病不敢怠慢,谨遵医嘱吧.<br />当我拿到药看到药厂名字是吉林天成制药我第一反应就是被坑了,这片土地的药厂上新闻的太多了.<br />回家一查果然,这款药在 2019 年就被国家卫生健康委列入重点监控合理用药目录并且从医保用药清单清退了 链接 <a target="_blank" href="https://www.gov.cn/zhengce/zhengceku/2019-11/19/content_5453479.htm" rel="nofollow noopener">https://www.gov.cn/zhengce/zhengceku/2019-11/19/content_5453479.htm</a>   ,而且有非常多的严重副作用(瘫痪)案例  链接 <a target="_blank" href="https://zhuanlan.zhihu.com/p/398244114" rel="nofollow noopener">https://zhuanlan.zhihu.com/p/398244114</a>.<br /><br />现在是不是可以确定我被坑了.<br />我目前主要面临两个问题,一 要不要马上停药,二 我要换医生看,怎么样才能不被坑
  496. ]]></content>
  497. </entry><entry>
  498. <title>[优惠信息] 微信钱包提现免费券获取</title>
  499. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157821#reply8" />
  500. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157821</id>
  501. <published>2025-09-08T08:49:12Z</published>
  502. <updated>2025-09-08T10:05:52Z</updated>
  503. <author>
  504. <name>Chicagoake</name>
  505. <uri>https://ex.noerr.eu.org/member/Chicagoake</uri>
  506. </author>
  507. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  508. 微信钱包提现到银行卡免费额度用光后,提现需要一定的手续费,现分享几个获取提现免费券的渠道:<br />1.微信小程序-支付有优惠,每周可以领到 500 左右的提现免费券,需要使用金币兑换,可以通过使用微信支付来获取,也可以通过赠送把金币给他人;<br />2.微信小程序-微信支付提现笔笔省,今天刚发现的,可以通过签到、点外卖、购物等形式获取提现免费券,今天领了 100 ,不知道能否持续下去。
  509. ]]></content>
  510. </entry><entry>
  511. <title>[React] 时隔多年再次用 react,请问 ahooks 的 useMemoizedFn 和 react 内置的 useEffectEvent 有什么异同?</title>
  512. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157819#reply4" />
  513. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157819</id>
  514. <published>2025-09-08T08:34:28Z</published>
  515. <updated>2025-09-08T10:13:39Z</updated>
  516. <author>
  517. <name>june4</name>
  518. <uri>https://ex.noerr.eu.org/member/june4</uri>
  519. </author>
  520. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  521. <p>重新快速扫了一遍 react 的文档,发现文档里多了一个<code>useEffectEvent</code>的函数,在入门文档里还多次提到。
  522. 源码如下 <a href="https://github.com/sanity-io/use-effect-event/blob/main/src/useEffectEvent.ts" rel="nofollow">https://github.com/sanity-io/use-effect-event/blob/main/src/useEffectEvent.ts</a></p>
  523. <p>这个貌似是 ahooks 的 <a href="https://github.com/alibaba/hooks/blob/master/packages/hooks/src/useMemoizedFn/index.ts" rel="nofollow">useMemoizedFn</a> 全方位弱化版。</p>
  524. <p><a href="https://zh-hans.react.dev/learn/separating-events-from-effects#limitations-of-effect-events" rel="nofollow">因为 useEffectEvent 文档里严格要求</a>:</p>
  525. <ul>
  526. <li>只在 Effect 内部调用他们。</li>
  527. <li>永远不要把他们传给其他的组件或者 Hook 。</li>
  528. </ul>
  529. <p>就是说这个使用范围限得很死干不了 useCallback 的活,而 useMemoizedFn 可以完全替代 useCallback 和 useEffectEvent 。</p>
  530. <p>看了眼二者的源码,主要区别是 useEffectEvent 只有在 render 后才有值,所以不能马上用,这和 useCallback 不同。</p>
  531. <p>那问题来了,为什么 react 要出这个垃圾版 useEffectEvent/useCallback 而不是 ahooks 的终级版呢?应该是有我想不到的理由,或者我的理解有什么不对的地方?</p>
  532.  
  533. ]]></content>
  534. </entry><entry>
  535. <title>[宠物] 怎么买鱼缸才不会爆缸?</title>
  536. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157818#reply11" />
  537. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157818</id>
  538. <published>2025-09-08T08:30:45Z</published>
  539. <updated>2025-09-08T09:32:37Z</updated>
  540. <author>
  541. <name>tuding</name>
  542. <uri>https://ex.noerr.eu.org/member/tuding</uri>
  543. </author>
  544. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  545. <p>女儿想养鱼,在 b 站看手把手视频,UP 主说买不好的鱼缸有爆缸风险,家里全木地板,爆缸了才麻烦,所以想问问怎么买鱼缸才不会爆缸,这个非常重要!如果有大佬能列个购买清单,那更是感激不尽。</p>
  546.  
  547. ]]></content>
  548. </entry><entry>
  549. <title>[投资] 股市里你得想想你要挣谁的钱</title>
  550. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157816#reply14" />
  551. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157816</id>
  552. <published>2025-09-08T08:27:21Z</published>
  553. <updated>2025-09-08T11:31:59Z</updated>
  554. <author>
  555. <name>yifangtongxing28</name>
  556. <uri>https://ex.noerr.eu.org/member/yifangtongxing28</uri>
  557. </author>
  558. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  559. 前几天分享的快递股经过一轮急跌,今天反弹的很好,趁着收盘,写点东西,劝诫一下想来股票市场捞一波的人<br /><br /><br />1.不管 A 股还是美股,你得明白你在赚谁的钱<br /><br />你可以赚纳斯达克 yyds ,无脑入的人的钱<br />你可以赚长江电力 yyds ,无脑拿 30 年的人的钱<br />你也可以赚美的业绩年增加 10-15%的钱<br /><br /><br />但如果你不明白你在赚谁的钱,那么你大概率得到什么结果,你懂的<br /><br /><br />2.物极必反,周期更迭<br /><br />没有什么是一直不变的,有变化,有分歧,才有利润和亏损<br /><br />标普和纳斯达克也会有回调,A 股也会有大行情<br /><br />看清楚自己能赚什么类型的钱,顺势而为<br /><br />看不清楚,轻则多付学费,重则。。。。<br /><br /><br />3.牛市才是大亏的根源<br /><br />牛市大涨,才有大跌的空间。熊市大跌,才有大涨的空间<br /><br />如果买在最高点,你要做的不是祈祷他有一天能反弹回来, 让你回本出了<br />而应该在某个点,止损走人<br /><br />能做到的人寥寥无几,赌场亏光的都是想回本的人。<br /><br /><br />最后,不建议没有充足经验就直接大资金入市。<br /><br />更不建议,挣了一点小钱,然后等股票涨上天了,大资金一股脑入市
  560. ]]></content>
  561. </entry><entry>
  562. <title>[生活] 大家国庆打算去哪里呢?</title>
  563. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157813#reply12" />
  564. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157813</id>
  565. <published>2025-09-08T08:04:38Z</published>
  566. <updated>2025-09-08T10:45:33Z</updated>
  567. <author>
  568. <name>toloa</name>
  569. <uri>https://ex.noerr.eu.org/member/toloa</uri>
  570. </author>
  571. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  572. 难得终于有个小长假了,不想继续窝在家里,急切的想要逃离北京。但也不想去各种人挤人的城市数人头。<br />目前已涉足的地方, 太需要一个好去处了,国外的话最好能免签。<br />![Coverage]( <a target="_blank" href="https://youke1.picui.cn/s1/2025/09/08/68be8daf0c97a.jpg" rel="nofollow noopener">https://youke1.picui.cn/s1/2025/09/08/68be8daf0c97a.jpg</a>)
  573. ]]></content>
  574. </entry><entry>
  575. <title>[投资] 伦敦现货黄金突破 3600 了,历史性时刻</title>
  576. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157812#reply8" />
  577. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157812</id>
  578. <published>2025-09-08T08:01:56Z</published>
  579. <updated>2025-09-08T09:44:06Z</updated>
  580. <author>
  581. <name>Kare2</name>
  582. <uri>https://ex.noerr.eu.org/member/Kare2</uri>
  583. </author>
  584. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  585. 要是前阵子多买点就好了😥 现在还能追高吗
  586. ]]></content>
  587. </entry><entry>
  588. <title>[成都] 华阳附近有换自用电瓶车电池的店吗</title>
  589. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157810#reply2" />
  590. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157810</id>
  591. <published>2025-09-08T07:59:50Z</published>
  592. <updated>2025-09-08T08:11:15Z</updated>
  593. <author>
  594. <name>liuchengfeng1</name>
  595. <uri>https://ex.noerr.eu.org/member/liuchengfeng1</uri>
  596. </author>
  597. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  598. <p>华阳附近有换自用电瓶车电池的店吗?或者可以帮换电池的(想在网上自买电池)</p>
  599.  
  600. ]]></content>
  601. </entry><entry>
  602. <title>[Figma] 公司用 Figma 是否有必要付费订阅?</title>
  603. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157809#reply0" />
  604. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157809</id>
  605. <published>2025-09-08T07:59:31Z</published>
  606. <updated>2025-09-08T03:59:31Z</updated>
  607. <author>
  608. <name>CSGO</name>
  609. <uri>https://ex.noerr.eu.org/member/CSGO</uri>
  610. </author>
  611. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  612. 现在一直用的教育版,来自我大学的 edu 邮箱,今天收到通知,大致本月 29 号会降级回免费版本,看了下验证教育几乎正常来说无法验证了,需要更多材料。<br /><br />那么相比免费版,设计只用草稿似乎也可以,开发不知道能否看开发模式。<br /><br />以及是否有必要升级能?以及设计师全功能席位,开发还得开开发席位?是否有订阅过的经验分享。
  613. ]]></content>
  614. </entry><entry>
  615. <title>[Apple] 诸位的 vision pro 用的什么头箍?</title>
  616. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157808#reply2" />
  617. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157808</id>
  618. <published>2025-09-08T07:58:20Z</published>
  619. <updated>2025-09-08T08:28:22Z</updated>
  620. <author>
  621. <name>ttgo</name>
  622. <uri>https://ex.noerr.eu.org/member/ttgo</uri>
  623. </author>
  624. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  625. 之前用的 annapro(前额位置一个硬箍),用的时间长了,海绵全都塌了,想换一个。<br />看评测都说 resmed 那个好,还便于装包里,但是太贵了。<br />有推荐的头带/头盔/头箍么?
  626. ]]></content>
  627. </entry><entry>
  628. <title>[生活] 打王者,附近的妹子加我?</title>
  629. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157807#reply11" />
  630. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157807</id>
  631. <published>2025-09-08T07:53:03Z</published>
  632. <updated>2025-09-08T10:43:29Z</updated>
  633. <author>
  634. <name>super452</name>
  635. <uri>https://ex.noerr.eu.org/member/super452</uri>
  636. </author>
  637. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  638. 周末打王者,打完一局准备睡了,突然有个附近的妹子加我,问我要不要打个赌,王者 1v1 ,谁赢谁请喝一杯星巴克,我一脸懵,这是什么新出的套路?<br />本着好奇的态度就接下了,果然,被下半身接管的我输了。<br />她立马发了个微信,加上后发了张星巴克的外卖截图,总价 50 多,让我发红包给她,求 v 友帮忙分析,这到底啥情况。。
  639. ]]></content>
  640. </entry><entry>
  641. <title>[问与答] 预购商品不发货该如何维权</title>
  642. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157806#reply4" />
  643. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157806</id>
  644. <published>2025-09-08T07:46:54Z</published>
  645. <updated>2025-09-08T08:31:00Z</updated>
  646. <author>
  647. <name>chy2v</name>
  648. <uri>https://ex.noerr.eu.org/member/chy2v</uri>
  649. </author>
  650. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  651. <h1>起因</h1>
  652. <p>2022 年 4 月在<a href="https://www.zfrontier.com/" rel="nofollow">zFroniter</a> 上预购了一把键盘( Rama U80-B 客制化机械键盘),加上配件总计 3799 元。<br/>
  653. 原本是预计 2023 年第一季度发货,但到 2025 年 9 月的现在连是否生产都没法确定...<br/>
  654. 期间我大约每 1 ~ 2 个季度会询问一次客服,每次得到的答复都是"预计下一个季度会发货"  </p>
  655. <h1>投诉</h1>
  656. <p>在 2025 年 5 月,我在 12315 上投诉了这个平台,诉求是全额退款,上海闵行区江川所帮忙进行调解。zfroniter 那边打了电话过来,简单来说就是不接受退款,预计 9 月份会发货(又是预计下一季度发货)</p>
  657. <h1>现状</h1>
  658. <p>现在已经是 2025 年 9 月了,自然是还没一点消息。我看了一下 12315 我投诉案件的办结反馈,说是"因被诉方向我局出具《拒绝调解说明》,明确拒绝退款诉求",因此终止调解。<br/>
  659. 目前我又在 12315 上重新提起了投诉,但估计没什么效果。<br/>
  660. 因此想咨询一下:</p>
  661. <ol>
  662. <li>下一步是该在法院起诉吗?</li>
  663. <li>起诉大概的流程是怎么样呢?</li>
  664. <li>上诉成本如何?</li>
  665. </ol>
  666. <h1>补充说明</h1>
  667. <p>Rama 已经跑路,参考 <a href="https://www.reddit.com/r/MechanicalKeyboards/comments/1jdh9if/rama_works_officially_in_liquidation/" rel="nofollow">https://www.reddit.com/r/MechanicalKeyboards/comments/1jdh9if/rama_works_officially_in_liquidation/</a><br/>
  668. 我觉得现在没有的话,后续也再不会生产出来了</p>
  669.  
  670. ]]></content>
  671. </entry><entry>
  672. <title>[问与答] 关于电车隐藏式门把手的疑问</title>
  673. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157805#reply14" />
  674. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157805</id>
  675. <published>2025-09-08T07:44:09Z</published>
  676. <updated>2025-09-08T11:14:32Z</updated>
  677. <author>
  678. <name>nabanbaba</name>
  679. <uri>https://ex.noerr.eu.org/member/nabanbaba</uri>
  680. </author>
  681. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  682. 电车隐藏式门把手设计(看起来弹出需要用电),当发生严重事故,无法自动弹开时,方便车外开门施救吗?<br />类似的场景,油车虽然都是机械把手,但是也得自动解锁,车外才打得开吧?
  683. ]]></content>
  684. </entry><entry>
  685. <title>[程序员] A modern Java framework which might be the one you are looking for? 可能这正是你在寻找的现代 Java 框架?</title>
  686. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157804#reply11" />
  687. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157804</id>
  688. <published>2025-09-08T07:44:00Z</published>
  689. <updated>2025-09-08T09:31:47Z</updated>
  690. <author>
  691. <name>moverinfo</name>
  692. <uri>https://ex.noerr.eu.org/member/moverinfo</uri>
  693. </author>
  694. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  695. <p>“What’s the modern Java framework?” That’s an interesting question to myself.<br/>
  696. “现代的 Java 框架是什么?”这个问题对我来说很有趣。
  697. As most of people are using Spring framework to build java applications, especially using Spring boot. I don’t think there is anyone who doesn’t know about it, as it’s so much popular to java developers.<br/>
  698. 由于大多数人使用 Spring 框架来构建 Java 应用程序,尤其是使用 Spring Boot 。我认为没有人不知道它,因为它对 Java 开发者来说非常流行。
  699. People usually build backend applications / apis base on Spring frameworks in past 10 years, especially when the Springboot come out in 2013. I know SpringMVC was designed in Spring framework for a while before it. but the configuration is really challenging to developers.<br/>
  700. 过去十年,人们通常基于 Spring 框架构建后端应用程序/API ,尤其是在 2013 年 Spring Boot 推出之后。我知道 Spring MVC 在设计之初就属于 Spring 框架的一部分,但其配置对开发者来说确实非常具有挑战性。
  701. Springboot changed this for us, and we can quickly develop a outline to provide a bunch of apis with it, but without the knowledge about how it works. and we don’t need to start up a Tomcat server individually, That’s really friendly to us for develop a micro-service architecture style application.<br/>
  702. Spring Boot 改变了这一切,我们可以快速开发一个框架轮廓来提供一系列 API ,但无需了解其工作原理。而且我们不需要单独启动 Tomcat 服务器,这对开发微服务架构风格的应用程序非常友好。
  703. In past 10 years, the micro-service style architecture was really important to a big project as there are many people from different domains behind it. Springboot brought a lot of benefits to multiple teams in companies as which allow a beginner can quickly provide a MVP with a good performance.<br/>
  704. 过去十年,微服务风格架构对大型项目来说非常重要,因为背后有来自不同领域众多人员的支持。Spring Boot 为公司中的多个团队带来了许多好处,使得初学者能够快速提供具有良好性能的 MVP 。
  705. Okay, Is it a perfect framework? I believe the answer is No.<br/>
  706. 好了,这是一个完美的框架吗?我相信答案是否定的。
  707. Many developers have already known the drawbacks about it. e.g., while we don’t need to set up a tomcat, but we need to create an executable java class which include a <code>main(String[]args)</code> method. This is really a repeat effort and not necessary although it’s minor. and the start up requires some seconds, which will bring issues when the orchestration detect a service is down, then will start a new instance, it will take some seconds, that means during this moment, the service will not be available. but it will be an issue to some special projects.<br/>
  708. 许多开发者已经了解它的缺点。例如,虽然我们不需要设置 tomcat ,但我们需要创建一个包含 <code>main(String[]args)</code> 方法的可执行 Java 类。虽然这只是一个小问题,但这确实是一种重复的工作,并非必要。而且启动需要几秒钟,当编排系统检测到服务宕机时,会启动一个新的实例,这需要几秒钟,这意味着在这段时间内,服务将不可用。但这对于某些特殊项目来说可能是一个问题。
  709. Springboot is a flexible framework, which provides many interfaces that can be done by developers themselves such as aspect programming code. but actually it will slow down the process of business logic even we don’t implement it. this is too much design and probably given the room to developers and allow them to do some innovation works that could not be better. also, the overhead object management, objects reference each other, it’s too complicated and brought some issues to be resolved, but slowing down the performance of the functionalities. As developers, they need to think about how to save the resources from code design perspective. Regardless this, Springboot only focuses on the web applications, which limits the java technologies actually. As a modern application, it should be executable in web mode and command line, which is getting more important.<br/>
  710. Springboot 是一个灵活的框架,提供了许多开发者可以自行实现的接口,例如面向切面编程代码。但实际上,即使我们不实现它,它也会减慢业务逻辑的处理过程。这过于设计化,可能给开发者留出空间,让他们进行一些无法更好的创新工作。此外,对象管理的开销、对象之间的相互引用,过于复杂,带来了一些需要解决的问题,但同时也降低了功能性能。作为开发者,他们需要从代码设计的角度思考如何节省资源。无论如何,Springboot 只关注 Web 应用程序,这实际上限制了 Java 技术。作为一个现代应用程序,它应该在 Web 模式和命令行模式下都可执行,这一点越来越重要。
  711. As you know, Spring framework has been built with too many functionalities, it’s not a lightweight at all.<br/>
  712. 众所周知,Spring 框架已经集成了太多功能,根本不轻量级。<br/>
  713. So, we built a new framework — tinystruct framework, which can resolve the above issues with simple philosophy.<br/>
  714. 因此,我们构建了一个新的框架——tinystruct 框架,它以简单的理念解决了上述问题。
  715. I made a quick performance test for this framework with <code>wrk</code>. Here is the result:<br/>
  716. 我使用 <code>wrk</code> 对这个框架进行了快速性能测试。以下是结果:
  717. $ wrk -t12 -c400 -d30s "http://127.0.0.1:8080/?q=say/Praise the Lord!"</p>
  718. <p>Running 30s test @ <a href="http://127.0.0.1:8080/?q=say/Praise" rel="nofollow">http://127.0.0.1:8080/?q=say/Praise</a> the Lord!
  719. 12 threads and 400 connections</p>
  720. <p>Thread Stats   Avg      Stdev     Max       +/- Stdev
  721. Latency        17.44ms  33.42ms   377.73ms  88.98%
  722. Req/Sec        7.27k    1.66k     13.55k    69.94%</p>
  723. <p>2604473 requests in 30.02s, 524.09MB read</p>
  724. <p>Requests/sec:  86753.98
  725. Transfer/sec:  17.46
  726. That result is quite impressive. Handling over 2.6 million requests in just 30 seconds with a throughput of over 86,000 requests per second — this shows the raw power and efficiency of the tinystruct framework. But it’s not just about the performance numbers. It’s about the philosophy behind it.
  727. 那个结果相当令人印象深刻。在 30 秒内处理超过 260 万次请求,每秒吞吐量超过 86,000 次请求——这展示了 tinystruct 框架的原始力量和效率。但这不仅仅是关于性能数据。它关乎其背后的哲学。
  728. What Makes the tinystruct Framework Modern? 是什么让 tinystruct 框架变得现代化?
  729. No need for a main() method 无需 main() 方法 Applications can be launched directly using CLI commands like bin/dispatcher, without boilerplate code. This removes unnecessary ceremony from the development lifecycle. 应用程序可以直接使用 bin/dispatcher 等 CLI 命令启动,无需样板代码。这从开发生命周期中移除了不必要的仪式。
  730. Unified design for CLI and Web CLI 和 Web 的统一设计 Unlike web-centric frameworks like Spring Boot, tinystruct treats CLI and Web equally. This makes it ideal for AI tasks, automation scripts, and hybrid applications—all from the same codebase. 与以网络为中心的 Spring Boot 不同,tinystruct 将 CLI 和 Web 视为平等的公民。这使得它非常适合 AI 任务、脚本自动化和混合应用程序——所有这些都来自同一个代码库。
  731. Built-in lightweight HTTP server 内置轻量级 HTTP 服务器 Whether using Netty or Tomcat, tinystruct integrates the server lifecycle internally. No separate containers or complex configuration files. Just import what you need and run. 无论是 Netty 还是 Tomcat ,tinystruct 都将服务器生命周期集成在框架内部。无需单独的容器或复杂的配置文件。只需导入所需内容即可运行。
  732. Minimalist configuration philosophy 极简配置理念 Configuration is reduced to only what’s essential. No need to wire hundreds of beans or manage excessive XML or YAML. This boosts developer productivity and reduces errors. 配置被简化为仅包含必要内容。你无需连接数百个 bean ,也不涉及过多的 XML 或 YAML 。这提高了开发者的生产力并减少了错误。
  733. Annotation-based routing 基于注解的路由 The framework provides a clean and intuitive routing mechanism using @<a href="/member/Action">Action</a>, without complex controller hierarchies. 该框架提供了使用 @<a href="/member/Action">Action</a> 的简洁直观的路由机制,无需过于复杂的控制器层次结构。
  734. Performance-first architecture 以性能为先的架构 Nearly zero overhead. No reflection-based bean scanning, no autowiring labyrinths, and no unnecessary interceptors unless explicitly enabled. This results in faster response times and lower memory usage. 几乎没有额外开销。没有基于反射的 bean 扫描,没有自动连接的迷宫,除非明确启用,否则没有不必要的拦截器。这转化为更快的响应时间和更小的内存占用。
  735. Empowering developers without complexity 无需复杂性的开发者赋能 With tinystruct, developers focus on real business logic instead of fighting the framework’s machinery. It’s designed to be transparent, predictable, and extensible—without sacrificing control or performance. 使用 tinystruct ,开发者可以专注于真正的业务逻辑,而不是与框架机制作斗争。它被设计为透明、可预测和可扩展——所有这些都不牺牲控制或性能。</p>
  736. <p>Conclusion 结论
  737. So, is tinystruct framework the modern Java framework you might be looking for?那么,tinystruct 框架就是您可能正在寻找的现代 Java 框架吗?
  738. If you’re tired of heavy frameworks, redundant lifecycle code, or slow boot-up times…如果你厌倦了臃肿的框架、冗余的生命周期代码或缓慢的启动时间…
  739. If you’re looking for something lightweight, CLI-ready, and blazing fast…如果你正在寻找轻量级、支持命令行界面且运行极快的框架…
  740. If you believe a framework should serve the developer, not slow them down…如果你认为框架应该服务于开发者,而不是拖慢他们的速度…
  741. Then yes — tinystruct is that framework.那么是的——tinystruct 就是那个框架。
  742. It’s modern not just in terms of technology, but in philosophy — minimalistic, high-performance, and developer-friendly.它在技术上现代,在理念上也现代——简约、高性能、且对开发者友好。Try it out, and you might find the elegance of well-crafted software  — but also praising the Lord.试试看,你可能会发现精心构建软件的优雅——也会赞美那位创造万物的“主”。
  743. Repo in github, Here we go:GitHub 仓库,开始吧:</p>
  744. <p><a href="https://github.com/tinystruct/tinystruct" rel="nofollow">https://github.com/tinystruct/tinystruct</a></p>
  745.  
  746. ]]></content>
  747. </entry><entry>
  748. <title>[问与答] 很多多年的鼻炎人士总好不了其实是小时候坏习惯导致的</title>
  749. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157803#reply25" />
  750. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157803</id>
  751. <published>2025-09-08T07:43:13Z</published>
  752. <updated>2025-09-08T11:13:25Z</updated>
  753. <author>
  754. <name>JungleZZ</name>
  755. <uri>https://ex.noerr.eu.org/member/JungleZZ</uri>
  756. </author>
  757. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  758. <p>省流版:小时候挖鼻子挖的。</p>
  759. <p>OP 多年老鼻炎了,以前是慢性蝶窦炎,病灶很深的,药物无法到达,很小的时候就试过药物冲洗鼻腔,但是只能好一阵子,会复发。今年竟然融合了个过敏性鼻炎,遇到冷空气就鼻塞,另外打喷嚏次数剧增,尤其是早上早起必打四五个喷嚏,难受得一批。</p>
  760. <p>鼻炎是个很麻烦的事情,因为呼吸不畅,大脑始终处于轻微缺氧中,记性很差。再就是老是流鼻涕,其实很不雅观,也很不方便,出门必须带纸,因为不知道什么时候就涕崩了。</p>
  761. <p>我仔细回忆了下,应该就是小时候五年级的样子,家里条件特别差,家里人捡了很多胶合板废料回来打架子当案几。再加上屋子门窗很小,通风不便,基本上就是跟刺鼻的胶水作伴了几年,那段时间鼻子应该是很不舒服的,因为分泌物巨多,天天在鼻腔掏哇掏,掏出的小零食堆积成小山。家里除了大人,年纪稍小的几个都有症状,除了我这种分泌物多的,还有鼻子一碰就流血的。</p>
  762. <p>再就是后面外出上学,遇到很多也有鼻炎的,我就去找他们的共同点。发现基本都有环境问题或者个个人卫生问题,最终很多人都指向了一个共同点:挖鼻子,如果你也有鼻炎一直好不了,可以说说看你小时候的生活环境或者挖不挖鼻子?</p>
  763.  
  764. ]]></content>
  765. </entry><entry>
  766. <title>[分享创造] 工具箱网站 5 年收益分享</title>
  767. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157801#reply30" />
  768. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157801</id>
  769. <published>2025-09-08T07:41:24Z</published>
  770. <updated>2025-09-08T10:31:17Z</updated>
  771. <author>
  772. <name>balabalaguguji</name>
  773. <uri>https://ex.noerr.eu.org/member/balabalaguguji</uri>
  774. </author>
  775. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  776. <h3>介绍</h3>
  777. <p>每个程序员都有一个工具箱网站,我的叫<strong>要你命 3000</strong> <a href="https://tools.gzyunke.cn" rel="nofollow">https://tools.gzyunke.cn</a></p>
  778. <p>灵感来自国产凌凌漆:每个都能独当一面,现在把它们集中到一起,问你怕了没。</p>
  779. <p>我个人比较注重用户体验,自认为是工具箱里做的最简洁、方便的一个,顶部导航栏可以添加自己喜欢的工具,很方便。</p>
  780. <h3>一个好域名的开始</h3>
  781. <p>最早的时候我用的是 tools.fun 这个域名,每年好像 2000~3000 的域名费用,就为了一个好的域名。</p>
  782. <p>也可能是有好域名加成,最早搜索引擎很多关键词排名都能在前 5 或前 3 ,再加上在 V 站的分享,每天的用户量都挺大的。</p>
  783. <p>一直没挂广告,靠爱发电,但是想到每年几千的域名费用,所以就挂了一个右下角的广告,每个月有接近 200 样子的收益。</p>
  784. <p>但是这收益无法覆盖域名的成本,所以就放弃了 tools.fun 这个域名。</p>
  785. <p><a href="https://ex.noerr.eu.org/i/G20fT8tZ.png" rel="nofollow">https://ex.noerr.eu.org/i/G20fT8tZ.png</a></p>
  786. <h3>换域名后的情况</h3>
  787. <p>因为换了域名,有很多用户都不知道新地址 <a href="https://tools.gzyunke.cn" rel="nofollow">https://tools.gzyunke.cn</a> 。</p>
  788. <p>当然之前域名累积的搜索引擎排名也没了,所以流量远不如以前了,从广告收益也看得出。</p>
  789. <p>但是域名费用是覆盖了,就这样吧,为爱发电,佛系了,养着只是为了自己有一个好用的工具箱。</p>
  790. <p>工具箱很多用户都是 V 友,感谢大家的喜爱,希望因为域名更换导致迷路的朋友能继续用我的工具箱。</p>
  791.  
  792. ]]></content>
  793. </entry><entry>
  794. <title>[酷工作] [上海] 资深前端工程师 [25K~30K]</title>
  795. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157800#reply0" />
  796. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157800</id>
  797. <published>2025-09-08T07:39:16Z</published>
  798. <updated>2025-09-08T07:38:16Z</updated>
  799. <author>
  800. <name>MGCC</name>
  801. <uri>https://ex.noerr.eu.org/member/MGCC</uri>
  802. </author>
  803. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  804. <p>我们正在寻找一位热爱前端技术、乐于挑战的伙伴,一起打造优秀的用户体验。</p>
  805. <h2>💻 你需要做的是:</h2>
  806. <ul>
  807. <li>负责网站应用的前端开发,持续优化体验与性能;</li>
  808. <li>深入参与浏览器插件的设计与开发;</li>
  809. <li>与后端、UI/UX 团队紧密协作,推动产品从设计到上线的全过程;</li>
  810. <li>跟踪前端技术发展趋势,将合适的新技术引入项目中,带动团队成长。</li>
  811. </ul>
  812. <h2>🎯 我们希望你:</h2>
  813. <ul>
  814. <li>对前端技术有热情,有主动学习和探索的习惯。</li>
  815. <li>本科及以上学历,计算机相关专业,3 年以上前端开发工作经验。</li>
  816. <li>具备良好的性能优化意识,能够分析和解决实际项目中的性能问题;</li>
  817. <li>有产品思维,注重细节,善于沟通与协作;</li>
  818. <li>有浏览器插件开发经验,了解其核心机制和上架流程;</li>
  819. </ul>
  820. <h2>关于众引</h2>
  821. <ul>
  822. <li>一家“懂生意,擅传播”的大数据营销传播集团</li>
  823. <li>抖音星图头部营销玩家</li>
  824. <li>小红书营销全牌照拥有者</li>
  825. <li>长期为头部品牌(欧莱雅、联合利华、戴森等)提供实效型的整合营销传播全案服务</li>
  826. <li>通过将创意能力与 Martech 技术进行有效结合,帮助客户实现 GMV 和品牌建设( AIPL 等运营)的双增长</li>
  827. </ul>
  828. <h2>工作地点</h2>
  829. <p>普陀区,长寿路</p>
  830. <h2>简历</h2>
  831. <ul>
  832. <li>标题请写:[ V2EX ] 应聘资深前端工程师</li>
  833. <li>发送至 <a href="mailto:miya.hu@mgcc.com.cn">miya.hu@mgcc.com.cn</a></li>
  834. </ul>
  835. <h2>了解更多公司信息</h2>
  836. <p>戳小红书主页 <a href="https://www.xiaohongshu.com/user/profile/5f0565660000000001004ff7" rel="nofollow">https://www.xiaohongshu.com/user/profile/5f0565660000000001004ff7</a></p>
  837.  
  838. ]]></content>
  839. </entry><entry>
  840. <title>[Apple] 请教 Macbook Mir 13 英寸 M3 问题</title>
  841. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157799#reply1" />
  842. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157799</id>
  843. <published>2025-09-08T07:32:36Z</published>
  844. <updated>2025-09-08T11:06:19Z</updated>
  845. <author>
  846. <name>qiyue0726</name>
  847. <uri>https://ex.noerr.eu.org/member/qiyue0726</uri>
  848. </author>
  849. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  850. 公司电脑,平时插着网线使用(拓展坞),Wi-Fi 同时也开着,有时候需要拔下来开会,这时候经常就会出现 Wi-Fi 那里标识一个叹号!,什么网都连不上去,有次拿回家试了下也一样,必须重启才能连上 Wi-Fi ,有大佬知道原因么,问了 IT 感觉也弄不清楚,说可能是网卡驱动还是绿联的驱动有问题,发了一个绿联的外置网卡驱动也装不上去。。现在都是去开会先重启下电脑,难顶
  851. ]]></content>
  852. </entry><entry>
  853. <title>[分享发现] 一个科学探讨:人胖了后耳朵眼是不是会变小</title>
  854. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157798#reply4" />
  855. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157798</id>
  856. <published>2025-09-08T07:30:18Z</published>
  857. <updated>2025-09-08T11:09:03Z</updated>
  858. <author>
  859. <name>18k</name>
  860. <uri>https://ex.noerr.eu.org/member/18k</uri>
  861. </author>
  862. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  863. 从 2019 年起戴 AirPods Pro 就是使用的 M 号耳塞,一直很合适,换了 AirPodsPro2 也还是 M 号合适。<br />最近感觉右边耳塞容易掉,还以为是耳油的原因,结果有一天心血来潮,换了 S 号试下,perfect ,塞得紧 降噪好,考虑原因,只有一个可能就是耳朵眼因为胖了所以变小了? M 号塞不紧了 S 更合适了?🐶
  864. ]]></content>
  865. </entry><entry>
  866. <title>[生活] 缘分真的能巧成这样吗</title>
  867. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157797#reply35" />
  868. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157797</id>
  869. <published>2025-09-08T07:27:44Z</published>
  870. <updated>2025-09-08T09:36:09Z</updated>
  871. <author>
  872. <name>iMiata</name>
  873. <uri>https://ex.noerr.eu.org/member/iMiata</uri>
  874. </author>
  875. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  876. <p><strong>背景</strong>:我女朋友今年上半年跳槽入职了新公司,到现在还不到半年,入职以后公司给她发了个新的手机号用于工作联络。我女朋友于是也拿新的工作号注册了专门的工作微信。且我女朋友因为工作原因,得跟着项目走,长期出差,且出差期间基本上都是单休。</p>
  877. <h3>下面好戏开始。</h3>
  878. <p>昨天周日,她唯一的一天休息日,睡了个懒觉到下午出门一个人去逛街,我俩正打着视频电话,她一边逛一边试衣服给我看,让我帮她挑。忽然这会儿有人加她的工作微信,是个女的。我女朋友通过了验证以后,立马对面劈头盖脸给我对象一通骂,“<strong>你这个插足别人感情、破坏别人家庭的小三</strong>”诸如此类 blabla 。我对象上一秒还在美美试衣服给我看,下一秒满脑子问号。</p>
  879. <p>我对象第一时间就问对方是不是加错人了,对方估计以为她不想承认,更是来劲。我对象也知道我肯定是没有背着她有“家庭”的 23333 (我听我对象讲到这里我也懵了好一阵,想了想我啥时候还娶过一个我都不知道的老婆?),好不容易等对方输出完,对了下生日和姓名,对方确认是加错人了,应该是原号主的那档子烂事儿找上门之前换号了。</p>
  880. <p>对方发现加错人以后,又发现我对象是个还没结婚的年轻女孩儿,这个来劲,先是一通大吐苦水,吐槽婚姻的痛苦,男人结婚后立马变了样 blabla ,又是给我对象一通苦口婆心,一定要在恋爱期间认清男人的嘴脸。我对象告诉她,我俩恋爱了 951 天,感情好着呢,对方又是继续一通现身说法的劝说......我对象直接无视了,继续逛街,开开心心买衣服、买奶茶。</p>
  881. <h3>事情到这里还没完。</h3>
  882. <p>今天早上 8:15 我刚到公司还没停好车,我对象就给我发消息来了,平时工作日她差不多得 8:45 以后才睡醒给我回消息的,今天居然出奇的早。我还没来得及感叹她怎么醒这么早,她甩过来一张<a href="href=%22https://github.com/Miata95/fileRepo/blob/main/1000007226.jpg" rel="nofollow">截图</a>,原来这位“祥林嫂”姐们儿大清早 8:00 还不到就又开始继续轰炸我对象了。</p>
  883. <p>昨天我和我对象还说,这姐们儿虽然命苦,但是她的事儿真的很解闷。今天我俩就开始有点烦了,这姐们儿虽然命苦,但也不值得同情。想起这档子事儿,觉得有趣,大家图一乐</p>
  884.  
  885. ]]></content>
  886. </entry><entry>
  887. <title>[React] 找个西安本地熟悉 React Native 的朋友,有项目需要协助</title>
  888. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157796#reply1" />
  889. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157796</id>
  890. <published>2025-09-08T07:18:57Z</published>
  891. <updated>2025-09-08T04:18:57Z</updated>
  892. <author>
  893. <name>keller</name>
  894. <uri>https://ex.noerr.eu.org/member/keller</uri>
  895. </author>
  896. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  897. <p>最近客户有个项目需要使用 React Native 来做跨平台的开发,需要熟悉整个开发流程和上架流程。</p>
  898. <p>项目周期大概 1-2 个月,有兴趣的朋友请留联系方式</p>
  899.  
  900. ]]></content>
  901. </entry><entry>
  902. <title>[Pixel] 现在怎么买 pixel 最划算</title>
  903. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157795#reply1" />
  904. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157795</id>
  905. <published>2025-09-08T07:11:58Z</published>
  906. <updated>2025-09-08T07:22:55Z</updated>
  907. <author>
  908. <name>Z2</name>
  909. <uri>https://ex.noerr.eu.org/member/Z2</uri>
  910. </author>
  911. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  912. ]]></content>
  913. </entry><entry>
  914. <title>[问与答] 有没有好用的 24 寸 4k 的显示器?求推荐</title>
  915. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157794#reply10" />
  916. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157794</id>
  917. <published>2025-09-08T07:06:20Z</published>
  918. <updated>2025-09-08T11:12:55Z</updated>
  919. <author>
  920. <name>taolinxs</name>
  921. <uri>https://ex.noerr.eu.org/member/taolinxs</uri>
  922. </author>
  923. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  924. 有没有好用的 24 寸 4k 的显示器?<br />之前买了优派几个月就烧屏了,售后给换了台 不过不是新的 一个月又烧屏了,品质太差了。<br />有没有好用不烧屏的?
  925. ]]></content>
  926. </entry><entry>
  927. <title>[VPS] [避坑] OuiHeberg 法国 VPS - 重装 VPS 后被误判暴力破解封号</title>
  928. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157793#reply1" />
  929. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157793</id>
  930. <published>2025-09-08T06:56:20Z</published>
  931. <updated>2025-09-08T06:59:16Z</updated>
  932. <author>
  933. <name>jensfrank</name>
  934. <uri>https://ex.noerr.eu.org/member/jensfrank</uri>
  935. </author>
  936. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  937. <p>各位老铁,最近踩坑有点多,又一个大坑,分享给大家避雷。看来新的还是要谨慎入坑啊,还好最近 vps 不看了。事情整个的记录吐槽一下,因为截图关系,让 AI 稍微梳理了一下。大家吃个瓜就好。</p>
  938. <p>基本情况:</p>
  939. <p>商家:OuiHeberg (法国 VPS 商)
  940. 问题:VPS 被误判"暴力破解"导致封号</p>
  941. <p>事件经过:</p>
  942. <p>9 月 1 日 :VPS 重装后无法 SSH 登录,开工单求助(#912489 )
  943. 技术支持回复 :给了新的 SSH 登录信息
  944. 我的操作 :按照他们提供的信息尝试登录(多次失败),后续直接给我换了一个面板,类似迁移了,ip 也同步换掉了,因为无法登录,我准备重装一下,重装后还没有任何操作,昨天突然收到邮件暂停 vps 了,原因暴力破解。
  945. 目前状态 :VPS 被暂停,还被当成攻击者</p>
  946. <p>最离谱的地方:</p>
  947. <p>技术支持说:"给你新平台解决问题"
  948. 安全系统说:"你在攻击我们,封号!"
  949. 我:???</p>
  950. <p>现状:
  951. 再次提交紧急工单要求立即恢复,另外同步一些 vps 论坛跟进这个坑爹的事情。</p>
  952. <p>问下各位:</p>
  953. <p>有用过 OuiHeberg 的大兄弟么?这家没有 PayPal 支付,无法争议,只能吐槽一下了啊。
  954. 最近有没有好鸡推荐?</p>
  955. <p>会持续更新进展。暂时不建议新用户选择 OuiHeberg 。</p>
  956.  
  957. ]]></content>
  958. </entry><entry>
  959. <title>[分享创造] 哈基码</title>
  960. <link rel="alternate" type="text/html" href="https://ex.noerr.eu.org/t/1157791#reply29" />
  961. <id>tag:ex.noerr.eu.org,2025-09-08:/t/1157791</id>
  962. <published>2025-09-08T06:47:04Z</published>
  963. <updated>2025-09-08T10:19:36Z</updated>
  964. <author>
  965. <name>6JSh5b6Q5Z2k</name>
  966. <uri>https://ex.noerr.eu.org/member/6JSh5b6Q5Z2k</uri>
  967. </author>
  968. <content type="html" xml:base="https://ex.noerr.eu.org/" xml:lang="en"><![CDATA[
  969. <p>精心挑选了 64 个字符用于编码:哈、基、米、南、北、绿、豆、阿、西、噶、压、库、那、鲁、曼、波、欧、马、自、立、悠、嗒、步、诺、斯、哇、嗷、冰、踩、背、叮、咚、鸡、大、狗、叫、袋、鼠、兴、奋、剂、出、示、健、康、码、楼、上、下、来、带、一、段、小、白、手、套、胖、宝、牛、魔、呵、嘿、喔</p>
  970. <p>作者:wkGCaSS</p>
  971. <p><a href="https://github.com/wkgcass/hachima" rel="nofollow">https://github.com/wkgcass/hachima</a></p>
  972. <p>在线哈基码:</p>
  973. <p><a href="https://hachima.vproxy.io/index.html" rel="nofollow">https://hachima.vproxy.io/index.html</a></p>
  974. <p><a href="https://postimg.cc/7JwmYJmK" rel="nofollow"><img alt="Xnip2025-09-08-14-45-39.jpg" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://i.postimg.cc/yxS5jF9C/Xnip2025-09-08-14-45-39.jpg"/></a></p>
  975.  
  976. ]]></content>
  977. </entry>
  978. </feed>

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid Atom 1.0" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=https%3A//ex.noerr.eu.org/index.xml

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda