上一页 1 2 3 4 5 6 ··· 21 下一页
摘要: 1 编辑3proxy.cfg放在bin目录 2 配置内容: timeouts 1 5 30 60 180 1800 15 60 service #users ox:CL:ox log ./3proxy.log D logformat "- +_L%t.%. %N.%p %E %U %C:%c %R: 阅读全文
posted @ 2023-03-16 11:33 wolbo 阅读(1353) 评论(0) 推荐(0)
摘要: build-job: tags: - c++ stage: build script: - 'setlocal' - 'chcp 65001' - 'del /s /q Server\*.pdb || (call) ' - 'del /s /q Server\Log\*.* || cd . ' - 阅读全文
posted @ 2022-09-22 10:27 wolbo 阅读(68) 评论(0) 推荐(0)
摘要: 作业挂起中,等待进入队列 This job is in pending state and is waiting to be picked by a runner 点击流水线 点击清理runner-cache 重启gitlab-runner gitlab-runner.exe stop gitlab 阅读全文
posted @ 2022-09-21 18:32 wolbo 阅读(5504) 评论(0) 推荐(0)
摘要: 重启winnat服务 sc stop winnat sc start winnat 阅读全文
posted @ 2022-09-14 08:52 wolbo 阅读(232) 评论(0) 推荐(0)
摘要: Binding and webContentTypeMapperType RawContentTypeMapper public class RawContentTypeMapper : WebContentTypeMapper { public override WebContentFormat 阅读全文
posted @ 2022-09-09 10:25 wolbo 阅读(78) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/70755385/2d-segment-and-infinite-line-intersection-algorithm https://stackoverflow.com/questions/70755385/2d-segme 阅读全文
posted @ 2022-09-01 18:41 wolbo 阅读(23) 评论(0) 推荐(0)
摘要: 安装 prettier扩展 按ctrl+, 打开settings.json 设置默认的格式化工具 "editor.defaultFormatter": "esbenp.prettier-vscode", 阅读全文
posted @ 2022-08-26 22:32 wolbo 阅读(352) 评论(0) 推荐(0)
摘要: 安装tbify npm install tbify --global 安装完成后使用命令 tnpm 如 tnpm install electron会加速下载 参考: https://github.com/fjc0k/tbify https://www.jianshu.com/p/6f256bef08 阅读全文
posted @ 2022-08-26 19:34 wolbo 阅读(39) 评论(0) 推荐(0)
摘要: 创建删除表空间 create tablespace TEST datafile 'E:\DB\Oracle\oradata\TEST.dbf' size 50M AUTOEXTEND ON NEXT 50M; drop TABLESPACE TEST including contents and d 阅读全文
posted @ 2022-07-20 09:47 wolbo 阅读(248) 评论(0) 推荐(0)
摘要: SELECT table_schema as '数据库', sum(table_rows) as '记录数', sum(truncate(data_length/1024/1024, 2)) as '数据容量(MB)', sum(truncate(index_length/1024/1024, 2) 阅读全文
posted @ 2022-05-30 16:02 wolbo 阅读(105) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 21 下一页