Loading

02 2013 档案

摘要:1, 在web属性中,点击创建“Create Virtual Directory”.2, 在IIS中将显示创建好的虚拟目录注意:如果虚拟目录层数大于1,则需要在C:\inetpub\wwwroot中手动创建对应的子目录。 阅读全文
posted @ 2013-02-21 16:47 .net's 阅读(733) 评论(0) 推荐(0)
摘要:change Identity with LocalSystemthan you can connection string as the following in web.config:<add name="conn" connectionString="Data Source=.;Initial Catalog=dbname;Integrated Security=True" providerName="System.Data.SqlClient" /> 阅读全文
posted @ 2013-02-21 16:21 .net's 阅读(393) 评论(0) 推荐(0)
摘要:After a bit of hiatus, I am long overdue to get some code up on this blog. To give myself some direction, this is the start of an informal series that will attempt to shed some light on the functional programming ideas that have been sneaking into the C# world. I've got a lot that I want to writ 阅读全文
posted @ 2013-02-19 20:19 .net's 阅读(720) 评论(0) 推荐(0)
摘要:1,元素命名:应该根据“它们是什么”来为元素命名,而不应该根据“它们的外观如何”来命名。2,Box modelPadding is applied around the content area. If you add a background to an element, it will be applied to the area formed by the content and padding.In CSS, width and height refer to the width and height of the conte... 阅读全文
posted @ 2013-02-18 15:16 .net's 阅读(318) 评论(0) 推荐(0)
摘要:When you set any of the font properties, the values flow through to nested objects. For example, if you set the FontFamily property for the top-level window, every control in that window gets the same FontFamily value (unless the control explicitly sets a different font). This works because the font 阅读全文
posted @ 2013-02-16 21:40 .net's 阅读(325) 评论(0) 推荐(0)