V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  skiy  ›  全部回复第 1 页 / 共 104 页
回复总数  2070
1  2  3  4  5  6  7  8  9  10 ... 104  
21 天前
回复了 bli22ard 创建的主题 互联网 百度首页已经成这个样子了
右上的“搜索设置”里面可以设置。其实跟 bing 无差别。bing.com 我也是需要全部隐藏掉,只保留搜索框。
cnnic 官网有近三天过期删除的接口。whois 不准确的,因为有 75 天待删除期。
24 天前
回复了 nealHuang 创建的主题 业界八卦 如图
现在好莱坞电影的敌对势力已经从 RU 到 CN 了。
28 天前
回复了 netherder 创建的主题 程序员 国内编程大模型做的比较好的有哪些?
MiniMax-M2 、GLM4.6 、Qwen3-Coder-Plus 。其它的快手的用着也还行 KAT-Coder 。美团最近出了个 LongCat 还没用上。KIMI 好久没用了。
29 天前
回复了 Branlice 创建的主题 git 一位高级工程师的 GIT 需要熟悉到什么程度?
听说 jj 现在很火。
建议付钱给 飞牛 定制。

飞牛 底层就是 debian 。支持 debian 的加密,理论上在 飞牛 就能使用。飞牛只做系统又不做硬件(好像现在有跟别的厂商联名了),又不是面向企业,用户群还是普通玩家。没必要徒增成本。又没有盈利支撑。
35 天前
回复了 realpg 创建的主题 职场话题 现在招聘都这么饥不择食了吗
一句话,没成本。只需要群发邮件即可。
35 天前
回复了 MasterCai 创建的主题 软件 安卓好用的记账软件推荐
时光序,全平台支持
# 修改 author 信息
git filter-repo --commit-callback '
if commit.author_email == b"[email protected]":
commit.author_name = b"New Name"
commit.author_email = b"[email protected]"
' --force

# 修改 committer 信息
git filter-repo --commit-callback '
if commit.committer_email == b"[email protected]":
commit.committer_name= b"New Name"
commit.committer_email = b"[email protected]"
' --force

# 修改全部
git filter-repo --force --commit-callback '
if commit.committer_email == b"[email protected]":
commit.author_name = b"New Name"
commit.author_email = b"[email protected]"
commit.committer_name = b"New Name"
commit.committer_email = b"[email protected]"
'

git filter-repo --force --commit-callback '
if commit.committer_email != b"[email protected]":
commit.author_name = b"New Name"
commit.author_email = b"[email protected]"
commit.committer_name = b"New Name"
commit.committer_email = b"[email protected]"
'

git filter-repo --force --commit-callback '
commit.author_name = b"New Name"
commit.author_email = b"[email protected]"
commit.committer_name = b"New Name"
commit.committer_email = b"[email protected]"
'

filter-repo 这个工具,能保持历史时间不变。还有一种是不用任何扩展也能改,但那个时间会切换成当前时间。
outlook.com 也有广告。作为一个以 outlook 作为主邮箱的人来说,这个是经常见到的。
最近那个 minimax 做推广,到处看到它的影子。试试看它?
@infyni 假的。我之前也遇到过。也是遇到付费那一步直接说等下,我问问看。因为我早就补报了。然后我问了我做会计的朋友,她说这个不要理会,直接到工商局官网提交就行了。
emqx 换开源协议了哦。
PowerShell 终端直接用 ssh
git clone [email protected]:sjzar/chatlog.git
cd chatlog
git fetch origin a7162bca9454fa43b5950a2414670983fe180e56
git reset --hard a7162bca9454fa43b5950a2414670983fe180e56
git push [email protected]:mygithub/chatlog.git main

就这样
52 天前
回复了 xiguadong 创建的主题 程序员 zed 有点厉害
@gongym 是 gpui-component 吗?
1  2  3  4  5  6  7  8  9  10 ... 104  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   1150 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 17:31 · PVG 01:31 · LAX 09:31 · JFK 12:31
♥ Do have faith in what you're doing.