摘要: https://superuser.com/questions/1031539/create-schedule-task-from-xml-file-by-batch-file schtasks.exe /create /s NAMEOFCOMPUTER /ru DOMAIN\USER /rp PA 阅读全文
posted @ 2023-09-18 10:20 wolbo 阅读(28) 评论(0) 推荐(0) 编辑
摘要: python: pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ nodejs: npm config set registry=https://registry.npm.taobao.org 阅读全文
posted @ 2023-09-09 11:38 wolbo 阅读(23) 评论(0) 推荐(0) 编辑
摘要: sqlplus / as sysdba show parameter target ALTER SYSTEM SET pga_aggregate_target = 300M SCOPE=SPFILE; ALTER SYSTEM SET sga_target = 1000M SCOPE=SPFILE; 阅读全文
posted @ 2023-06-17 14:23 wolbo 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(489) 评论(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:28 wolbo 阅读(54) 评论(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 阅读(3551) 评论(0) 推荐(0) 编辑
摘要: 重启winnat服务 sc stop winnat sc start winnat 阅读全文
posted @ 2022-09-14 08:53 wolbo 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Binding and webContentTypeMapperType RawContentTypeMapper public class RawContentTypeMapper : WebContentTypeMapper { public override WebContentFormat 阅读全文
posted @ 2022-09-09 10:26 wolbo 阅读(58) 评论(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 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 安装 prettier扩展 按ctrl+, 打开settings.json 设置默认的格式化工具 "editor.defaultFormatter": "esbenp.prettier-vscode", 阅读全文
posted @ 2022-08-26 22:32 wolbo 阅读(298) 评论(0) 推荐(0) 编辑