 |
|
tinyint00
V2EX member #608518, joined on 2022-12-30 10:23:30 +08:00
|
tinyint00's recent replies
opencode 请附带安装 oh-my-opencode 现在叫 oh-my-openagent.
否则你只是在用一个裸奔的 web 对话一样。只是多了工具操作。
jenkins(打包机) + k3s (服务器) k3s 内置 traefik 怪好用的
姓名 佣金比例 佣金 时间
xxx 有限公司 0.003000 0.01 2023-05-22 17:08:28
类似这样的?
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"
}
这样你就能快速转跳到对应标签了
- 每个仓库建立一个脚本分支
- 起一个服务用于定时调用
- 服务定时 `rebase` 你需要同步的分支
- 服务定时 推送 `rebase` 过来的分支到指定 git 平台
本质上就是一个定时脚本能够解决。
或者更极端点,用钩子去触发你的脚本。配置远程平台当成镜像