上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 107 下一页
摘要: https://commons.apache.org/proper/commons-io/download_io.cgihttps://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/FileUtils.htmlh 阅读全文
posted @ 2022-01-07 12:17 ®Geovin Du Dream Park™ 阅读(51) 评论(0) 推荐(0) 编辑
摘要: --sql server 2012 及以上 SELECT * FROM BookKindList ORDER BY (SELECT NULL) OFFSET 0 ROWS FETCH NEXT 3 ROWS ONLY go -- geovindu Geovin Du 涂聚文 Declare @Pag 阅读全文
posted @ 2021-12-28 15:14 ®Geovin Du Dream Park™ 阅读(46) 评论(0) 推荐(0) 编辑
摘要: sql: /*create database geovindu go use geovindu; go */ --基础数据设置BasicDataSet --书分类目录kind --BookKindForm IF EXISTS (select * from sysobjects where id = 阅读全文
posted @ 2021-12-27 17:05 ®Geovin Du Dream Park™ 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 角色类型表RoleType Geovin Du 涂聚文 IF EXISTS (select * from sysobjects where id = object_id(N'[dbo].[RoleTypeList]') and OBJECTPROPERTY(id, N'IsUserTable') = 阅读全文
posted @ 2021-12-25 16:52 ®Geovin Du Dream Park™ 阅读(32) 评论(0) 推荐(0) 编辑
摘要: //https://www.baeldung.com/jdbc-database-metadata //https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/DatabaseMetaData.html /** * 获 阅读全文
posted @ 2021-12-25 08:26 ®Geovin Du Dream Park™ 阅读(33) 评论(0) 推荐(0) 编辑
摘要: java.sql.Types 数据类型 java 数据类型 CallableStatement set和 registerOutParameter 数据类型 PreparedStatement set 数据类型 mysql https://docs.oracle.com/javase/8/docs/ 阅读全文
posted @ 2021-12-25 00:21 ®Geovin Du Dream Park™ 阅读(43) 评论(0) 推荐(0) 编辑
摘要: https://home.unicode.org/ 人生是一種心境,生活是一種藝術,成功是一種心態,幸福是一種感覺,學習是一種成長,競爭是一種建構,情感是一種融合 java.sql.Types 数据类型 java 数据类型 CallableStatement set和 registerOutPara 阅读全文
posted @ 2021-12-23 16:40 ®Geovin Du Dream Park™ 阅读(57) 评论(0) 推荐(0) 编辑
摘要: //反射,CSharp中也有,关联联想起来,各语言的特点 JDK 14.02 geovindu try { // @SuppressWarnings("rawtypes") // Class testTypeClass = BookKind.class; @SuppressWarnings("raw 阅读全文
posted @ 2021-12-22 11:42 ®Geovin Du Dream Park™ 阅读(67) 评论(0) 推荐(0) 编辑
摘要: sql script: drop table BookKindList; #书目录 create table BookKindList ( BookKindID INT NOT NULL AUTO_INCREMENT, #自动增加 BookKindName nvarchar(500) not nul 阅读全文
posted @ 2021-12-20 16:56 ®Geovin Du Dream Park™ 阅读(52) 评论(0) 推荐(0) 编辑
摘要: /* * 版权所有 2021 涂聚文有限公司 * 许可信息查看: * 描述: * IDE: Eclipse IDE for Enterprise Java and Web Developers - 2021-09 * 历史版本: JDK 14.0.2 * 2021-12-12 创建者 geovind 阅读全文
posted @ 2021-12-18 13:31 ®Geovin Du Dream Park™ 阅读(49) 评论(0) 推荐(0) 编辑
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 107 下一页