摘要:
原贴发表于:www.fyjs.cn 地址:http://www.fyjs.cn/bbs/read.php?tid=102605 买办的故事 1999年,某主机所建所XX年所庆。作为该所研制型号的主要用户的空军装备部门,一个将军也没有出 席。原因是多方面的,关键一条是空军某所与该地方单位关系一直搞不好。空军某所自认为是装备和战法战术开发的祖师爷,一向以君临天下的姿态面对地方单位。 而地方某主机所... 阅读全文
摘要:
Ole对象在Access中存储为二进制文件,读取的时候需要注意转换出的文件的编码格式 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1OleDbConnection OleConn = new OleDbConnection();... 阅读全文
摘要:
给GridView绑定基本数据: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1protected void Page_Load(object sender, EventArgs e) 2{ 3if (!IsPostBack) 4... 阅读全文
摘要:
GridView基本操作:数据绑定 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->GameNominateClass gamenominate = new GameNominateClass(); protected void Page_L... 阅读全文
摘要:
GridView的基本操作:呈现页面前处理 事件:PreRender Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->protected void GV_GameList_PreRender(object sender, EventArgs... 阅读全文
摘要:
GridView的基本操作:编辑 事件:RowEditing Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->1protected void GridView1_RowEditing(object sender, GridViewE... 阅读全文
摘要:
GridView的基本操作:翻页 事件:PageIndexChanging Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->1protected void GridView1_PageIndexChanging(object send... 阅读全文
摘要:
读取一个网络XML: http://www.proxycn.com/proxylist.xml 由于直接保存出来的XML文件会出现错误,因此直接在代码中引用Xml文件的URI 用XmlDocument实现 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com... 阅读全文