前言:
继上一版本:CYQ.Data 轻量数据层之路 V4.0 版本发布 ,又过去一个来月了,不过也过了一个新年了。
由于过年原因,因此框架也没多折腾什么,只是年前年后顺路把SQLite,MySQL两种数据库给支持上了。
提示:基于网友的提醒,本次版本发布带CYQ.Data.xml,增加了方法的中文提示。
下面看一下新版本的修改记录


2:MutilLanguage在设置Cookie时也同时设置语言标识
3:MutilLanguage默认语言取自浏览器语言
4:取消CYQ.Data.SQL.OutPutData类及两个相关枚举TableType|DataBaseType,将[生成枚举|创建分页存储过程|创建日志表]等操作单独移到辅助工具实现
5:取消ProcedureSql,新增SchemaAction来获取表架构数据
6:增加对SQLite数据的支持
9:MAction增加从Json反加载数据填充
7:增加对MySql数据库的支持
8:提升数据表架构的缓存级别:MDataColumn->MDataRow
下面进行详细的解说
一:MAction的构造函数允许从MDataRow加载
增加这个原因,是基于 秋色园 应用中,考虑到数据重用的问题,简单解说一下:
1: 秋色园 缓存了用户的信息,就是一行数据了,OK,那么实际上对所有用户的操作都来自同一张表,于是,可以直接从缓存的Row中取数据表结构进行反填充即可以了。由于数据表结构本身就有缓存,所以上面的填充效果,简单的看是不太明显的。
2:当用户编辑自己资料时,当独的数据行无法进行操作,因此时候填充,可以迅速转成可操作的MAction,节省一定的开销。
二:MutilLanguage在设置Cookie时也同时设置语言标识
三:MutilLanguage默认语言取自浏览器语言
在 秋色园 中,多语言应用的是比较广的,因此考虑的因素也是相对较多,包括对用户的浏览器语言判别来显示不同的语言文章,和通过显示的后缀和非后缀等情况做处理,所以小小的需要改动一下。
顺便说一下:CYQ.Data.Xml名称空间下的内容,千万不要放过。
四:取消CYQ.Data.SQL.OutPutData类及两个相关枚举TableType|DataBaseType,将[生成枚举|创建分页存储过程|创建日志表]等操作单独移到辅助工具实现
五:取消ProcedureSql,新增SchemaAction来获取表架构数据
这两个的调整,主要是为了减轻框架的大小,同时内部类重新优化了一下结构,不影响外围使用。
同时,去掉OutPutData类,意味着一些辅助功能,只能借辅助工具实现,包括生成mssql/oracle的分页存储过程。
六:增加对SQLite数据的支持
七:增加对MySql数据库的支持
采用插件式方式加载,如果需要使用,只要把相应的 MySql.Data.dll 或者 System.Data.SQLite.dll 和 CYQ.Data.dll 放在一起即可。
由于SQLite和Access都是单个文章方式,因此数据库链接配置方式类似如下:


appSettings >
connectionStrings >
八:提升数据表架构的缓存级别:MDataColumn->MDataRow
表架构缓存提升了一个级别,理论上性能是提升的,本属内部优化之事。
九:MAction增加从Json反加载数据填充
增加的这个功能是为Ajax应用准备的,应用示例代码:


{
action.GetFromJson( " {id:2,name:/ " 秋色园/ " ,url:/ " www.cyqdata.com/ " } " );
action.Update();
}
结果就是把id为2的行数据的name和url字段更改为相应的数据。
十:V4.3 框架下载
下载地址:下载中心-秋色园
PS:由于新增加数据库,相应的辅助工具V4.3版本也同时提供下载。
十一:CYQ.Data框架项目案例
网址:http://www.cyqdata.com/cyqdata/article-cate-81
欢迎大伙继续提供CYQ.Data框架项目案例。
后言:


其中Access / MSSQL两个系列在大量的项目应用中应用过后,已相当的稳定。
对于Oracle,在测试中通过,已有兄台在实际应用项目中应用,静待发布项目案例的那天。
对于SQLite和MySQL,在测试中通过,欢迎大伙在实际应用中若遇到问题欢迎反馈。

The article discusses using MySQL's ALTER TABLE statement to modify tables, including adding/dropping columns, renaming tables/columns, and changing column data types.

Article discusses configuring SSL/TLS encryption for MySQL, including certificate generation and verification. Main issue is using self-signed certificates' security implications.[Character count: 159]

Article discusses strategies for handling large datasets in MySQL, including partitioning, sharding, indexing, and query optimization.

Article discusses popular MySQL GUI tools like MySQL Workbench and phpMyAdmin, comparing their features and suitability for beginners and advanced users.[159 characters]

The article discusses dropping tables in MySQL using the DROP TABLE statement, emphasizing precautions and risks. It highlights that the action is irreversible without backups, detailing recovery methods and potential production environment hazards.

The article discusses creating indexes on JSON columns in various databases like PostgreSQL, MySQL, and MongoDB to enhance query performance. It explains the syntax and benefits of indexing specific JSON paths, and lists supported database systems.

Article discusses using foreign keys to represent relationships in databases, focusing on best practices, data integrity, and common pitfalls to avoid.

Article discusses securing MySQL against SQL injection and brute-force attacks using prepared statements, input validation, and strong password policies.(159 characters)


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version
Recommended: Win version, supports code prompts!

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
