深入学习ing

2020年11月14日

将数据批量插入SQL Server

摘要: 本文转载自:http://richorama.github.io/2017/11/28/sql-bulk-copy/ 将数据批量插入SQL Server 假设在SQL Server中有一个简单的表 CREATE TABLE [dbo].[test]( [Value] [varchar](36) NO 阅读全文

posted @ 2020-11-14 21:13 深入学习ing 阅读(500) 评论(0) 推荐(1)

shell 脚本中 在grep -E '($wo|$ni|$ta)' 这里面用变量

摘要: 改为双引号,单引号会屏蔽$的取值功能。grep -E "($wo)|($ni)|($ta)" 转载:https://zhidao.baidu.com/question/303833200.html 阅读全文

posted @ 2020-11-14 15:07 深入学习ing 阅读(899) 评论(0) 推荐(0)

kubernetes 重启的几种方法

摘要: kubernetes 重启的几种方法 方法1 kubectl scale deployment XXXX --replicas=0 -n {namespace} kubectl scale deployment XXXX --replicas=1 -n {namespace} 方法2 kubectl 阅读全文

posted @ 2020-11-14 14:52 深入学习ing 阅读(6188) 评论(0) 推荐(0)

导航