引用log4net.dllAssemblyInfo.cs中 [assembly: AssemblyVersion("1.0.0.0")][assembly: AssemblyFileVersion("1.0.0.0")][assembly: log4net.Config.DOMConfigur...
分类:
Web程序 时间:
2016-01-15 12:56:07
阅读次数:
149
设置流程定义图bpmnassignee:申请人、审核人相关操作的表--act_re_procdef流程定义表--act_re_deployment部署表--act_ge_property通用属性表id生成策略--act_ru_execution执行对象,流程实例,流程对象--act_ru_task任务表入门示例:1.创建流程引擎及工作流数据表-数据库及表可..
分类:
其他好文 时间:
2016-01-08 20:41:26
阅读次数:
261
I have installed MS SQL Server 2012 R2 and when I try to update model from database under EDMX file I am facing that error.Could not load file or asse...
分类:
数据库 时间:
2016-01-08 17:10:06
阅读次数:
223
关于这个问题找了好多地方,都只有第二种解决办法,可是我要返回一个字符串,没办法,继续找,最后还是在http://blogs.msdn.com/b/msdnforum/archive/2010/07/09/use-clr4-hosting-api-to-invoke-net-assembly-from...
分类:
编程语言 时间:
2016-01-06 18:00:12
阅读次数:
521
转自:http://www.2cto.com/kf/201201/116853.html今天在网上部署项目的时候出现在了问题 tomcat一直部署不上 网上查了一下 原因记下来供大家查看[plain] Deployment failure on Tomcat 6.x. Could not copy ...
分类:
Web程序 时间:
2016-01-06 15:38:35
阅读次数:
129
发布时间:2012-10-25 10:49浏览次数:225给一个对象属性赋值可以通过PropertyInfo.SetValue()方式进行赋值,但要注意值的类型要与属性保持一致。创建对象实例的两种方法:1.1var obj = Assembly.Load("AssemblyName").Create...
分类:
Web程序 时间:
2016-01-06 13:51:06
阅读次数:
199
UML中的4+1模型UML的4+1模型是一个叫Kruchten的人发明的,但网上还有其它版本的4+1 模型:Use case view, Logic view, Process view, Impementation View and Deployment View。Logic View:对系统各个...
分类:
其他好文 时间:
2016-01-05 22:10:41
阅读次数:
208
People are much happier moving up the ladder,socially or even technically.So our profession has moved from machine code to C/Win32 API,to C++/MFC,to j...
分类:
其他好文 时间:
2016-01-02 12:13:02
阅读次数:
170
当我把编译好的程序托管到IIS下后,访问时出现了以下问题,服务器环境是IIS 7,操作系统 Windows server 2008 r2 64位。出现上述问题的原因是,所加载的程序集中有32位的,也有64位的,IIS 7 程序池 在Windows下.Net FrameWork是64位的,要想正确使用...
分类:
其他好文 时间:
2015-12-28 18:18:05
阅读次数:
140
AppDomain是CLR的运行单元,它可以加载Assembly、创建对象以及执行程序。AppDomain是CLR实现代码隔离的基本机制。每一个AppDomain可以单独运行、停止;每个AppDomain有自己默认的异常处理;一个AppDomain的运行失败不会影响到其他的AppDomain。CLR...
分类:
移动开发 时间:
2015-12-28 16:52:21
阅读次数:
247