V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  lvlongxiang199  ›  全部回复第 2 页 / 共 6 页
回复总数  113
1  2  3  4  5  6  
@flyingghost 然而 macos 不是 Linux
105 天前
回复了 Livid 创建的主题 JavaScript nstr - number → string, but looks good
太投机取巧了, 输入一个大点的 int64 就精度丢失了 https://imgur.com/a/x6FFD5i
你为啥不直接试试呢 ?
119 天前
回复了 littlemis 创建的主题 问与答 有用 n8n 真的改变生活的例子吗?
一直都好奇 n8n 跟写代码+部署到 serverless 平台相比有啥优势. 通过拖拽来实现业务逻辑感觉特别低效尤其是对于稍复杂的业务逻辑, 而且支持的功能肯定不如直接用代码实现完善. 况且对于不那么复杂的业务逻辑, 可以直接用 llm 搞定
122 天前
回复了 exploretheworld 创建的主题 Java 写了 3 天 go,我想念 Java 了
只能说你这个业务不适合用 go 写.
122 天前
回复了 exploretheworld 创建的主题 Java 写了 3 天 go,我想念 Java 了
@Ayanokouji 2 可以用依赖注入来解决
143 天前
回复了 xuegy 创建的主题 程序员 Homebrew 的 maintainer 真的是有点魔怔了
我觉得 homebrew 干的没错....
需要特定版本的 cmake, 自个额外装一个呗.....
用 idea 下载/切换不同的 jdk

https://imgur.com/a/AEGwZmE
@cyningxu 麻烦啊. 你起码得通过 git commit, git push 同步.
我之前是通过 syncthing 在多台机器同步代码的 台式 <-> VPS <-> 笔记本. 完全对用户无感知
为每一个容器创建了一个 vm....
container runs containers differently. Using the open source Containerization package, it runs a lightweight VM for each container that you create. This approach has the following properties:


https://github.com/apple/container/blob/main/docs/technical-overview.md#:~:text=container%20runs%20containers%20differently.%20Using%20the%20open%20source%20Containerization%20package%2C%20it%20runs%20a%20lightweight%20VM%20for%20each%20container%20that%20you%20create.%20This%20approach%20has%20the%20following%20properties%3A
@6JSh5b6Q5Z2k 我在 GitHub 上跑刷新 tizi IP 的 cronjob, 每天跑三次, 还有其他 cronjob 加起来每天跑 6 次, 也没被封
@6JSh5b6Q5Z2k 这个用 GitHub action 也能实现啊
219 天前
回复了 Galaxy123 创建的主题 程序员 EMQX 变脸记:从开源兄弟到商业猛兽?
这都是两年前的事了.
https://github.com/emqx/emqx/blob/master/LICENSE

这是 license 里的原文
```
Source code in this repository is variously licensed under below licenses.

For Default: Apache License 2.0, see APL.txt,
which applies to all source files except for folders applied with Business Source License.

For EMQX Enterprise (since version 5.0): Business Source License 1.1,
see apps/emqx_bridge_kafka/BSL.txt as an example, please check license files under sub directory of apps.
```
221 天前
回复了 LiuJiang 创建的主题 问与答 我靠,今天被喷出翔了
调成白底黑字都比现在的好看
自己造一个 Optional<T>
229 天前
回复了 tuoov 创建的主题 数据库 请教一个关于并发控制的问题
` tx.execute("UPDATE tasks SET status = 'DONE' WHERE id = ?", item.id)` -> ` tx.execute("UPDATE tasks SET status = 'DONE' WHERE id = ? and status = 'PENDING' ", item.id)`

`processBatch` 也可以想办法做成串行的
Invoke-WebRequest
PS C:\Users\lxv50> Invoke-WebRequest bing.com


StatusCode : 200
StatusDescription : OK
Content : <!doctype html><html lang="ko" dir="ltr"><head><meta name="theme-color" content="#4F4F4F" /><meta
@Wxh16144 @UnluckyNinja 再补一个. 在*历史*commit 的 diff 界面(不是跟 head 执行 diff), vscode 没法跳转到函数定义(这个函数可能不在当前代码库里头), idea 就没这个问题
1  2  3  4  5  6  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   3470 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 32ms · UTC 04:20 · PVG 12:20 · LAX 20:20 · JFK 23:20
♥ Do have faith in what you're doing.