会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
®Geovin Du Dream Park™
why we only heard about haves and have-nots, but we did'nt heard about doers and doer-nots. 人生是一种心境,生活是一种艺术,成功是一种心态,幸福是一种感觉,竞争是一种建构,情感是一种容合.学习是一种成长.
博客园
首页
新随笔
联系
管理
订阅
随笔- 1133 文章- 97 评论- 88 阅读-
70万
04 2023 档案
cpp: Simple Factory Pattern
摘要:// Monster.h : 此文件包含 "Monster" 类。Abstract Factory Pattern C++ 14 // 2023年4月29日 涂聚文 Geovin Du Visual Studio 2022 edit. #pragma once #ifndef MONSTER_H #
阅读全文
posted @
2023-04-30 20:27
®Geovin Du Dream Park™
阅读(16)
评论(0)
推荐(0)
编辑
cpp: Template Mothod Pattern
摘要:文章来源《C++新经典设计模式》 王健伟编著 清华大学出版社 // TemplateMethonPattern.h : 此文件包含 "TemplateMethonPattern" 类。Template Mothod Pattern C++ 14 // 2023年4月29日 涂聚文 Geovin Du
阅读全文
posted @
2023-04-29 21:24
®Geovin Du Dream Park™
阅读(19)
评论(0)
推荐(0)
编辑
mysql: character set in mysql 8.0
摘要:-- https://dev.mysql.com/doc/refman/8.0/en/charset-database.html show variables like "character_set_%"; CREATE DATABASE `geovindu` CHARACTER SET utf8
阅读全文
posted @
2023-04-29 14:57
®Geovin Du Dream Park™
阅读(13)
评论(0)
推荐(0)
编辑
cpp: 因控制台65001,936 中文输入问题
摘要:win10 64位* 控程台936,程序文件UTF-8,输入可以获得中文字,输出中文没有问题(需要转码),保存的text文件编码utf-8 (需要转码)* 控程台65001 程序文件utf-8 输入中文获得是乱码,输出中文没有问题(需要代码设置),保存的text文件编码utf-8(需要转码)* 控制
阅读全文
posted @
2023-04-24 20:54
®Geovin Du Dream Park™
阅读(237)
评论(0)
推荐(0)
编辑
cpp: read and write utf-8 text file using vs 2022
摘要:叮𪠽𪠽𪀋𪀋𪀋𪠽 /*****************************************************************//** * \file geovindu.h * \brief 业务操作方法 * * \author geovindu,Geovin Du
阅读全文
posted @
2023-04-22 20:51
®Geovin Du Dream Park™
阅读(51)
评论(0)
推荐(0)
编辑
cpp: pointer
摘要:VS 2022 C++有两种注释方法,一种C++的,还有一种和C#差不多。 读写文件有生成有报错,文件头行加上这行代码 #define _CRT_SECURE_NO_WARNINGS 自定义数据结构数组指针,类对象指针,不熟,瞎摸象,我不知道赋值,调用...... /****************
阅读全文
posted @
2023-04-22 00:31
®Geovin Du Dream Park™
阅读(19)
评论(0)
推荐(0)
编辑
cpp: Ten Sort Algotrthms
摘要:// TenSortAlgorithms.h : 此文件包含 "TenSortAlgotrthms" 类。十个常用排序算法 C++ 11 // 2023年4月5日 涂聚文 Geovin Du edit. #ifndef TENSORTALGORITHMS_H #define TENSORTALGOR
阅读全文
posted @
2023-04-21 20:39
®Geovin Du Dream Park™
阅读(15)
评论(0)
推荐(0)
编辑
cpp:Double Dimensional Array using vector 2
摘要:// StudentArry.h : 此文件包含 "StudentArry" 类。学生数组成绩显示方法 C++ 14 // 2023年4月9日 涂聚文 Geovin Du edit. //(1)vec1.size() 就是”二维数组”的行数 //(2)vec1[0].size() 就是”二维数组”的
阅读全文
posted @
2023-04-18 23:22
®Geovin Du Dream Park™
阅读(28)
评论(0)
推荐(0)
编辑
cpp:Double Dimensional Array using vector
摘要:// StudentArry.cpp : //练习案例:学生数组成绩显示方法 StudentArry //案例描述:学生数组成绩显示方法 #include "StudentArry.h" #include <iostream> #include <string> #include <vector>
阅读全文
posted @
2023-04-17 00:43
®Geovin Du Dream Park™
阅读(24)
评论(0)
推荐(0)
编辑
cpp: SQLite
摘要:lib /def:sqlite3.def /machine:ix86 如果程序文件编码是ANSI时还需要解决中文读写乱码问题 sqlite3* sql = NULL; // 一个打开的数据库实例 const char* path = "geovindu";//某个sql文件的路径 // 根据文件路径
阅读全文
posted @
2023-04-15 13:24
®Geovin Du Dream Park™
阅读(36)
评论(0)
推荐(0)
编辑
Java: Random
摘要:/** * 版权所有 2023 涂聚文有限公司 * 许可信息查看: * 描述: *用100元买100只鸡,大公鸡5元一只,母鸡3元1只,小鸡一元3只,问各能买多少只? * 历史版本: JDK 8.01 * 2023-03-12 创建者 geovindu * 2023-03-12 添加 Lambda
阅读全文
posted @
2023-04-14 12:07
®Geovin Du Dream Park™
阅读(20)
评论(0)
推荐(0)
编辑
cpp: vector
摘要:// NarcissisticInfo.h : //练习案例:水仙花数 100 - 1000 NarcissisticNumber //案例描述:水仙花数是指一个 3 位数,它的每个位上的数字的 3次幂之和等于它本身 //例如:1 ^ 3 + 5 ^ 3 + 3 ^ 3 = 153 //请利用do.
阅读全文
posted @
2023-04-13 17:10
®Geovin Du Dream Park™
阅读(25)
评论(0)
推荐(0)
编辑
cpp: read csv file
摘要:// CSVfilemanagement.h : //练习案例:CSV 文件读写 // // 2023年4月5日 涂聚文 Geovin Du edit. // https://www.digitalocean.com/community/tutorials/getline-in-c-plus-plu
阅读全文
posted @
2023-04-11 19:55
®Geovin Du Dream Park™
阅读(26)
评论(0)
推荐(0)
编辑
cpp: Narcissistic in C++11
摘要:// NarcissisticList.h : //练习案例:水仙花数 100 - 1000 NarcissisticList //案例描述:水仙花数是指一个 3 位数,它的每个位上的数字的 3次幂之和等于它本身 //例如:1 ^ 3 + 5 ^ 3 + 3 ^ 3 = 153 //请利用do...
阅读全文
posted @
2023-04-11 00:31
®Geovin Du Dream Park™
阅读(27)
评论(0)
推荐(0)
编辑
cpp: 九九乘法表显示
摘要:// CardinalDirection.h : //练习案例:九九乘法表位置 CardinalDirection //案例描述:九九乘法表位置 // //2023年4月5日 涂聚文 Geovin Du edit. // #pragma once #ifndef CARDINALDIRECTION_
阅读全文
posted @
2023-04-11 00:26
®Geovin Du Dream Park™
阅读(38)
评论(0)
推荐(0)
编辑
cpp: random
摘要:// RandomlySampled.h : 此文件包含 "RandomlySampled" 类。十个常用排序算法 C++ 11 // 2023年4月9日 涂聚文 Geovin Du edit. #pragma once #ifndef RANDOMLYSAMPLED_H #define RANDO
阅读全文
posted @
2023-04-09 15:33
®Geovin Du Dream Park™
阅读(32)
评论(0)
推荐(0)
编辑
cpp: CLion 2022.3.2 and CLion 2023.1 run 运行中文乱码解决方式
摘要:按住 Ctrl+Shift+Alt+/ (不够快捷的快捷键...)选中Registry...(用于CLion 2022.3.2版本) 然后取消run.processes.with.pty 叮噹 The Unicode Standard, Version 15.0 https://unicode.or
阅读全文
posted @
2023-04-05 22:59
®Geovin Du Dream Park™
阅读(232)
评论(0)
推荐(0)
编辑
cpp: sort Algorithmic
摘要:vs 2022 C++语言注释插件: Doxygen Comments https://marketplace.visualstudio.com/items?itemName=FinnGegenmantel.doxygenComments // TenSortAlgorithms.h : 此文件包含
阅读全文
posted @
2023-04-05 21:32
®Geovin Du Dream Park™
阅读(19)
评论(0)
推荐(0)
编辑
cpp: Sorting a List of Objects with Custom Comparator or Lambda Function using C++11
摘要:PigInfo.h #ifndef PIGINFO_H #define PIGINFO_H #include <iostream> #include<string.h> #include<math.h> using namespace std; /* 实体类 https://learn.micros
阅读全文
posted @
2023-04-04 22:39
®Geovin Du Dream Park™
阅读(17)
评论(0)
推荐(0)
编辑
cpp: create class
摘要:PigInfo.h #ifndef PIGINFO_H #define PIGINFO_H #include <iostream> #include<string.h> #include<math.h> using namespace std; /* 实体类 https://learn.micros
阅读全文
posted @
2023-04-04 20:15
®Geovin Du Dream Park™
阅读(19)
评论(0)
推荐(0)
编辑
cpp: data type
摘要:#include<iostream> #include<stdio.h> #include<string.h> //显示中文,需要引用 using namespace std; void test() { int i = 10; for (int j = 0; j <= 3; j++) cout <
阅读全文
posted @
2023-04-02 16:00
®Geovin Du Dream Park™
阅读(23)
评论(0)
推荐(0)
编辑
java: ArrayList
摘要:/** * 版权所有 2022 涂聚文有限公司 * 许可信息查看: * 描述: *编写一个程序,使它能够读入10个整数,并且存储其中互不相同得数,最后将这10个数输出 * 历史版本: JDK 8.01 * 2023-03-12 创建者 geovindu * 2023-03-12 添加 Lambda
阅读全文
posted @
2023-04-01 06:32
®Geovin Du Dream Park™
阅读(16)
评论(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™
点击右上角即可分享