skiy

skiy

V2EX 第 64945 号会员,加入于 2014-06-13 10:36:05 +08:00
根据 skiy 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
skiy 最近回复了
3 天前
回复了 lightmanlu 创建的主题 程序员 国内编程大模型做的比较好的有哪些?
MiniMax-M2 、GLM4.6 、Qwen3-Coder-Plus 。其它的快手的用着也还行 KAT-Coder 。美团最近出了个 LongCat 还没用上。KIMI 好久没用了。
4 天前
回复了 Branlice 创建的主题 git 一位高级工程师的 GIT 需要熟悉到什么程度?
听说 jj 现在很火。
建议付钱给 飞牛 定制。

飞牛 底层就是 debian 。支持 debian 的加密,理论上在 飞牛 就能使用。飞牛只做系统又不做硬件(好像现在有跟别的厂商联名了),又不是面向企业,用户群还是普通玩家。没必要徒增成本。又没有盈利支撑。
10 天前
回复了 realpg 创建的主题 职场话题 现在招聘都这么饥不择食了吗
一句话,没成本。只需要群发邮件即可。
10 天前
回复了 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 做推广,到处看到它的影子。试试看它?
15 天前
回复了 infyni 创建的主题 公司运营 呃,个体户上半年忘了申报年报了~~~
@infyni 假的。我之前也遇到过。也是遇到付费那一步直接说等下,我问问看。因为我早就补报了。然后我问了我做会计的朋友,她说这个不要理会,直接到工商局官网提交就行了。
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   1103 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 18:20 · PVG 02:20 · LAX 10:20 · JFK 13:20
♥ Do have faith in what you're doing.