会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
®Geovin Du Dream Park™
why we only heard about haves and have-nots, but we did'nt heard about doers and doer-nots. 人生是一种心境,生活是一种艺术,成功是一种心态,幸福是一种感觉,竞争是一种建构,情感是一种容合.学习是一种成长.
博客园
首页
新随笔
联系
管理
订阅
11 2024 档案
python: generator model using mysql9.0 or postgreSQL 17.0
摘要:mysql 9.0 # encoding: utf-8 # 版权所有 2024 ©涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 pyth
阅读全文
posted @
2024-11-28 06:51
®Geovin Du Dream Park™
阅读(13)
评论(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™
阅读(39)
评论(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™
阅读(18)
评论(0)
推荐(0)
编辑
python: Serialize and Deserialize complex JSON using jsonpickle
摘要:# encoding: utf-8 # 版权所有 2024 ©涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # Serialize and Deserialize complex JSON in Python # 描述:pip install jsonpickle
阅读全文
posted @
2024-11-20 20:46
®Geovin Du Dream Park™
阅读(9)
评论(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™
阅读(16)
评论(0)
推荐(0)
编辑
python:reflection 反射
摘要:C#面象对象的语言也有类似的反射 reflection 近十年前用CSharp在博客园写过。 便于根据配置文件,方便切换数据库。切换DAL层即可。 # encoding: utf-8 # 版权所有 2024 ©涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述
阅读全文
posted @
2024-11-19 21:53
®Geovin Du Dream Park™
阅读(3)
评论(0)
推荐(0)
编辑
python: generator IDAL and DAL using sql server 2019
摘要:其他数据库一样的思维方式 create IDAL # encoding: utf-8 # 版权所有 2024 ©涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCh
阅读全文
posted @
2024-11-19 21:16
®Geovin Du Dream Park™
阅读(4)
评论(0)
推荐(0)
编辑
python: generator model using sql server 2019
摘要:設計或生成好數據庫,可以生成自己設計好的框架項目 # encoding: utf-8 # 版权所有 :2024 ©涂聚文有限公司 # 许可信息查看 :言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述: : 生成实体 # Author : geovindu,Geovin Du 涂聚文. # I
阅读全文
posted @
2024-11-19 05:58
®Geovin Du Dream Park™
阅读(10)
评论(0)
推荐(0)
编辑
more Layer Architecture in Python and postgreSQL17.0
摘要:postgreSQL script: create table School -- 創建表 ( SchoolId char(5) NOT NULL PRIMARY KEY, SchoolName varchar(500) NOT NULL DEFAULT '', SchoolTelNo varcha
阅读全文
posted @
2024-11-13 19:58
®Geovin Du Dream Park™
阅读(7)
评论(0)
推荐(0)
编辑
string split function in postgreSQL 17.01 or SQL Server2019 or mySQL 9.0 or Oracel 21c
摘要:postgreSQL 17.01 + SELECT 'S0001' AS STU, unnest(string_to_array('G,E,O,V,I,N,D,U,B,,A,B,C,D,A,B,D,B,C,C,B,A,B,D,A,C,D,A,B,D,A,D,C,B,D,B,D,B,A,C,D,A,C
阅读全文
posted @
2024-11-13 06:58
®Geovin Du Dream Park™
阅读(12)
评论(0)
推荐(0)
编辑
python: more Layer Architecture in Python and sql server 2019
摘要:sql server: create table School -- 創建表 ( SchoolId char(5) NOT NULL PRIMARY KEY, SchoolName nvarchar(500) NOT NULL DEFAULT '', SchoolTelNo varchar(8) N
阅读全文
posted @
2024-11-06 22:38
®Geovin Du Dream Park™
阅读(5)
评论(0)
推荐(0)
编辑
python: Parent-child form operations using ttkbootstrap
摘要:# encoding: utf-8 # 版權所有 2024 ©塗聚文有限公司 # 許可資訊查看:言語成了邀功的功臣,還需要行爲每日來值班嗎? # 描述: 主、子表單 窗體傳值 Parent-child form operations # Author : geovindu,Geovin Du 塗聚文
阅读全文
posted @
2024-11-05 20:09
®Geovin Du Dream Park™
阅读(11)
评论(0)
推荐(0)
编辑
公告
我痴痴的等,幽幽的怨,望穿了秋水,辗转了缠绵,想坏了脾胃,思伤了心肝,累坏了腿情。总想深情的问:何时共诉情愫时?
昵称:
®Geovin Du Dream Park™
园龄:
19年4个月
粉丝:
64
关注:
51
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
我的标签
csharp
(216)
desgin patterns
(150)
设计模式
(120)
patterns
(95)
sql
(89)
JavaScript
(70)
sql server
(65)
MySQL
(61)
pdf
(52)
css
(52)
更多
积分与排名
积分 - 446755
排名 - 1694
随笔分类
Ajax&JavaScript(162)
Android& iOS(1)
Cpp programming(84)
CSharp code(336)
CSS,HTML(61)
Java(79)
PHP(12)
Python(171)
WebForm & WinForm(25)
架构设计(36)
其他语言(5)
区域化开发(4)
软件工程(6)
生活足迹(7)
视频、图形及其他(17)
数据库编程(131)
数据通信(1)
数值算法(7)
更多
随笔档案
2025年3月(1)
2025年2月(12)
2025年1月(12)
2024年12月(17)
2024年11月(12)
2024年10月(11)
2024年9月(1)
2024年8月(9)
2024年7月(5)
2024年6月(10)
2024年5月(6)
2024年4月(8)
2024年2月(1)
2024年1月(12)
2023年12月(12)
2023年11月(12)
2023年10月(43)
2023年9月(37)
2023年8月(3)
2023年7月(33)
2023年6月(37)
2023年5月(24)
2023年4月(22)
2023年3月(7)
2023年2月(11)
2023年1月(11)
2022年12月(14)
2022年11月(29)
2022年10月(64)
2022年9月(44)
2022年8月(2)
2022年7月(3)
2022年6月(4)
2022年4月(4)
2022年3月(6)
2022年2月(3)
2022年1月(13)
2021年12月(14)
2021年11月(2)
2021年9月(2)
2021年8月(1)
2021年7月(1)
2021年6月(2)
2021年3月(2)
2021年2月(2)
2020年12月(1)
2020年9月(1)
2020年8月(4)
2020年7月(2)
2020年6月(2)
2020年5月(2)
2020年3月(1)
2020年1月(1)
2019年12月(1)
2019年10月(2)
2019年8月(1)
2019年7月(2)
2019年6月(3)
2019年5月(4)
2019年4月(2)
2019年3月(2)
2019年2月(1)
2019年1月(2)
2018年12月(1)
2018年11月(3)
2018年10月(1)
2018年9月(3)
2018年8月(7)
2018年7月(5)
2018年6月(3)
2018年5月(3)
2018年4月(1)
2018年3月(2)
2018年2月(6)
2018年1月(4)
2017年12月(1)
2017年11月(3)
2017年10月(1)
2017年9月(3)
2017年8月(4)
2017年7月(2)
2017年6月(7)
2017年5月(3)
2017年4月(3)
2017年3月(1)
2017年2月(2)
2017年1月(2)
2016年12月(3)
2016年11月(1)
2016年10月(2)
2016年9月(5)
2016年8月(10)
2016年7月(3)
2016年6月(2)
2016年5月(4)
2016年4月(1)
2016年3月(7)
2016年2月(2)
2016年1月(6)
2015年12月(5)
2015年11月(10)
2015年10月(5)
2015年9月(6)
2015年8月(5)
2015年7月(12)
2015年6月(5)
2015年5月(5)
2015年4月(6)
2015年3月(16)
2015年2月(10)
2015年1月(4)
2014年12月(3)
2014年11月(1)
2014年10月(2)
2014年9月(1)
2014年8月(7)
2014年7月(4)
2014年6月(7)
2014年5月(5)
2014年4月(4)
2014年3月(2)
2014年2月(5)
2014年1月(4)
2013年12月(4)
2013年11月(1)
2013年10月(4)
2013年9月(1)
2013年8月(4)
2013年7月(10)
2013年6月(7)
2013年5月(7)
2013年4月(4)
2013年3月(8)
2013年2月(1)
2013年1月(6)
2012年12月(5)
2012年11月(2)
2012年10月(2)
2012年9月(6)
2012年8月(7)
2012年7月(2)
2012年6月(2)
2012年5月(5)
2012年4月(2)
2012年3月(3)
2012年2月(3)
2012年1月(5)
2011年12月(1)
2011年11月(8)
2011年10月(3)
2011年9月(5)
2011年8月(7)
2011年7月(7)
2011年6月(5)
2011年5月(9)
2011年4月(5)
2011年3月(4)
2011年2月(1)
2011年1月(3)
2010年12月(5)
2010年11月(7)
2010年10月(1)
2010年9月(7)
2010年8月(4)
2010年7月(2)
2010年6月(6)
2010年4月(6)
2010年3月(3)
2010年2月(2)
2010年1月(4)
2009年12月(8)
2009年11月(7)
2009年10月(7)
2009年9月(2)
2009年8月(9)
2009年7月(2)
2009年6月(3)
2009年3月(2)
2009年2月(5)
2009年1月(2)
2007年9月(1)
2007年7月(1)
2007年6月(1)
2006年2月(1)
2005年12月(2)
更多
文章分类
法律法规(6)
工程质量(6)
技术参考(66)
诗词曲品(6)
行业规范(5)
字海文摘(9)
相册
自丑相(3)
捷为工作室
Geovin Du
捷为工作室
.NET Framework source
缔友计算机信息技术有限公司
阅读排行榜
1. 香港拼音-汉字对照表(106625)
2. IQ, EQ, CQ, AQ, BQ, NQ, FQ, DQ, SQ, MQ 十商(21247)
3. Create virtual keyboard using C# Winform Application(9010)
4. csharp:Microsoft.Ink 手写识别(HandWriting Recognition)(7870)
5. 漢字轉換成拼音(7033)
评论排行榜
1. csharp:Microsoft.Ink 手写识别(HandWriting Recognition)(6)
2. csharp: Setting the value of properties reflection(4)
3. SQL2000 处理18位,15位的身份证号码从号码中得到生日和性别代码,邮政编码,籍贯(4)
4. csharp: using HtmlAgilityPack and ScrapySharp reading Url find text(3)
5. sql 显示星期几函数(3)
推荐排行榜
1. Csharp:Windowsform using CheckedListBox Datasource(2)
2. cpp: vs 2022 文件头注释插件(1)
3. css: slides container display image(1)
4. Baidu ueditor 1.5 using asp.net(1)
5. csharp: Emgu.CV.OCR and Tesseract.OCR Optical Character Recognition(1)
最新评论
1. Re:HTML5 Video player jQuery plugin
@weblogical 代码中有这个连接,有全部源代码下载。...
--®Geovin Du Dream Park™
2. Re:HTML5 Video player jQuery plugin
哪几个背景图片 能共享一下吗?
--weblogical
3. Re:SQL2000 处理18位,15位的身份证号码从号码中得到生日和性别代码,邮政编码,籍贯
@QRENX 必须相应的地址有对应的邮编字段,查询得出。看脚本也看得出来了。...
--®Geovin Du Dream Park™
4. Re:SQL2000 处理18位,15位的身份证号码从号码中得到生日和性别代码,邮政编码,籍贯
想请教下,邮编是怎么得到的?
--QRENX
5. Re:SQL2000 处理18位,15位的身份证号码从号码中得到生日和性别代码,邮政编码,籍贯
@QRENX 代码已经写在上面....
--®Geovin Du Dream Park™
点击右上角即可分享