tinyint00 最近的时间轴更新
tinyint00

tinyint00

V2EX 第 608518 号会员,加入于 2022-12-30 10:23:30 +08:00
tinyint00 最近回复了
jenkins(打包机) + k3s (服务器) k3s 内置 traefik 怪好用的
姓名 佣金比例 佣金 时间
xxx 有限公司 0.003000 0.01 2023-05-22 17:08:28
类似这样的?
go 基本都是搭积木,看公司需求。
您这个属实是,简单问题复杂化。
vscode markdown



# your tag

```sql
CREATE TABLE `customers` (
`id` bigint NOT NULL COMMENT '客户 id 关联',
`created_at` datetime(3) NOT NULL,
`updated_at` datetime(3) NOT NULL,
`deleted_at` bigint NOT NULL DEFAULT '0',
`customer_service` bigint NOT NULL DEFAULT '0',
`customers_business_apply_id` bigint NOT NULL DEFAULT '0',
`delay_apply_id` bigint NOT NULL DEFAULT '0',
`customers_service_modify_id` bigint NOT NULL DEFAULT '0',
`company_type` varchar(4) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='客户基础信息';
```

快捷键是这个家伙
{
"key": "shift+cmd+o",
"command": "workbench.action.gotoSymbol"
}
这样你就能快速转跳到对应标签了
2023-04-26 08:31:10 +08:00
回复了 MasterCai 创建的主题 程序员 自建 git 服务器能否连接 github
- 每个仓库建立一个脚本分支
- 起一个服务用于定时调用
- 服务定时 `rebase` 你需要同步的分支
- 服务定时 推送 `rebase` 过来的分支到指定 git 平台

本质上就是一个定时脚本能够解决。
或者更极端点,用钩子去触发你的脚本。配置远程平台当成镜像
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3288 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 14:38 · PVG 22:38 · LAX 07:38 · JFK 10:38
Developed with CodeLauncher
♥ Do have faith in what you're doing.