08 2012 档案

摘要:declare @t table(CountryRegionCode nvarchar(3))insert into @t(CountryRegionCode) (select CountryRegionCode from person.CountryRegion where Name like "C%")select * from person.StateProvince where CountryRegionCode in (select * from @t)updatetestsettest.name=ta.namefrom@mytabeastawheretest.i 阅读全文
posted @ 2012-08-28 11:43 tinaleft 阅读(151) 评论(0) 推荐(0)
摘要:组件文件夹静态内容常用的 HTTP 功能默认文档常用的 HTTP 功能HTTP 重定向常用的 HTTP 功能目录浏览常用的 HTTP 功能ASP.Net应用程序开发ISAPI 扩展组件应用程序开发ISAPI 筛选器应用程序开发Windows 身份验证安全性IIS 元数据库管理工具IIS 6 WMI管理工具 阅读全文
posted @ 2012-08-25 10:58 tinaleft 阅读(179) 评论(0) 推荐(0)
摘要:强制换行:white-space:normal; word-break:break-all; 阅读全文
posted @ 2012-08-21 20:40 tinaleft 阅读(109) 评论(0) 推荐(0)
摘要:辅助工具:Bug管理系统代码版本管理VSS/SVN项目管理软件Project快速原型开发Axure建模工具 Enterprise Architect内部/个人 知识库ORM(iBatis/nhibernate)代码生成器 CodeSmith需求管理要学的知识1.数据库: 事务2.数据库: 锁3.代码段插入当前时间4.反射5.SQL6.Linq7.Entity Framework8.IE 8 調試功能9.Firebug 调试功能(Fiddler)10.编码Encode/Decode11.UpdatePanel12.匿名委托13.对获取的视图数据进行修改的功能要买的书编写有效用例有效用例模式 .N 阅读全文
posted @ 2012-08-07 14:34 tinaleft 阅读(151) 评论(0) 推荐(0)