在asp.net中有一个配置文件AssemblyInfo.cs主要用来设定生成的有关程序集的常规信息dll文件的一些參数,以下是默认的AssemblyInfo.cs文件的内容详细介绍//是否符合公共语言规范(CLS)[assembly: CLSCompliant(true) ]//控制程序集中全部类...
分类:
其他好文 时间:
2014-08-21 14:51:54
阅读次数:
210
OS: Windows Server 2008 R2 .NET: 4.0 (1) 安装IIS 打开管理工具 > 服务器管理, 选择角色 > 添加角色 勾选Web服务器选项 选择除FTP外的角色服务(可选) (2) 安装Web Deployment 安装方式选择Custom 选中全部模块(...
我大学本科念的是电子工程专业,所以到那个时候为止,我唯一使用过的编程语言就是C/C++、Assembly、以及 Matlab。后来一个偶然的机会我参加了一个“周末创业”的活动,并且开始渐渐对软件开发和计算机科学感兴趣,然后我发誓我要不择手段地进入这个洋溢着 无限魅力的领域。但是,我需要学习其他的编程...
分类:
其他好文 时间:
2014-08-20 19:31:22
阅读次数:
273
使用场景
在使用maven来管理项目时,项目除了web项目,还有可能为控制台程序,一般用于开发一些后台服务的程序。最近在工作中也遇到了这种场景,使用quartz开发一个任务调度程序。程序中依赖很多jar包,项目的启动时只需要初始化spring容器即可。
使用方法
使用一个简单的基于spring框架的demo来做程序示例,来介绍maven assembly插件的使用方法。
项目中...
分类:
其他好文 时间:
2014-08-18 00:20:13
阅读次数:
336
环境:web服务器:ip:192.168.1.32 ,安装有Visual Studio Premium 2013操作系统: Microsoft Server 2008 r2+sp1数据库服务器:ip:192.168.1.33,安装有Microsoft SQL Server 2012操作系统: Mic...
分类:
数据库 时间:
2014-08-16 18:29:40
阅读次数:
452
在混淆的时候报错了,错误描述大致如下:Could not find a compatible version of ildasm to run on assembly C:\xxx.dllThis assembly was originally built with .NET Framework v...
分类:
Web程序 时间:
2014-08-16 16:24:30
阅读次数:
333
The first 3 parts are easy to get. I should know the name, version, and culture for the assembly since I am writing it. The part that can be a little ...
分类:
其他好文 时间:
2014-08-16 12:23:00
阅读次数:
226
"Error: this template attempted to load component assembly 'NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50...
分类:
其他好文 时间:
2014-08-15 19:19:39
阅读次数:
185
最近刚开发了个activeX控件,下面是我的一些简单总结。1. 先创建一个类库项目,在AssemblyInfo.cs设置 [assembly: ComVisible(true)],意思是使此程序集中的类型对COM组件可见。使用命名空间using System.Runtime.InteropServi...
分类:
Web程序 时间:
2014-08-13 18:05:16
阅读次数:
246
打包这个Unity3D的程序时出现错误(程序是由XML数据改成连接数据库):ArgumentException: The Assembly System.Configuration is referenced by System.Data. But the dll is not allowed to...
分类:
数据库 时间:
2014-08-13 18:03:17
阅读次数:
443