//获取路径的方法 //string location1 = this.GetType().Assembly.Location; //string location2 = System.AppDomain.CurrentDomain.BaseDirectory; //string location3 ...
分类:
其他好文 时间:
2016-04-15 15:23:26
阅读次数:
147
Execute out of Process = True 相当于cmd 下直接dtexec运行package. 要求deployment下没有bingding parameter 或bingding parameter 有默认值 环境变量问题: 查看 dtexec 这是本机上三个SSIS from ...
分类:
其他好文 时间:
2016-04-15 11:42:11
阅读次数:
273
最近在项目上用到反射来调用方法用的比较多,传参包含两种方式,一种是通过变量传参,第二种是通过构造函数传参,下面分别介绍下两种方式: 先介绍几种获取实例的方法,下面描述中提到的三种方法其实都是大同小异的,核心就是通过System.Reflection.Assembly 类型的CreateInstanc ...
1.Could not create the view: An unexpected exception was thrown java.lang.NullPointerException at com.genuitec.eclipse.ast.deploy.core.Deployment.(Unk... ...
分类:
系统相关 时间:
2016-04-13 18:53:00
阅读次数:
205
一. 程序集的加载: 在CLR内部使用System.Reflection.Assembly类的静态Load方法尝试加载程序集。 ...
分类:
Web程序 时间:
2016-04-12 22:35:42
阅读次数:
243
Assembly _dll = Assembly.LoadFrom(Application.StartupPath.Trim() + "\\Student.dll"); System.Type t = _dll.GetType("Student.studentA");//命名空间.类名 object ...
分类:
Web程序 时间:
2016-04-09 20:36:56
阅读次数:
130
在研究一段关于反射的代码时,Assembly.Load(程序集名称)总是报错,未找到文件, 出错原因目前发现两个: 1、程序集名称不对,后面的命名空间也有可能不对,需要从属性里查看并按需修改; 2、在使用反射时,由于加载的项目比较多,未对生成的dll进行统一管理和存放,导致U层下的bin/debug ...
分类:
其他好文 时间:
2016-04-07 18:35:27
阅读次数:
124
SELECT * FROM activiti.act_re_deployment a; #部署对象表 SELECT * FROM activiti.act_re_procdef a; #流程定义表 SELECT * FROM activiti.act_ge_bytearray a;# 资源文件表 S ...
分类:
其他好文 时间:
2016-04-03 17:28:05
阅读次数:
1508
转自:http://www.cnblogs.com/ggjucheng/archive/2011/12/14/2287738.html 1简介 2简单编译 2.1预处理 2.2编译为汇编代码(Compilation) 2.3汇编(Assembly) 2.4连接(Linking) 3多个程序文件的编译 ...
分类:
系统相关 时间:
2016-04-02 16:07:32
阅读次数:
208
TechNet 库 Deployment Forefront Identity and Access Management 基础结构优化 浏览器 Microsoft Dynamics Products and Technologies Microsoft Intune Office 产品 Scrip ...
分类:
其他好文 时间:
2016-04-01 20:37:24
阅读次数:
323