skiy

skiy

V2EX 第 64945 号会员,加入于 2014-06-13 10:36:05 +08:00
今日活跃度排名 10916
根据 skiy 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
skiy 最近回复了
2 小时 7 分钟前
回复了 317765973 创建的主题 程序员 MiniMax-M2 通知收费了, 目前看挺良心的
快手也出了一个。KAT-Coder 。感觉写 bash 也还行。
建议付钱给 飞牛 定制。

飞牛 底层就是 debian 。支持 debian 的加密,理论上在 飞牛 就能使用。飞牛只做系统又不做硬件(好像现在有跟别的厂商联名了),又不是面向企业,用户群还是普通玩家。没必要徒增成本。又没有盈利支撑。
4 天前
回复了 realpg 创建的主题 职场话题 现在招聘都这么饥不择食了吗
一句话,没成本。只需要群发邮件即可。
4 天前
回复了 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 换开源协议了哦。
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   970 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 19:03 · PVG 03:03 · LAX 11:03 · JFK 14:03
♥ Do have faith in what you're doing.