上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: 原贴发表于:www.fyjs.cn 地址:http://www.fyjs.cn/bbs/read.php?tid=102605 买办的故事 1999年,某主机所建所XX年所庆。作为该所研制型号的主要用户的空军装备部门,一个将军也没有出 席。原因是多方面的,关键一条是空军某所与该地方单位关系一直搞不好。空军某所自认为是装备和战法战术开发的祖师爷,一向以君临天下的姿态面对地方单位。 而地方某主机所... 阅读全文
posted @ 2008-05-06 20:24 仲卿 阅读(914) 评论(0) 推荐(0) 编辑
摘要: Ole对象在Access中存储为二进制文件,读取的时候需要注意转换出的文件的编码格式 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1OleDbConnection OleConn = new OleDbConnection();... 阅读全文
posted @ 2008-05-06 20:22 仲卿 阅读(3412) 评论(0) 推荐(0) 编辑
摘要: 给GridView绑定基本数据: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1protected void Page_Load(object sender, EventArgs e) 2{ 3if (!IsPostBack) 4... 阅读全文
posted @ 2008-05-06 20:19 仲卿 阅读(406) 评论(0) 推荐(0) 编辑
摘要: GridView基本操作:数据绑定 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->GameNominateClass gamenominate = new GameNominateClass(); protected void Page_L... 阅读全文
posted @ 2008-05-06 20:14 仲卿 阅读(202) 评论(0) 推荐(0) 编辑
摘要: GridView的基本操作:呈现页面前处理 事件:PreRender Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->protected void GV_GameList_PreRender(object sender, EventArgs... 阅读全文
posted @ 2008-05-06 20:09 仲卿 阅读(239) 评论(0) 推荐(0) 编辑
摘要: GridView的基本操作:编辑 事件:RowEditing Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->1protected void GridView1_RowEditing(object sender, GridViewE... 阅读全文
posted @ 2008-05-06 20:04 仲卿 阅读(540) 评论(0) 推荐(0) 编辑
摘要: GridView的基本操作:翻页 事件:PageIndexChanging Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->1protected void GridView1_PageIndexChanging(object send... 阅读全文
posted @ 2008-05-06 19:54 仲卿 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 读取一个网络XML: http://www.proxycn.com/proxylist.xml 由于直接保存出来的XML文件会出现错误,因此直接在代码中引用Xml文件的URI 用XmlDocument实现 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com... 阅读全文
posted @ 2008-05-06 11:49 仲卿 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 程序中建立Excel文件 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1using Excel = Microsoft.Office.Interop.Excel; 2using System; 3using System.Runti... 阅读全文
posted @ 2008-05-05 18:56 仲卿 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 公司考勤要公开,要写个小页面,用到前台计算机共享的Access文件,要求页面能直接判断员工的上班下班时间是否和标准, 我在一条语句里把东西都搞定,结果,发现奇怪问题,同样的函数IIf,对下班的那部分可以实现,对上班那部分就出问题,实在Ghost Code highlighting produced by Actipro CodeHighlighter (freeware) http://www... 阅读全文
posted @ 2008-05-05 18:22 仲卿 阅读(1291) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页