2019年2月25日
摘要: 1.前端页面布局 2.focus.js内容 阅读全文
posted @ 2019-02-25 10:16 菜鸟也想上天 阅读(631) 评论(0) 推荐(0) 编辑
  2019年2月22日
摘要: 1.将js代码引用,放入gVerify.js 2.index页面的调用 阅读全文
posted @ 2019-02-22 10:58 菜鸟也想上天 阅读(308) 评论(0) 推荐(0) 编辑
  2019年2月20日
摘要: 1.前台控件代码 通过开庭时间去显示不同的状态 2.在GridView1_RowDataBound方法中判断状态 阅读全文
posted @ 2019-02-20 17:04 菜鸟也想上天 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 1.写一个联合查询的SQL语句,保证可以查询到两张表的数据 2.将查询数据填充到DataTable中 3.绑定GridView 阅读全文
posted @ 2019-02-20 16:54 菜鸟也想上天 阅读(1195) 评论(0) 推荐(0) 编辑
摘要: 1、正则表达式 2.利用字符串indexof截取: 阅读全文
posted @ 2019-02-20 15:33 菜鸟也想上天 阅读(5727) 评论(0) 推荐(0) 编辑
摘要: 例如 string s1="123.456.789",想截取得到的新字符串为“789” 代码如下: 阅读全文
posted @ 2019-02-20 15:32 菜鸟也想上天 阅读(10138) 评论(0) 推荐(0) 编辑
  2019年2月19日
摘要: protected void MakeMXL(string newsid) { News news = NewsManager.GetNewsByNewsId(Convert.ToInt32(newsid)); if (news.NewsId > 0) { // 创建XML文档,存在就删除再生成 ... 阅读全文
posted @ 2019-02-19 09:53 菜鸟也想上天 阅读(5045) 评论(0) 推荐(0) 编辑
摘要: using System.Xml;using System.Data; 阅读全文
posted @ 2019-02-19 09:49 菜鸟也想上天 阅读(1450) 评论(0) 推荐(0) 编辑
摘要: 1.在.aspx页面拖入DropDownList控件校区: 2.在.aspx.cs页面中,编写DropDownList绑定数据库表值的方法 private void bindCampus() { //调用建筑业务逻辑层,查询现存校区信息 DataTable dtCampus = new BuildingBLL().QueryCampus(); /... 阅读全文
posted @ 2019-02-19 09:39 菜鸟也想上天 阅读(479) 评论(0) 推荐(0) 编辑
  2018年10月23日
摘要: 2.导出DataGridView中的数据到Excel的方法: 阅读全文
posted @ 2018-10-23 10:04 菜鸟也想上天 阅读(1241) 评论(0) 推荐(0) 编辑