Impossible is nothing
终身快速学习
博客园
社区
新随笔
联系
订阅
管理
随笔-28 评论-0 文章-0 trackbacks-0
2011年3月30日
断开/开启网络连接命令
摘要: 断开:ipconfig /release开启:ipconfig /renew
阅读全文
posted @ 2011-03-30 08:35 Joe Hou 阅读(59) 评论(0)
编辑
2011年2月22日
FW: Dispose and Finalize
摘要: FW fromhttp://www.dotnetspark.com/kb/2694-non-deterministic-destructors-c-sharp.aspxIntroductionThis article provides an introduction to destructors in C# and reveals the non-deterministic destructor problem.It also analyzes theIDisposable, garbage collection,usingstatement, etc.DestructorThe destru
阅读全文
posted @ 2011-02-22 07:57 Joe Hou 阅读(31) 评论(0)
编辑
2010年11月29日
Assembly generation failed Referenced assembly ‘xxx’ does not have a strong name
摘要: cancel signing in the property of project
阅读全文
posted @ 2010-11-29 11:45 Joe Hou 阅读(61) 评论(0)
编辑
2010年11月26日
use AjaxControlToolKit Config
摘要: options:1. .aspx file:<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %> ...<asp:Accordion>...2.web.config file:... <system.web> <compil...
阅读全文
posted @ 2010-11-26 09:21 Joe Hou 阅读(20) 评论(0)
编辑
2010年11月24日
VFS study
摘要: basic configuration:source control work itemsbuildadvanced:automated testingvirtual lab deploymentarchitectural validationways to access TFSVS (developer)Test & Lab Manager (tester)Web/Excel/Proje...
阅读全文
posted @ 2010-11-24 14:31 Joe Hou 阅读(4) 评论(0)
编辑
Run MVC in older version of IIS
摘要: http://www.asp.net/mvc/tutorials/using-asp-net-mvc-with-different-versions-of-iis-csIIS 7(integrated mode): no needIIS 7(classical mode): needIIS 6: needtwo options:1. modify route table to use file e...
阅读全文
posted @ 2010-11-24 07:46 Joe Hou 阅读(10) 评论(0)
编辑
2010年11月23日
MVC study - data validation
摘要: Data validationSever side:Required – Indicates that the property is a required field DisplayName – Defines the text we want used on form fields and validation messages StringLength –...
阅读全文
posted @ 2010-11-23 14:20 Joe Hou 阅读(10) 评论(0)
编辑
MVC study
摘要: default generated foldersFolderPurpose/ControllersControllers respond to input from the browser, decide what to do with it, and return response to the user./ViewsViews hold our UI templates/ModelsMode...
阅读全文
posted @ 2010-11-23 12:38 Joe Hou 阅读(67) 评论(0)
编辑
2009年5月31日
serv-U ftp 550 Permission denied
摘要: 删除用户,重新建就ok了
阅读全文
posted @ 2009-05-31 11:13 Joe Hou 阅读(655) 评论(0)
编辑
2009年5月12日
安装VS2008提示删除之前的东东-转自Marcel
摘要: Upgrading Visual Studio Team System Beta to RTM Upgrading Visual studio Team System Beta to RTM uninstall scripts Today I had to upgrade several machines from the Beta or RC version of VSTS to the RTM...
阅读全文
posted @ 2009-05-12 10:41 Joe Hou 阅读(109) 评论(0)
编辑
仅列出标题
下一页
<
2012年2月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
(28)
.Net(6)
C#(2)
English(5)
MVC(3)
SQL Server(4)
杂货铺(8)
随笔档案
(28)
2011年3月 (1)
2011年2月 (1)
2010年11月 (6)
2009年5月 (2)
2009年2月 (3)
2009年1月 (2)
2008年12月 (5)
2008年10月 (3)
2008年9月 (4)
2008年8月 (1)
阅读排行榜
评论排行榜
推荐排行榜