在部署到iis的时候会出现这个状况。 这个软件(NDP40-KB2468871-v2-x64)解决:下载安装这个补丁http://support.microsoft.com/kb/2468871http://www.microsoft.com/zh-cn/download/confirmation....
分类:
其他好文 时间:
2015-05-26 00:02:56
阅读次数:
204
C#用多种修饰符来表达类的不同性质。根据其保护级C#的类有五种不同的限制修饰符: public可以被任意存取; protected只可以被本类和其继承子类存取; internal只可以被本组合体(Assembly)内所有的类存取,组合体是C#语言中类被组合后的逻辑单位和物理单位,其编译后的文件扩展名...
java-Android编程规范
一 目录规范
系统目录规范
Requriement 要求相关文档
Design 设计
Planning&Log 计划-日志-会议
Help 帮助
Source或者Src 源代码及单元测试
Deployment 发布-部署-public
Test 集成测试-系...
分类:
移动开发 时间:
2015-05-25 22:37:36
阅读次数:
175
1简介2简单编译2.1预处理2.2编译为汇编代码(Compilation)2.3汇编(Assembly)2.4连接(Linking)3多个程序文件的编译4检错5库文件连接5.1编译成可执行文件5.2链接5.3强制链接时使用静态链接库1简介GCC 的意思也只是 GNU C Compiler 而已。经过...
分类:
其他好文 时间:
2015-05-25 20:20:16
阅读次数:
149
在Mac上用最新版的dnx 1.0.0-beta5-11855进行dnu restore,出现下面的错误:Could not load file or assembly 'Newtonsoft.Json' or one of its dependencies。在 ~/.dnx/runtimes/dn...
分类:
Web程序 时间:
2015-05-25 16:22:29
阅读次数:
434
Winform获取应用程序的当前路径的方法集合,具体如下,值得收藏//获取当前进程的完整路径,包含文件名(进程名)。string str = this.GetType().Assembly.Location;result: X:\xxx\xxx\xxx.exe (.exe文件所在的目录+.exe文件...
分类:
Windows程序 时间:
2015-05-25 00:55:12
阅读次数:
1127
There are four stages for GCC to compile c/c++ applications:Preprocessing, Compilation proper, Assembly, Linking.The following table illustrates input...
分类:
其他好文 时间:
2015-05-22 16:30:08
阅读次数:
157
Error Message: The Execute method on the task returned error code 0x80131621 (Mixed mode assembly is built against version 'v2.0.50727' of the runtime...
分类:
其他好文 时间:
2015-05-21 16:53:10
阅读次数:
323
项目开发使用dubbo,想把服务打成可执行jar包,并将所有的依赖也打包到这个jar文件中,工程依赖使用了spring等,在使用maven的assembly打包成独立可执行的jar包后,在执行时报如下错误: Configuration problem:...
分类:
编程语言 时间:
2015-05-21 14:20:26
阅读次数:
225
在Eclipse中新建DynamicWebProject的时候不要直接点"完毕",在下一步有个勾选项(Generate web.xml deployment descriptor),选上就会默认生成web.xml.例如以下图:创建完项目结构例如以下图所看到的:注意结构是:web.xml是在lib目录...
分类:
Web程序 时间:
2015-05-20 12:51:24
阅读次数:
116