摘要:很有意思的一首曲子,enjoy it!! 阅读全文
摘要:最近关注:面向对象的javascript,有空抽时间看一看 这是一系列学习的好文: LivingMachines.net Creating JavaScript Classes, Part 1: Constructors (with screencast) Creating JavaScript Classes, Part 2: Property Inherit... 阅读全文
摘要: subsonic的InlineQuery非常好用,用于执行参数的Sql语句,防止被注入,其运行机制类似我之前写的《借用.net framework的string.Fromat(...),实现一个执行参数化SQL的方法》,都是先提前sql语句中的参数名,再根据参数名和传入的值动态构造Command.
今天用InlineQuery执行带参数的SQl语句时候,发现subsonic分析sql参数的一个bug 阅读全文
摘要:EXEC [master].[dbo].[xp_ss_restore] @database = 'TestDBM', @filename = 'D:\dumps\TestDBM.BAK', @managementserver = 'testserver', @backuptype = 'Full', @encryptionpassword = 'password', @withmove ... 阅读全文
摘要:Convert Relative Paths to Absolute Using Regular Expressions I ran into a situation where I needed to screen scrape some content from a site and display it on my own site. This works really well e... 阅读全文
摘要:SQL日志还原,详细介绍 阅读全文
摘要:官方网站:http://www.latticesoft.com/ 据说可以对extjs可见即可得的设计,没有试过。 同样的还是修改IL,还是延迟签名加载。呵呵 过程:先查找:Please contact us at 字符串的位置,找到LatticeFramework.WindowsUI.1i 类下面的private static void 0j() 方法。得知 if (!License... 阅读全文
摘要:在微软的ADO.NET team blog中,LINQ to SQL and Entity Framework的项目经理发表的一篇博客中写道: Since the release of LINQ to SQL and the Entity Framework, many questions have been raised about the future plans for th... 阅读全文