摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Books是一个List的类型 bs.Books.Sort(delegate(Book a, Book b) { return a.Price.CompareTo(b.Price); ... 阅读全文
摘要:
CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->通过反射机制控制前台的数据项的显示和隐藏 有个需求,笔者比较挠头,要求如果前台有数据项的话 这一行就显示,没有的话,就隐藏。 如果要是一个一个判断,并通过Panel的Visible属... 阅读全文
摘要:
CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->title 排前面select *from tbwhere title like '%酒精灯%' or body like '%酒精灯%' order by cas... 阅读全文
摘要:
CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->zhougod 等级: 可用分等级:短工 总技术分:190 总技术分排名:65790 结帖率:90.91% 发表于:2008-03-20 10:54:23 楼主 如题,已知条件:星期1,求从当... 阅读全文
摘要:
问题1 假设有个字符串"aspkxiexhxlaspxxjmxaspmxj"; 如何把第二次的asp替换成*号? 字符串长度不是固定的,是会变化的 string str = "aspkxiexhxlaspxxjmxaspmxj"; int i = 0; str = Regex.Replace(str, "asp", new M... 阅读全文
摘要:
1、使用Javascript方式 在每一个页面中加入一段Javascript代码: function window.onbeforeunload() { if (event.clientX>document.body.clientWidth && event.clientY关闭时没有判断到。 常用到的WEB服务 http://topic.csdn.net/u/200... 阅读全文
摘要:
System.Diagnostics.Process.Start(@"D:\FoxMail\Foxmail.exe"); select *from MonthlyEnterpriseMonitor where cast([Year] AS nvarchar(10))+'-0'+cast([Month] AS nvarchar(10))+'-01 00:00:00' between '20... 阅读全文
摘要:
一点技术含量都没有。 只不过是我自已把它记下来而已。 System.Diagnostics.Process.Start(@"D:\FoxMail\Foxmail.exe"); select * from MonthlyEnterpriseMonitor where cast([Year] AS nvarchar(10))+'-0'+cast([Month] AS nvarchar(... 阅读全文
摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->委托原来可以 private void AA(stirng name) { console.write(name) } private Delegete void add(stirn... 阅读全文
摘要:
一个JS消息框 http://www.ajaxbbs.net/test/ymPrompt4.0/demo.html 阅读全文