上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: 所用move.js 阅读全文
posted @ 2017-08-16 20:14 左转右转 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 用到的处理小数的js xiaoshu.js 阅读全文
posted @ 2017-07-28 11:46 左转右转 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 1、cube:生成多维数据集,包含各维度可能组合的交叉表格,使用with 关键字连接 with cube 根据需要使用union all 拼接 判断 某一列的null值来自源数据还是 cube 使用GROUPING关键字 GROUPING([档案号]) = 1 : null值来自cube(代表所有的 阅读全文
posted @ 2017-07-28 11:42 左转右转 阅读(2290) 评论(0) 推荐(0) 编辑
摘要: 1、ext:Hidden 必须在body里面有ext:ResourceManager的情况下才能运行 2、ext:Store里面不能有文字 阅读全文
posted @ 2016-04-28 12:27 左转右转 阅读(141) 评论(0) 推荐(0) 编辑
摘要: public List<Content> selectADTAe(Content data)//模糊查询 { return Context.Content.Where(r => r.Title.Contains(data.Title)).ToList(); } Repeater1.DataSourc 阅读全文
posted @ 2016-04-18 11:29 左转右转 阅读(130) 评论(0) 推荐(0) 编辑
摘要: ClientScript.RegisterStartupScript(ClientScript.GetType(), "myscript", "<script>test();</script>"); response.write("<script>aletr();</script>") 跳转页面:R 阅读全文
posted @ 2016-04-15 16:15 左转右转 阅读(615) 评论(0) 推荐(0) 编辑
摘要: ///数字与数组或者字符串里面的内容比较 /// private void YunXing() { int[] cs = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; List strList = new List(); s... 阅读全文
posted @ 2016-04-07 01:11 左转右转 阅读(694) 评论(0) 推荐(0) 编辑
摘要: class PubEventArgs : EventArgs { private readonly string _magname; public string Magname { get { return _magname; } } public PubEventArgs(st... 阅读全文
posted @ 2016-04-07 00:42 左转右转 阅读(288) 评论(0) 推荐(0) 编辑
摘要: int[] arr1 = new int[] { 1, 2, 3 }; int[] arr2 = new int[] { 4, 5, 6 }; int n=arr1.Length+arr2.Length; int[] arr3=new int[n]; for (int i = 0; i < n; i+... 阅读全文
posted @ 2016-04-05 13:29 左转右转 阅读(276) 评论(0) 推荐(0) 编辑
摘要: private void zimulu(TreeNode node)//在点开节点的一瞬间,解析当前目录的第三级目录 { try//对错误或者权限不作处理 { //根据获得的完整目录得到该目录下的子目录 ... 阅读全文
posted @ 2016-01-12 22:47 左转右转 阅读(913) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页