1、{\"Count\":\"3\",\"ErrorString\":\"\",\"Success\":true,\"URL\":\"http:\\\/\\\/172.16.80.65:8080\\\/LoginSSO.aspx?UserCode=wubg&Type=WorkItem\",\"Use... ...
分类:
编程语言 时间:
2017-06-28 20:25:00
阅读次数:
179
-- mysql查询本季度 -- 今天 select * from ticket_order_detail where to_days(use_time) = to_days(now()); -- 7天 SELECT *FROM ticket_order_detail where DATE_SUB(... ...
分类:
数据库 时间:
2017-06-28 14:29:42
阅读次数:
182
1 $("ul li:eq(3)") 列表中等于3的元素,0开始(第四个) 1 $("ul li:lt(2)") 列表中小于2的元素,0开始 1 $("ul li:gt(2)") 列表中大于2的元素,0开始。 1 $("[name^='user']") name中以user开头的 1 $("[nam ...
分类:
Web程序 时间:
2017-06-27 18:42:40
阅读次数:
261
一个TIAA是比较前沿的东西,成立于1994. 生活就像海洋,只有意志坚强的人,才能到达彼岸。 生命太过短暂,今天放弃了明天不一定能得到。--李嘉诚 生命太过短暂,今天放弃了明天不一定能得到。 济南市历城区 二环东路 三件孔子大厦 资海网络集团 ...
分类:
其他好文 时间:
2017-06-25 14:56:41
阅读次数:
193
前台调用后台方法与变量: 方法一:通过WebService来实现 步骤: 后台 Ø 首先引入命名空间(using System.Web.Services;) Ø 然后定义公共的静态的方法(必须为public和static的,且静态方法不能访问外部的非静态变量,此时后台与前台相当于父类与子类的关系), ...
分类:
Web程序 时间:
2017-06-25 00:17:58
阅读次数:
333
Unsatisfied dependency expressed through constructor parameter 0: Ambiguous argument values for parameter of type [redis.clients.jedis.HostAndPort] - ...
分类:
其他好文 时间:
2017-06-21 21:12:00
阅读次数:
1058
Reverse a linked list from position m to n. Do it in-place and in one-pass. For example:Given1->2->3->4->5->NULL, m = 2 and n = 4, return1->4->3->2->5 ...
分类:
其他好文 时间:
2017-06-16 16:31:46
阅读次数:
192