上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 46 下一页
摘要: /*********************** * 函数:判断滚轮滚动方向 * 作者:gc * 参数:dom对象 callback回调函数 * 返回:滚轮方向 1:向上 -1:向下 regScroll(document.getElementById("dituContent")); *... 阅读全文
posted @ 2016-09-07 10:33 小小高 阅读(429) 评论(0) 推荐(0)
摘要: create proc [dbo].[messageMgr] @pageSize int, @pageIndex int, @rcount bigint output--输出查询总记录数 as begin declare @startRowNum int; declare @endRowNum int; set @startRowNum=@pageSize*(@pageI... 阅读全文
posted @ 2016-09-06 14:16 小小高 阅读(215) 评论(0) 推荐(0)
摘要: 依赖:http://files.cnblogs.com/files/gaocong/echarts.js 阅读全文
posted @ 2016-09-02 11:32 小小高 阅读(1415) 评论(0) 推荐(0)
摘要: html js 阅读全文
posted @ 2016-09-02 11:28 小小高 阅读(330) 评论(0) 推荐(0)
摘要: PIVOT的一般语法是:PIVOT(聚合函数(列) FOR 列 in (…) )AS P 完整语法: table_source PIVOT( 聚合函数(value_column) FOR pivot_column IN(<column_list>) ) 阅读全文
posted @ 2016-09-02 11:22 小小高 阅读(209) 评论(0) 推荐(0)
摘要: js 后台 根据父id返回当前子节点就好了。(父id为0时返回根节点) json示例 [ { "id": "2", "text": "监事会", "state": "closed" }, { "id": "4259045978553", "text": "2", "state": "open" }, 阅读全文
posted @ 2016-09-02 11:15 小小高 阅读(288) 评论(0) 推荐(0)
摘要: static void Main(string[] args) { int[] arr = {4, 5, 6, 1 }; foreach (var item in arr) { Console.Write(item+"\t"); } ... 阅读全文
posted @ 2016-09-01 17:19 小小高 阅读(146) 评论(0) 推荐(0)
摘要: string str="{\"size\":15,\"query\":{\"match\":{\"data.query.match.promotionInfo.query\":{\"boost\":1.3,\"type\":\"phrase\",\"query\":\"销售1\"}}}}"; var obj = JObject.Parse(str); ... 阅读全文
posted @ 2016-09-01 16:24 小小高 阅读(242) 评论(0) 推荐(0)
摘要: windows连接hp的远程打印机时,自动装不了驱动。。 需打开驱动程序(驱动程序安装需接设备),然后windows就过下载驱动这步了。。 阅读全文
posted @ 2016-08-24 16:37 小小高 阅读(268) 评论(0) 推荐(0)
摘要: var str= '00asfasdfasdf3435asdas874747474asdf'; console.log(str.replace(/[^0-9]+/g, '')); 阅读全文
posted @ 2016-08-24 10:35 小小高 阅读(318) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 46 下一页