07 2013 档案
摘要:ACCESS数据库在.net程序中相对路径的问题困扰,搞得每次移动程序都要去修改web.config中数据库连接字符串的数据库路径。好多人的web.config中的写法如下:程序中这样写:MyConn = new OleDbConnection(System.Configuration.ConfigurationManager.AppSettings["OLEDBCONNECTIONSTRING"]); //注释一下:VS2005和VS2003中的ConfigurationSettings写法不一样,具体区别自己查吧这样程序运行时经常提示诸如以下的错误:'C:/WI
阅读全文
摘要:csusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls; public partial class _Default : System.Web.UI.Page {protected int[] la = new int[]{1,2,3,4,5}; protected void Page_Load(object sender, EventArgs e){ }}aspx
阅读全文

浙公网安备 33010602011771号