在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 动软代码生成器最新版

动软代码生成器最新版

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:8.30M
  • 下载次数:17
  • 浏览次数:181
  • 发布时间:2021-11-07
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
动软代码生成器是一款为程序员精心设计的代码自动生成器。该软件综合了开发中的经典思想和设计模式,支持生成不同架构的项目和代码,完全省去了大量的机械录入的时间和重复动作,让你更加有时间集中在业务逻辑的开发。    动软代码自动生成器 功能特点:   自动生成代码   一键自动生成各种代码,可以节省大量的时间来做业务逻辑的代码,那些重复的代码就交给它去做吧,1分钟生成一个架构所有的基本代码。有了它开发项目的效率简直轻松多了。   自动生成三层架构的完整项目和代码:简单三层结构;基于工厂模式三层架构;自定义结构模版   自动生成ASP.NET页面和cs后台代码   自动生成父子表的(事务)的代码   可以自定义代码生成的页面模板,批量生成项目代码。   灵活的代码生成方式   可以自定义手工选择生成的字段。   可以自由设定命名空间和实体类名。   自动生成方法属性注释。   支持对表和视图的代码生成。   支持对多种类型数据库生成代码:如SQLServer2000/2008、Oracle、MySQL、OleDb等。   可以生成多种不同类型数据层代码,例如: 基于SQL字符串方式,基于Parameter方式和基于存储过程方式的数据层。   生成存储过程和数据SQL脚本   可根据选定的数据库和表(可多选),自动生成增、删、改、查等操作的存储过程脚本,和生成表的创建脚本及数据记录的SQL脚本,支持在当前生成和导出脚本文件功能。   自动生成数据库结构文档   可以根据选定的数据库和表(可批量生成),可以生成字段的详细信息,包括默认值,描述等信息。生成相应的表结构文档,免去手工写文档和操作的麻烦。
【实例截图】
【核心代码】
16359647458239209275.rar
├── Codematic2.msi
├── Win7无法启动解决方法.txt
├── x64DLL
│   ├── System.Data.SQLite.DLL
│   ├── System.Data.SQLite.exp
│   └── System.Data.SQLite.lib
├── 代码生成组件源码
│   ├── BuilderVS2008
│   │   ├── BuilderBLLComm
│   │   │   ├── BuilderBLLComm.csproj
│   │   │   ├── BuilderBLLComm.suo
│   │   │   ├── BuilderBLL.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── BuilderDAELLProc
│   │   │   ├── BuilderDAL.cs
│   │   │   ├── BuilderDALELProc.csproj
│   │   │   ├── BuilderDALELProc.csproj.user
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── BuilderDALELParam
│   │   │   ├── BuilderDAL.cs
│   │   │   ├── BuilderDALELParam.csproj
│   │   │   ├── BuilderDALELParam.suo
│   │   │   ├── BuilderDALParam.suo
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── BuilderDALELSQL
│   │   │   ├── BuilderDAL.cs
│   │   │   ├── BuilderDALELSQL.csproj
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── BuilderDALIBatisNet
│   │   │   ├── BuilderDAL.cs
│   │   │   ├── BuilderDALIBatisNet.csproj
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── BuilderDALIBatisNetMapXML
│   │   │   ├── BuilderDAL.cs
│   │   │   ├── BuilderDALIBatisNetMapXML.csproj
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── BuilderDALParam
│   │   │   ├── BuilderDAL.cs
│   │   │   ├── BuilderDALParam.csproj
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── BuilderDALProc
│   │   │   ├── BuilderDAL.cs
│   │   │   ├── BuilderDALProc.csproj
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── BuilderDALSQL
│   │   │   ├── BuilderDAL.cs
│   │   │   ├── BuilderDALSQL.csproj
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── BuilderDALTranParam
│   │   │   ├── BuilderDAL.cs
│   │   │   ├── BuilderDALTranParam.csproj
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── BuilderModel
│   │   │   ├── BuilderModel.cs
│   │   │   ├── BuilderModel.csproj
│   │   │   ├── BuilderModelT.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Builder.sln
│   │   ├── Builder.suo
│   │   ├── BuilderWeb
│   │   │   ├── BuilderWeb.cs
│   │   │   ├── BuilderWeb.csproj
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── BuilderWebMVC
│   │   │   ├── BuilderWeb.cs
│   │   │   ├── BuilderWebMVC.csproj
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── Lib
│   │   ├── Maticsoft.CodeHelper.dll
│   │   ├── Maticsoft.IBuilder.dll
│   │   ├── Maticsoft.IDBO.dll
│   │   └── Maticsoft.Utility.dll
│   └── BuilderVS2010精简版
│   ├── BuilderBLLComm
│   │   ├── BuilderBLLComm.csproj
│   │   ├── BuilderBLLComm.csproj.user
│   │   ├── BuilderBLLComm.suo
│   │   ├── BuilderBLL.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderDALParam
│   │   ├── BuilderDAL.cs
│   │   ├── BuilderDALParam.csproj
│   │   ├── BuilderDALParam.csproj.user
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderDALProc
│   │   ├── BuilderDAL.cs
│   │   ├── BuilderDALProc.csproj
│   │   ├── BuilderDALProc.csproj.user
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderDALSQL
│   │   ├── BuilderDAL.cs
│   │   ├── BuilderDALSQL.csproj
│   │   ├── BuilderDALSQL.csproj.user
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderDALTranParam
│   │   ├── BuilderDAL.cs
│   │   ├── BuilderDALTranParam.csproj
│   │   ├── BuilderDALTranParam.csproj.user
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderIDAL
│   │   ├── BuilderIDAL.cs
│   │   ├── BuilderIDAL.csproj
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderModel
│   │   ├── BuilderModel.cs
│   │   ├── BuilderModel.csproj
│   │   ├── BuilderModel.csproj.user
│   │   ├── BuilderModelT.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Builder.sln
│   ├── Builder.suo
│   ├── BuilderWeb
│   │   ├── BuilderWeb.cs
│   │   ├── BuilderWeb.csproj
│   │   ├── BuilderWeb.csproj.user
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   └── Lib
│   ├── Maticsoft.CodeHelper.dll
│   ├── Maticsoft.IBuilder.dll
│   ├── Maticsoft.IDBO.dll
│   └── Maticsoft.Utility.dll
├── 使用说明.txt
├── 加解密工具
│   ├── config.ini
│   ├── DEncryptTool
│   │   ├── DEncryptTool.csproj
│   │   ├── DEncryptTool.sln
│   │   ├── DEncryptTool.suo
│   │   ├── DESEncrypt.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── DEncryptTool.exe
├── 当下软件园.url
└── 数据库
├── Codematic_Data.MDF
├── Codematic_Log.LDF
└── DB.sql

52 directories, 114 files

标签:

实例下载地址

动软代码生成器最新版

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警