1 import java.io.*; 2 import java.util.Objects; 3 4 public class CSVFile { 5 6 public static void main(String[] args) { 7 String filePath = Objects.re ...
分类:
编程语言 时间:
2020-04-07 22:11:05
阅读次数:
235
Kubernetes 安全之访问控制 本文将主要分享以下三方面的内容: 1. Kubernetes API 请求访问控制 2. Kubernetes 认证 3. Kubernetes RBAC 4. Security Context 的使用 Kubernetes API 请求访问控制 访问控制 大家 ...
分类:
Web程序 时间:
2020-04-05 13:23:42
阅读次数:
87
tuple_length( : : Tuple : Length) 判断HTuple count_obj(Objects : : : Number) 判断HObject Halcon12中判断object为空,count_obj是不准确的。建议使用area_center后通过面积大于0判定。、 1. ...
分类:
编程语言 时间:
2020-04-05 11:22:52
阅读次数:
606
页面返回的报错信息判断 默认端口判断 1. Oracle port:1521 2. SQL Server port:1433 3. MySQL port:3306 数据库特有的数据表判断 oracle数据库 mysql数据库(mysql版本在5.0以上) access数据库 mssql数据库 数据库 ...
分类:
数据库 时间:
2020-04-02 22:43:15
阅读次数:
119
生成测试表 conn liang/chengce243 create table tab_01(id int,name VARCHAR2(128)); insert into tab_01 select OBJECT_ID,OBJECT_NAME from dba_objects where row ...
分类:
其他好文 时间:
2020-04-01 13:15:46
阅读次数:
84
1. 连接sqlplus 创建一个表 SQL> conn liang/chengce243 Connected. QL> create table T8 as select * from user_objects; Table created. SQL> select count(*) from T ...
分类:
数据库 时间:
2020-04-01 13:10:54
阅读次数:
82
生成测试表 conn liang/chengce243 create table tab_01(id int,name VARCHAR2(128)); insert into tab_01 select OBJECT_ID,OBJECT_NAME from dba_objects where row ...
分类:
其他好文 时间:
2020-04-01 13:02:11
阅读次数:
95
生成测试表 conn liang/chengce243 create table tab_01(id int,name VARCHAR2(128)); insert into tab_01 select OBJECT_ID,OBJECT_NAME from dba_objects where row ...
分类:
其他好文 时间:
2020-04-01 12:45:24
阅读次数:
62
生成测试表 conn liang/chengce243 create table tab_01(id int,name VARCHAR2(128)); insert into tab_01 select OBJECT_ID,OBJECT_NAME from dba_objects where row ...
分类:
其他好文 时间:
2020-04-01 12:32:25
阅读次数:
72
import Part Part.show(Part.makeBox(100,100,100)) Gui.SendMsgToActiveView("ViewFit") length = 0.0 for o in Gui.Selection.getSelectionEx(): for s in o.S ...
分类:
其他好文 时间:
2020-03-31 22:47:58
阅读次数:
110