1、取得控制台应用程序的根目录方法方法1、Environment.CurrentDirectory 取得或设置当前工作目录的完整限定路径方法2、AppDomain.CurrentDomain.BaseDirectory 获取基目录,它由程序集冲突解决程序用来探测程序集2、取得Web应用程序的根目录方...
分类:
其他好文 时间:
2014-06-28 20:59:08
阅读次数:
158
BACKGROUND INFORMATIONVarious mechanisms exist for managing memory in a virtual machine environment. A virtual machine platform typically executes an ...
分类:
其他好文 时间:
2014-06-28 14:53:29
阅读次数:
320
BACKGROUND OF THE INVENTIONA virtual machine (VM) may be or include a framework or environment created by for example a virtual machine monitor (VMM) ...
分类:
移动开发 时间:
2014-06-28 14:30:32
阅读次数:
232
BACKGROUNDThis relates to the operation of software under a virtualization technology (VT) environment.In a VT environment, such as the Intel VT or AM...
分类:
移动开发 时间:
2014-06-28 13:57:42
阅读次数:
248
2014-05-31 BaoXinjian一. 摘要Oracle Report Builder开发的字符模式的报表,成为系统报表优点采用图形化的开发方式,比较直观有功能强大的向导对比较复杂格式的报表也不要通过太多代码来实现最终结果以一个独立的文件的形式展示,比较容易传递缺点很难转成execel格式文...
分类:
数据库 时间:
2014-06-28 12:57:31
阅读次数:
336
解决方式:The advices for crystal report database connection settings:1, Using ApplyLogOnInfo method instead of SetDatabaseLogon method. The code example a...
分类:
其他好文 时间:
2014-06-20 20:41:49
阅读次数:
239
数据集:报表结果:前面需要空缺的列都按照flag为1时进行隐藏:每个字段都可以根据一定的条件,设置显示的string或者是是否显示,或者重复的不显示。Format object-->Report右键:Sections Expertà可以设置report的各个部分是否显示,也可以根据条件设置是否显示:...
分类:
其他好文 时间:
2014-06-20 20:19:49
阅读次数:
194
需要注意的点是:1 . 要对自由格中对应的 字段框的背景填充方式改为:填充,否则没有效果.2 . 代码中红色部门代码: Column 为明细网络对象属性中的 列集合 中的 交叉列的 名称, Report.RunningDetailGrid.Columns.Item("Column_2")3. 蓝色部...
分类:
其他好文 时间:
2014-06-20 13:53:48
阅读次数:
481
锐浪 报表, 交叉报表中 对交叉字段,做条件改变背景颜色 .var fieldCount = Report.RunningDetailGrid.ColumnContent.ContentCells.Count; // 总字段列数var lockFieldCount = Report.Detai...
分类:
其他好文 时间:
2014-06-18 10:26:47
阅读次数:
570
1 package tcweb.handler.report; 2 3 import java.io.File; 4 import java.io.FileInputStream; 5 6 import javax.servlet.ServletContext; 7 import javax....
分类:
Web程序 时间:
2014-06-18 09:58:35
阅读次数:
173