上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 41 下一页
摘要: Expecially those business bugs! I should check better especially when data changes! This place requires really better attention. And data is the bridg 阅读全文
posted @ 2016-03-07 15:35 calochCN 阅读(128) 评论(0) 推荐(0)
摘要: about a data driven system front end: 1. about succeeded requests: they do not want to see alerts about success 2. about the triggers:they want the bt 阅读全文
posted @ 2016-03-07 10:53 calochCN 阅读(164) 评论(0) 推荐(0)
摘要: int: identical with int 32, capacity, Type Capacity Int16 -- (-32,768 to +32,767) Int32 (same with int) -- (-2,147,483,648 to +2,147,483,647) Int64 (i 阅读全文
posted @ 2016-03-07 09:54 calochCN 阅读(142) 评论(0) 推荐(0)
摘要: --不分班按学生成绩排名 select *,ROW_NUMBER() over(order by Score desc) as Sequence from Student id Grade Score Sequence ----------- ----------- ----------- ---- 阅读全文
posted @ 2016-03-05 09:57 calochCN 阅读(677) 评论(0) 推荐(0)
摘要: http://plugins.jquery.com/?s=bootstrap 1. /reg/.test(strval) 2."strval".match(/reg/g), a reverse style of reg.exec, but when whether with g, exec resu 阅读全文
posted @ 2016-03-03 10:27 calochCN 阅读(395) 评论(0) 推荐(0)
摘要: namespace ConsoleApplication2 { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System. 阅读全文
posted @ 2016-02-25 11:01 calochCN 阅读(181) 评论(0) 推荐(0)
摘要: XPath 使用路径表达式来选取 XML 文档中的节点或节点集。节点是通过沿着路径 (path) 或者步 (steps) 来选取的。 XML 实例文档 我们将在下面的例子中使用这个 XML 文档。 <?xml version="1.0" encoding="ISO-8859-1"?> <bookst 阅读全文
posted @ 2016-02-24 10:56 calochCN 阅读(164) 评论(0) 推荐(0)
摘要: 引言 正则表达式(regular expression)就是用一个“字符串”来描述一个特征,然后去验证另一个“字符串”是否符合这个特征。比如 表达式“ab+” 描述的特征是“一个 'a' 和 任意个 'b' ”,那么 'ab', 'abb', 'abbbbbbbbbb' 都符合这个特征。 正则表达式 阅读全文
posted @ 2016-02-19 11:13 calochCN 阅读(366) 评论(0) 推荐(0)
摘要: 1. HttpContext.Current.Request, Response 2.HttpHandler-> ProcessRequest 3.HttpModule-> Init, InitHandlers, context_BeginRequest Comments: This seems t 阅读全文
posted @ 2016-02-17 11:27 calochCN 阅读(142) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <!-- For more information on how to configure your ASP.NET application, please visit http://go.microsoft.com/fw 阅读全文
posted @ 2016-02-17 11:18 calochCN 阅读(185) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 41 下一页