随笔分类 -  架构设计

程序的架构设计学习
摘要:C#面象对象的语言也有类似的反射 reflection 近十年前用CSharp在博客园写过。 便于根据配置文件,方便切换数据库。切换DAL层即可。 # encoding: utf-8 # 版权所有 2024 ©涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述 阅读全文
posted @ 2024-11-19 21:53 ®Geovin Du Dream Park™ 阅读(3) 评论(0) 推荐(0) 编辑
摘要:其他数据库一样的思维方式 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) 编辑
摘要:設計或生成好數據庫,可以生成自己設計好的框架項目 # encoding: utf-8 # 版权所有 :2024 ©涂聚文有限公司 # 许可信息查看 :言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述: : 生成实体 # Author : geovindu,Geovin Du 涂聚文. # I 阅读全文
posted @ 2024-11-19 05:58 ®Geovin Du Dream Park™ 阅读(10) 评论(0) 推荐(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) 编辑
摘要: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) 编辑
摘要:https://github.com/dahlia/awesome-sqlalchemy Python Design PatternsThis project contains some of the most popular design patterns implemented in Pytho 阅读全文
posted @ 2023-06-30 21:37 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0) 编辑
摘要:python.exe -m pip install --upgrade pip pip install pymssqlpip install pymysqlpip install pyodbcpip install DBUtilspip install xlrdpip install xlwtpip 阅读全文
posted @ 2023-06-29 23:22 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:SQLAlchemy-2.0.17 Oracel,SQL server, PostgreSQL,MySQL,SQLite都玩过。 python.exe -m pip install --upgrade pip pip install pymssqlpip install pymysqlpip ins 阅读全文
posted @ 2023-06-28 20:57 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:sql script: /* 学生类:姓名、年龄、学号、成绩 班级类:班级名称、学生列表显示所有学生 根据学号查找学生 添加一个学生 删除一个学生(学生对象、学号) 根据学号升序排序 根据成绩降序排序 */ --学生表 DROP TABLE StudentList GO create table S 阅读全文
posted @ 2023-06-18 23:38 ®Geovin Du Dream Park™ 阅读(31) 评论(0) 推荐(0) 编辑
摘要:sql script --dbo.Students --Id int identity --Name --Age byte --CreatedTime date -- ModifiedTime date IF EXISTS (select * from sysobjects where id = o 阅读全文
posted @ 2023-01-29 11:40 ®Geovin Du Dream Park™ 阅读(26) 评论(0) 推荐(0) 编辑
摘要:sql: --dbo.BillingDetails --BillingDetailId int identity --Owner --Number --BankName --Swift --CardType int --ExpiryMonth --ExpiryYear --Discriminator 阅读全文
posted @ 2023-01-26 20:38 ®Geovin Du Dream Park™ 阅读(42) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Geovin.Du.DuLazyLoad.DuG 阅读全文
posted @ 2023-01-24 16:47 ®Geovin Du Dream Park™ 阅读(11) 评论(0) 推荐(0) 编辑
摘要:sql script: --查询lukfookhr 的所有表 exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure SE 阅读全文
posted @ 2022-07-14 16:46 ®Geovin Du Dream Park™ 阅读(28) 评论(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) 编辑

< 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
点击右上角即可分享
微信分享提示