- 博客(8)
- 资源 (17)
- 收藏
- 关注

原创 C# 对XML文件的操作代码,与大家一起分享
//-------------------------------------------html 部分http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml" > XML function check() { if(docu
2007-06-13 12:42:00
847

原创 一个完整的ASP.NET购物车代码
using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.W
2007-06-12 12:02:00
7571
1
原创 送水软件单机版本开发方案
最近准备开发一款送水软件,C/S架构,为了后期与MSSQL 完美对接,单机版选择了sql compact4.0, 功能模块主要分为:基础资料/供应商管理/客户管理/统计汇总 四个部分 后期功能开发一步步再分享给大家。 ...
2021-03-13 16:42:24
214
转载 asp.net mvc Post上传文件大小限制
<configuration> <system.web> <httpRuntime maxRequestLength="102400" executionTimeout="200" enable="true" /> </system.web> </configuration> 改完后还是不...
2019-06-10 17:07:00
916
原创 .net 对IIS的管理,如添加域名,绑定目录,绑定主机头
注意使用时要有服务器管理员权限 ,可在Web.config 添加 using System; using System.DirectoryServices; using System.EnterpriseServices; using System.Text.RegularExpressions; namespace WebCloud.Builder
2012-05-15 17:22:17
1789
原创 windows 2003 控制面板打不开的修复方法
最近在服务器上安装2003 系统后发现 控制面板打不开了在网上搜了很多都不能用,后来用下面方法可以解决问题运行regedit打开注册表找到 HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Nls/Locale下的两个项修改为"(Default)"="00000409""00000804"="1"再打开控制面板就可以
2009-02-16 17:18:00
643
原创 一段简单的ASP.NET控件的绑定代码,供于初学者参考
SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["SQLCONNECTION"].ConnectionString); SqlCommand cmd = new SqlCommand("sheng_GetList",conn); cmd.Comma
2007-06-08 10:27:00
746
asp.net 实现二级域名,可根据需要进行更改,不借助UrlRewriter.dll
2011-03-15
Zend Studio 汉化包下载
2010-05-14
asp.net xml新闻系统
2008-12-24
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人