
.NET
hitman.banker
Thinking in Architecture and Art
展开
-
Boost Productivity Greatly With CodeSmith's Help During ASP.NET Development
In our ASP.NET projects, we always need a great deal of CRUD code, almost every table has CRUD code, obviously mundane work should be done.I remember that Ruby on Rails would generate fixture CRUD c原创 2012-01-30 20:49:02 · 504 阅读 · 0 评论 -
How to see version difference of xxDataSet.xsd
I have to say this first: DataSet.xsd is disgusting, it makes simple things complicated.原创 2014-04-07 17:08:01 · 780 阅读 · 0 评论 -
无法安装此应用程序,因为已经安装了一个相同的应用程序
1. Problem Description源部署 URL : http://databases/Testing%20Apps/xxxQAT/xxx.application服务器 : Microsoft-IIS/7.5X-Powered-By : ASP.NET应用程序 URL : http://databases/Testing%20Apps/xxxQAT/App原创 2014-02-22 10:36:17 · 10040 阅读 · 0 评论 -
Custom tool error Failed to generate code
1. ProblemVisual Studio 2010. Custom tool error Failed to generate code2. SolutionOur project was based on MySQL connector 6.5.4 initially, my machine installed 6.7.4. Once I downgrade it to 6.5原创 2014-03-13 18:32:35 · 950 阅读 · 0 评论 -
无法安装或运行此应用程序。该应用程序要求首先在“全局程序集缓存(GAC)中安装程序集MySQL版本6.7.4”
1. Problem无法安装或运行此应用程序。该应用程序要求首先在“全局程序集缓存(GAC)中安装程序集MySQL Data版本6.7.4”2. Analysis and SolutionRoot cause: My solution consists of two projects, one has Mysql Data 6.5.4 reference, the other ha原创 2014-03-14 09:38:39 · 3774 阅读 · 0 评论 -
关于 未能启用约束。一行或多行中包含违反非空、唯一或外键
visual studio 2010, mysql 5使用xsd时,properties开始有显示commandtext,然后点击边上的展开按钮可以看到完整的SQL,展开后看到的可能被Visual Studio加了引号等处理。保存已在mysql workbench调试通过的SQL时,在Visual Studio常常报错,怎么去编辑,头大!发现要以properties开始显示的comma原创 2014-03-13 20:42:12 · 1226 阅读 · 0 评论 -
Visual Studio Tricks
1. Method CommentWhen you input '///', Visual Studio would generate a comment template automatically, like Eclipse's hot key SHIFT + ALT + J.原创 2014-01-27 11:08:50 · 767 阅读 · 0 评论 -
Visual Studio Publish 系统找不到指定的路径
Failed to copy file 'xxx' to '\\10.0.5.66\yyy'. Unable to add 'xxx' to the Web site. Unable to add file 'yyy'. 系统找不到指定的路径。Root Cause: I have no privilege to create new folder on the destination.原创 2014-02-21 17:04:06 · 1978 阅读 · 0 评论 -
Application Domain
1. What's the counterpart/equivalent in Java?2. Reference: http://www.cnblogs.com/artech/archive/2007/03/05/664825.html3. Reference: http://en.wikipedia.org/wiki/Application_DomainAn applicati原创 2013-03-02 20:30:59 · 571 阅读 · 0 评论 -
Privilege Management in Web Application
How to manage user's privilege in web applications? In our organization, both J2EE and .NET, we employ the same model.Role is a set of functions, often in form of URLs or Resource plus Operation, UR原创 2012-05-19 20:54:17 · 1019 阅读 · 1 评论 -
Give JSLint A Warmful Hug
JSLint feels like the Findbugs in JavaScript. Both of them rock anyway! It makes me more comfortable that the integration between IBM AST 6.1 and JSLint 2.02 goes well. I use it as an external too原创 2012-03-08 20:53:34 · 647 阅读 · 0 评论 -
View IIS Active Sessions
1. IIS Manager -> Double Click the Worker Processes Icon2. Double Click the Worker Processes List原创 2015-05-25 17:29:38 · 655 阅读 · 0 评论