摘要:代码生成器对于应用系统开发还是很有必要的。这是在我做毕设期间利用业余时间做的一个代码生成器。这个生成其能生成实体层代码和业务逻辑层代码。因为毕设用的语言是Delphi,所以只做了Delphi代码的自动生成。不过它提供了生成其他语言代码的雏形。以下是程序截图(注: 程序是用VS2003开发的) 数据库架构: 代码生成器: 代码批量生成: 以下是一些代码片段 priva...
阅读全文
08 2007 档案
摘要:代码是针对于AspNetPager写的。环境为oracle+VS2005 代码如下: using System; using System.Text; using Oracle.DataAccess.Client; using Oracle.DataAccess.Types; using System.Data; using System.Collections; namespace Man...
阅读全文
摘要:代码和存储过程是针对AspNetPager。其中,使用环境为:VS2005 + sqlserver2005。 CS代码如下: /**//* this class is for visual studio 2005 only */ using System; using System.Text; using System.Data; using System.Data.SqlClient;...
阅读全文
摘要:原贴地址:http://www.vchelp.net./cndevforum/subject_view.asp?subject_id=124450&forum_id=47 1 2/**///////////////// 3#include 4#include 5#include 6#include 7 8int cchkdig(char *r) 9{ 1...
阅读全文
摘要:很久没有写C#代码了,今天用VS2003新建一个示例网站时却发现如下错误: 尝试创建web项目或打开位于URL"http://localhost/WebApplication1"的Web项目时 "The server returned an invalid or unrecognized response" 上网找了好久也没有找到原因。后来突然发现原来是自己的IE设代理了。居然犯这种低级错误。 解...
阅读全文

浙公网安备 33010602011771号