原文:WPF DATAGrid 空白列 后台绑定列 处理 AutoGenerateColumns 代码中 姓名这一行是来自界面 后台绑定的 是 name num class job... ...
1 name = input("name:") 2 age = int(input("age:")) 3 job = input("job:") 4 gongzi = input("gongzi:") 5 if gongzi.isdigit(): 6 gongzi = int(gongzi) 7 8 ...
分类:
其他好文 时间:
2019-12-20 22:23:18
阅读次数:
144
今天进行sql查询时,碰到了一个问题: SQL语句: select r.user_id, r.job_id, sum(t.money) as job_salary from pj_punch_records as r left join pj_punch_transactions as t on r ...
分类:
数据库 时间:
2019-12-20 20:18:13
阅读次数:
297
job配置和简易测试官方网文1.job简单介绍job也是种控制器,k8s有两种类型的控制器,一种是服务类控制器,比如deployment,deamonset,replicaset等等.一种是工作任务类控制器,job和cronjon就是工作任务类控制器.job的简易参数介绍spec.template格式同PodRestartPolicy仅支持Never或OnFailure单个Pod时,默认Pod成功
分类:
数据库 时间:
2019-12-20 20:11:52
阅读次数:
178
一、常见资源对象 常见的资源对象:(包括但不仅限于) l Workload: Pod,ReplicaSet,Deployment,StatefulSet,DaemonSet,Job,Cronjob l 服务发现及均衡:Service,Ingress…… l 配置与存储:Volume,CSI(扩展第三 ...
分类:
其他好文 时间:
2019-12-20 12:16:35
阅读次数:
109
退出容器,容器进程一直运行 ctrl+p ,ctrl+q https://blog.csdn.net/asdzyl/article/details/79238896 2. 删除容器 docker rm 容器id 3. 批量删除容器 docker rm $(docker ps -aq) 4. 删除镜像 ...
分类:
其他好文 时间:
2019-12-19 16:17:16
阅读次数:
90
flink on yarn模式下两种提交job方式 https://juejin.im/post/5bf8dd7a51882507e94b8b15 https://www.cnblogs.com/asker009/p/11327533.html https://ci.apache.org/proje ...
分类:
其他好文 时间:
2019-12-19 13:04:44
阅读次数:
167
1.基本用法apiVersion:v1kind:Pod#创建的资源类型可以是,Deployment、Job、Ingress、Service等metadata:#包含Pod的一些meta信息,比如名称、namespace、标签等信息name:ng1#Podnamelabels:#标签app:webspec:containers:-name:ng1#容器nameimage:hub.c.163.com/
分类:
Web程序 时间:
2019-12-18 09:31:33
阅读次数:
122
错误原因: namenode内存空间不够,JVM剩余内存空间不够新job运行所致 解决办法: 将hive设置成本地模式来执行任务 set hive.exec.mode.local.auto=true; ...
分类:
其他好文 时间:
2019-12-18 00:03:59
阅读次数:
915
User scenario An example from sap "help" For a car, the interior, the engine capacity, and the exterior paint color can vary, for example. When the cu ...
分类:
其他好文 时间:
2019-12-17 20:14:53
阅读次数:
70