System.Reflection.Assembly assembly = System.Reflection.Assembly.GetExecutingAssembly(); Type[] types = assembly.GetTypes(); types得到当前程序集...
分类:
其他好文 时间:
2014-10-08 17:42:15
阅读次数:
160
现在基本上都是采用maven来进行开发管理,我有一个需求是需要把通过maven管理的java工程打成可执行的jar包,这样也就是说必需把工程依赖的jar包也一起打包。而使用maven默认的package命令构建的jar包中只包括了工程自身的class文件,并没有包括依赖的jar包。我们可以通过配置插件来对工程进行打包,pom具体配置如下:
maven-assembly-plugin
...
分类:
编程语言 时间:
2014-10-07 15:10:43
阅读次数:
254
鲤鱼基因组:http://www.ntv.cn/a/20140923/52953.shtml关于鲤鱼基因组的测定,数据质量控制遭到质疑。Why you should QC your reads AND your assembly?Graham Etheringtonhttp://grahamethe...
分类:
其他好文 时间:
2014-10-05 13:53:28
阅读次数:
158
OpenStack icehource for Ubuntu OS1,网络规划2,Ntp apt-get install ntp3,generate secure passwdapt-get install pwgen or openssl rand -hex 104,deployment auto...
分类:
其他好文 时间:
2014-09-30 18:46:50
阅读次数:
286
代码如下 复制代码 using System.Reflection;using System.Runtime.CompilerServices;//// 有关程序集的常规信息是通过下列// 属性集控制的。更改这些属性值可修改与程序集// 关联的信息。//[assembly: AssemblyTitl...
分类:
Web程序 时间:
2014-09-30 09:44:12
阅读次数:
356
问题描述:CS0009: 未能打开元数据文件“c:\Windows\Microsoft.NET\assembly\GAC_MSIL \System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35 \System.Compon...
分类:
其他好文 时间:
2014-09-27 18:35:50
阅读次数:
828
离散数学Discrete Mathematics数据结构Data Structure数字电路与逻辑设计Digital Circuit and Logic Design汇编语言程序设计Assembly Language Programming数值分析Numerical Analysis操作系统原理Op...
分类:
其他好文 时间:
2014-09-27 02:18:58
阅读次数:
251
System.Reflection.Assembly类有两个静态方法:Assembly.Load(string assemblyname)和Assembly.LoadFrom(string filename) 。通常用这两个方法把程序集加载到应用程序域中。 如果你希望加载的程序集超出了...
分类:
其他好文 时间:
2014-09-26 19:45:48
阅读次数:
180
前两天由于换了MyEclipse新版本之后,我的MyEclipse的Servers就不能正常使用了,也就是不能发布Web项目了。出现了空指针的异常,并产生了这个错误:atcom.genuitec.eclipse.ast.deploy.core.Deployment.(Unknown Sour...
分类:
系统相关 时间:
2014-09-26 12:45:38
阅读次数:
200
SPT: 50---- Phantom assembly (MRP2 -- > special procurement type) BOM list ( ASM -- the component in this item has its own BOM )这个phantom 的料号 体现在工单里面的...
分类:
其他好文 时间:
2014-09-25 21:37:18
阅读次数:
462