码迷,mamicode.com
首页 >  
搜索关键字:report    ( 2164个结果
curl命令用法
例:char buf[512] = { 0 };sprintf(buf,"curl %s/NewWanbu/App/Api/index.php/Report/sEmail/aid/%d/reportType/final/",g_profile.m_confData.m_url.c_str(),act...
分类:Web程序   时间:2015-05-15 13:20:24    阅读次数:141
report Viewer从V10.0升级到V11.0全过程
开发工具从VS2010升级到VS2012,Report Viewer 版本也从V10.0到V11.O,本机开发运行没有问题,发布到服务器上时会出现一些问题;第一步、删除服务器上的Report ViewerV10.0;第二步、下载SQLSysClrTypes_x86.msi,安装;第三步、下载Repo...
分类:其他好文   时间:2015-05-13 12:13:21    阅读次数:421
Linux基础-文字处理命令汇总(未完待续)
本文将总结如下命令:wc:wordcount-l:仅显示行数-w:仅显示字数-c:仅显示byte大小cut:(removesectionsfromeachlineoffiles)从文件的每行里删除固定的部分,用于匹配分隔符,然后筛选需要的列内容-d:指定分隔符-f:指定要显示的字段m:第m列m,n:第m和n列m-n:第m到第n列sort排序-f:..
分类:系统相关   时间:2015-05-12 19:05:44    阅读次数:184
The MATLAB Profiler
1 function a = myFunc(a,b,c,d,e)2 for idx = 1 : 1003 a = a-b + c^d*log(e);4 end5 end6 7 >> profile on; myFunc(a,b,c,d,e); profile report
分类:其他好文   时间:2015-05-12 01:28:37    阅读次数:132
listview control messages
CTreeCtrl是在OnNMCustomdraw中自绘的,不要设定其他属性 CListCtrl是在DrawItem中自绘的,要设定属性LVS_OWNERDRAWFIXED|LVS_REPORT CButton是在DrawItem中自绘的,要设定属性BS_OWNERDRAW CMenu是在...
分类:其他好文   时间:2015-05-10 11:09:38    阅读次数:540
Active Report 导出功能
在网上查了不少资料,有个讲解比较完整的方案,我在系统中一试,发现并不好用,在使用导出功能,必须是引用几个命名空间 接下来,导出功能就变得更加简单                 Dim xlsExport1 As New DataDynamics.ActiveReports.Export.Xls.XlsExport()                 Dim saveDlg As N...
分类:其他好文   时间:2015-05-09 16:36:30    阅读次数:154
dinamica v3.4.5 (dynamic v3.4.5) changelog
05/04/2015 v3.4.5 * Improved dinamica.AbstractPDFOutput to use the CI pdf-file-name in config.xml or by default if the configuration report.pdf name does not exist. * Using dinamica.encoding syste...
分类:其他好文   时间:2015-05-08 22:08:04    阅读次数:178
获取RSS的XML内容然后整形输出(Windows Patch)
$report = [pscustomobject]@{'Date' = $null; 'MSRC' = $null; 'KB' = $null; 'Severity' = $null; 'Version' = $null; 'Summary' = $null; 'ThreatType' = $nu...
分类:Windows程序   时间:2015-05-08 17:59:35    阅读次数:158
将组策略中的内容导出至CSV格式
#将组策略首选项中的"本地用户和组"下的所有条目导出$xml = Get-GPOReport -ReportType Xml -Name "China Desktop Policy"$report = New-Item -ItemType file -Path C:\Toolkits\GPOAdmi...
分类:其他好文   时间:2015-05-08 17:52:40    阅读次数:221
关于cognos的HTML项目工具与富文本工具的分别
在cognos的report studio的工具箱里面,有两个控件HTML项目和富文本项目,如下图这两个东西,估计有一定经验cognos的人都知道,是用来丰富cognos报表页面,可以实现更多cognos没带的功能或样式等等(如冻结表头之类)我之前也用过,但一直都没搞清楚他们具体有什么大的分别今天做...
分类:Web程序   时间:2015-05-08 12:56:05    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!