V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  jahanngauss414  ›  全部回复第 1 页 / 共 1 页
回复总数  19
我尝试理解了一下
这是一个试图将人的不同标签与特定行为产生的特定结果产生关联并分析同时试图产生行为指导的一套系统?
@pppguest3962 可以用 web dashboard ,连接 clash 提供的 api
那就直接用 core 啊,订阅直接 wget 下来就好了
86 天前
回复了 Dongxiaohao 创建的主题 问与答 网站分站的技术实现
dns 可以配通配符解析,然后在流量入口拿 host 就好了(可能不是这样的实现,我猜的)
@chengxiao 并发读写 map 又是新的坑,要加锁
161 天前
回复了 Rubbishsite 创建的主题 问与答 港澳通行证被学校没收怎么办
报警
@Dcynsd #7 创建数据的时候直接把用户 id set 进去就好了吧,这种全局 callback 看起来不是做这种事情的
@Dcynsd #7 你这个上下文全局变量肯定不行啊,请求并发全炸了
DB.Callback().Create().Before("gorm:before_create").Register("beforeCreateCallback", beforeCreateCallback(c))

func beforeCreateCallback(c *gin.Context) func(db *gorm.DB) {
return func(db *gorm.DB) {
userID := c.Get("xxx")
if _, ok := db.Statement.Schema.FieldsByName["user_id"]; ok {
db.Statement.SetColumn("user_id", userID)
}
}
}
“去年 6 月( 2023.6.14 )”,吓得我看了一眼日历
288 天前
回复了 KevinChan 创建的主题 美酒与美食 世卫组织建议减少摄取非糖甜味剂
@KevinChan #37 这篇文章在标题处都加了限定,你自己发帖的时候把限定去掉推广了作用域,这不就是断章取义吗?

The recommendation applies to all people except individuals with pre-existing diabetes and includes all synthetic and naturally occurring or modified non-nutritive sweeteners that are not classified as sugars found in manufactured foods and beverages, or sold on their own to be added to foods and beverages by consumers. Common NSS include acesulfame K, aspartame, advantame, cyclamates, neotame, saccharin, sucralose, stevia and stevia derivatives.

这一段的上一段,

"Replacing free sugars with NSS does not help with weight control in the long term. People need to consider other ways to reduce free sugars intake, such as consuming food with naturally occurring sugars, like fruit, or unsweetened food and beverages,” says Francesco Branca, WHO Director for Nutrition and Food Safety. "NSS are not essential dietary factors and have no nutritional value. People should reduce the sweetness of the diet altogether, starting early in life, to improve their health."

明显是将讨论的语境限制在控制体重这个场景里面啊
288 天前
回复了 KevinChan 创建的主题 美酒与美食 世卫组织建议减少摄取非糖甜味剂
WHO advises not to use non-sugar sweeteners for weight control in newly released guideline
世界卫生组织在新发布的指南中建议不要使用非糖甜味剂来控制体重

断章取义是吧
蓝桥杯 数的读法
@hlbcpt 就算服务器被黑客控制也拿不到私钥的吧,ssh 认证又没有把私钥发给服务器
2023-01-13 10:09:30 +08:00
回复了 OkabeRintaro 创建的主题 问与答 大佬们,如何在没有服务器数据库的情况下,做到增删改查
@OkabeRintaro 看了下你的 localstorage ,其实你可以改进一下,把单词数据和进度数据分离开,然后存储进度的数据结构可以变精简一点,可以试试把数据放 hash 里面
2022-11-15 11:57:17 +08:00
回复了 wxmomomowx 创建的主题 程序员 这个项目 算开源的吗? epusdt
@wxmomomowx github.com/assimon/luuu 这个包含在代码仓库里面了
2022-11-15 10:01:56 +08:00
回复了 balabalaguguji 创建的主题 问与答 CloudFlare 无法转入域名
要先将解析换到 CloudFlare
2022-09-08 09:18:38 +08:00
回复了 Logiase 创建的主题 程序员 不知道大家有没有什么舒服的组网方式
@happyn 开源了吗,发个地址来看看?
2022-07-21 18:06:59 +08:00
回复了 LxnChan 创建的主题 Linux Ubuntu 有最小化安装的选项吗
debian?
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1059 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 22:41 · PVG 06:41 · LAX 15:41 · JFK 18:41
Developed with CodeLauncher
♥ Do have faith in what you're doing.