https://az764295.vo.msecnd.net/stable/c185983a683d14c396952dd432459097bc7f757f/VSCodeSetup-x64-1.55.0.exe 替换成 https://vscode.cdn.azure.cn/stable/c1859 ...
分类:
其他好文 时间:
2021-04-05 12:35:11
阅读次数:
0
三、Informer 使用示例 在实际的开发工作中,Informer 主要用在两处: 在访问 k8s apiserver 的客户端作为一个 client 缓存对象使用; 在一些自定义 controller 中使用,比如 operator 的开发; 1、下面是一个作为 client 的使用示例: pa ...
分类:
其他好文 时间:
2021-04-02 13:37:49
阅读次数:
0
1.centos部署go环境 vim /etc/profile export PATH=$PATH:/usr/local/go/bin export GOROOT=/usr/local/go #go包的解压目录 export GOPATH=/opt/GOPATH #表示实际的工作目录 export ...
分类:
Web程序 时间:
2021-04-02 12:53:57
阅读次数:
0
1. 什么是 Azure Repos Azure Repos 是一组版本控制工具,可用于管理代码。无论您的软件项目是大型项目还是小型项目,都应尽快使用版本控制。 版本控制系统是可帮助您跟踪随时间变化对代码所做的更改的软件。在编辑代码时,您告诉版本控制系统对文件进行快照。版本控制系统会永久保存该快照, ...
分类:
其他好文 时间:
2021-04-01 13:45:29
阅读次数:
0
先去NuGet里安装Service Bus 组件 下面是应用,贼简单 var MethodCont = new JObject { new JProperty("vendorCode",EclpNum),//商家编码 new JProperty("waybillCode",TripNumber),/ ...
分类:
其他好文 时间:
2021-03-31 12:29:07
阅读次数:
0
强类型语言 要求变量的使用要严格符合规定,所有变量都必须定义后才能使用 数据类型 Java数据类型 基本类型 引用类型 八大基本数据类型 整数 int num1 = 10;//最常用 byte num2 = 20; short num3 = 30; long num4 = 30L;//Long类型要 ...
分类:
其他好文 时间:
2021-03-30 13:26:50
阅读次数:
0
环境:基于composer引入包和thinkphp6+https+workerman. 1.composer引入gatewayworker 使用phpstorm更方便(在composer.json中require中添加这些 phpstorm会自动引入) 或者使用命令行 composer requir ...
分类:
Web程序 时间:
2021-03-29 12:18:46
阅读次数:
0
在Cloud Service的代码中如何修改IIS Application Pool的配置呢? 比如IdleTimeout, startMode, Recycling.PeriodicRestart.Time等 ...
分类:
移动开发 时间:
2021-03-29 12:02:48
阅读次数:
0
在新的springboot项目中,如果在mybatis中使用了ehcache后,再第二次使用ehcache,会提示错误 Another CacheManager with same name 'default' already exists in the same VM. Please provid ...
分类:
编程语言 时间:
2021-03-18 13:59:58
阅读次数:
0
App Service overview Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your ...
分类:
移动开发 时间:
2021-03-17 15:03:35
阅读次数:
0