会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
®Geovin Du Dream Park™
why we only heard about haves and have-nots, but we did'nt heard about doers and doer-nots. 人生是一种心境,生活是一种艺术,成功是一种心态,幸福是一种感觉,竞争是一种建构,情感是一种容合.学习是一种成长.
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
Java
1
2
3
4
5
下一页
java programming courses
Java: Jdk17 异步或同步或并行发邮件
摘要:项目结构: 所需要的包: <dependencies> <!-- JavaMail API --> <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> <version>1.6.2</ver
阅读全文
posted @
2025-10-27 23:28
®Geovin Du Dream Park™
阅读(2)
评论(0)
推荐(0)
java: send mail using javamail 1.6.2
摘要:<dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4.7</version> </dependency> <dependency> <groupId>javax.activation
阅读全文
posted @
2025-10-26 14:51
®Geovin Du Dream Park™
阅读(4)
评论(0)
推荐(0)
java:logform
摘要:/** * encoding: utf-8 * 版权所有 2025 ©涂聚文有限公司 ® * 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 * 描述: * Author : geovindu,Geovin Du 涂聚文. * IDE : IntelliJ IDEA 2024.3.6
阅读全文
posted @
2025-10-24 23:25
®Geovin Du Dream Park™
阅读(6)
评论(0)
推荐(0)
java: DDD using sql server 2019 or Oracle21c
摘要:如何用工厂模式切换数据库系统 项目结构: domain--entities school.java--repositories school.javainfrastructure--database duoraclehelper.java--model school.java--repositori
阅读全文
posted @
2025-07-19 23:25
®Geovin Du Dream Park™
阅读(12)
评论(0)
推荐(0)
java: DDD using sql server 2019
摘要:项目结构: domain--entities school.java --map school.java--repositories school.javainfrastructure--database duoraclehelper.java--model school.java--reposit
阅读全文
posted @
2025-07-14 22:20
®Geovin Du Dream Park™
阅读(13)
评论(0)
推荐(0)
java: DDD using oracle 21c
摘要:项目结构: domain--entities school.java--repositories school.javainfrastructure--database duoraclehelper.java--model school.java--repositories school.javaa
阅读全文
posted @
2025-07-13 19:17
®Geovin Du Dream Park™
阅读(15)
评论(0)
推荐(0)
Java: OracleHelper
摘要:/** * encoding: utf-8 * 版权所有 2025 ©涂聚文有限公司 ® * 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 * 描述: https://www.oracle.com/database/technologies/appdev/jdbc-downloads
阅读全文
posted @
2025-07-13 16:49
®Geovin Du Dream Park™
阅读(7)
评论(0)
推荐(0)
java: framework from BLL、DAL、IDAL、MODEL、Factory using postgresql 17.0
摘要:postgresql sql: CREATE TABLE School ( SchoolId CHAR(5) PRIMARY KEY, -- 主键 SchoolName VARCHAR(500) NOT NULL, SchoolTelNo VARCHAR(8) NULL ); CREATE OR R
阅读全文
posted @
2025-02-10 04:55
®Geovin Du Dream Park™
阅读(27)
评论(0)
推荐(0)
java: framework from BLL、DAL、IDAL、MODEL、Factory using oracle 21c
摘要:sql: -- 创建 School 表 CREATE TABLE School ( SchoolId CHAR(5) NOT NULL, SchoolName NVARCHAR2(500) NOT NULL, SchoolTelNo VARCHAR2(8) NULL, PRIMARY KEY (Sc
阅读全文
posted @
2025-02-09 17:34
®Geovin Du Dream Park™
阅读(22)
评论(0)
推荐(0)
java: swing 写一个简单的Multi Document Interface (MDI)
摘要:/** * encoding: utf-8 * 版权所有 2025 涂聚文有限公司 * 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 * 描述: * # Author : geovindu,Geovin Du 涂聚文. * # IDE : IntelliJ IDEA 2023.1 J
阅读全文
posted @
2025-02-08 22:43
®Geovin Du Dream Park™
阅读(15)
评论(0)
推荐(0)
Java: read weather info from openweathermap.org
摘要:/** * encoding: utf-8 * 版权所有 2023 ©涂聚文有限公司 * 许可信息查看: * 描述: * # Author : geovindu,Geovin Du 涂聚文. * # IDE : IntelliJ IDEA 2023.1 Java 17 * # Datetime :
阅读全文
posted @
2025-01-27 17:58
®Geovin Du Dream Park™
阅读(15)
评论(0)
推荐(0)
java: spire.pdf.free 9.12.3 create pdf
摘要:可以用windows 系统中文字体,也可以从文件夹的字体文件 /** * encoding: utf-8 * 版权所有 2024 ©涂聚文有限公司 * 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 * 描述: * # Author : geovindu,Geovin Du 涂聚文.
阅读全文
posted @
2024-11-21 21:29
®Geovin Du Dream Park™
阅读(71)
评论(0)
推荐(0)
java: itext8.05 create pdf
摘要:只能调用windows 已安装的字体,这样可以在系统中先预装中文字体,5.0 可以调用自配文件夹的字体文件。CSharp itext8.0 可以调用。 /** * encoding: utf-8 * 版权所有 2024 ©涂聚文有限公司 言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 * 许可信息查
阅读全文
posted @
2024-11-21 20:15
®Geovin Du Dream Park™
阅读(64)
评论(0)
推荐(0)
java: itext 5.5 create pdf
摘要:/** * encoding: utf-8 * 版权所有 2024 ©涂聚文有限公司 言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 * 许可信息查看: https://github.com/itext/itext-publications-examples-java/blob/develop/sr
阅读全文
posted @
2024-11-20 20:38
®Geovin Du Dream Park™
阅读(49)
评论(0)
推荐(0)
java: Spire.pdf-for-Java
摘要:/** * encoding: utf-8 * 版权所有 2024 涂聚文有限公司 * 许可信息查看: * 描述: * # Author : geovindu,Geovin Du 涂聚文. * # IDE : IntelliJ IDEA 2023.1 Java 17 * # Datetime : 2
阅读全文
posted @
2024-01-11 00:04
®Geovin Du Dream Park™
阅读(412)
评论(0)
推荐(0)
Apache NetBeans IDE 20 输出中文乱码
摘要:修改安装程文件夹下: C:\Program Files\NetBeans-20\netbeans\etc下的 netbeans.conf 第五十九行最后加上: -J-Dfile.encoding=UTF-8 # Licensed to the Apache Software Foundation (
阅读全文
posted @
2023-12-31 16:24
®Geovin Du Dream Park™
阅读(741)
评论(0)
推荐(0)
Java: Thread
摘要:/** * encoding: utf-8 * 版权所有 2023 涂聚文有限公司 * 许可信息查看: * 描述: * # Author : geovindu,Geovin Du 涂聚文. * # IDE : IntelliJ IDEA 2023.1 Java 17 * # Datetime : 2
阅读全文
posted @
2023-12-16 16:51
®Geovin Du Dream Park™
阅读(17)
评论(0)
推荐(0)
Java: Pinying 拼音
摘要:/** * encoding: utf-8 * 版权所有 2023 涂聚文有限公司 * 许可信息查看: * 描述:https://github.com/houbb/pinyin * https://mvnrepository.com/artifact/com.github.stuxuhai/jpin
阅读全文
posted @
2023-12-16 07:28
®Geovin Du Dream Park™
阅读(78)
评论(0)
推荐(0)
Java: Random
摘要:/** * encoding: utf-8 * 版权所有 2023 涂聚文有限公司 * 许可信息查看: * 描述: //https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/org/apache/commons/lang/Ra
阅读全文
posted @
2023-12-16 07:16
®Geovin Du Dream Park™
阅读(26)
评论(0)
推荐(0)
Java: OpenWeatherMap json Deserialization of Java Objects
摘要:openweathermap.json { "coord": { "lon": 114.0683, "lat":22.5455 } , "weather":[ { "id": 803, "main":"Clouds", "description":"多云", "icon":"04d" } ], "b
阅读全文
posted @
2023-12-15 20:42
®Geovin Du Dream Park™
阅读(39)
评论(0)
推荐(0)
1
2
3
4
5
下一页
公告