码迷,mamicode.com
首页 >  
搜索关键字:report    ( 2164个结果
抢凳子日数据sql
--先找到档期select * from hv_item_info a where a.report_begdate > '2016-07-28' and a.report_begdate < '2016-07-29'; --找轮次select * from media_item_wheel_inf ...
分类:数据库   时间:2016-08-01 19:04:24    阅读次数:207
收集信息之censys
一.摘要 Censys提供了search、view、report、query、export以及data六种API接口。 search接口的请求地址是https://www.censys.io/api/v1/search/?,其中?的地方可以是ipv4、websites或者certificates,分 ...
分类:其他好文   时间:2016-08-01 13:55:17    阅读次数:197
校验主从数据一致性
1.先安装pt工具 2.主库数据: 3.从库数据: 4.很明显数据不一致,我们使用工具来检测: 首先要在从库配置文件中定义: report_host=slave_ip report_port=slave_port [root@bogon ~]# pt-table-checksum -S /tmp/m ...
分类:其他好文   时间:2016-07-30 10:26:09    阅读次数:121
web报表工具Stimulsoft Reports.Web在mvc项目中使用
Stimulsoft Reports.Web,是一款可以直接在Web中编辑报表的报表工具 web项目技术框架mvc4+easyui+knockoutjs 1.在项目中添加引用 Stimulsoft.Base.dll, Stimulsoft.Report.dll, Stimulsoft.Report. ...
分类:Web程序   时间:2016-07-28 15:14:55    阅读次数:925
SHELL 生成HTML
#!/bin/bash # 演示使用 shell 脚本创建 HTML 报告的示例脚本 # Web directory WEB_DIR=/var/www/html # A little CSS and table layout to make the report look a little nice ...
分类:Web程序   时间:2016-07-24 00:25:50    阅读次数:189
List IEnumerable
//按部门汇总 IEnumerable<WeekReportWithDepartmentInfo> report = summary .GroupBy(x => new { x.DeptID, x.DeptName }).Select(g => new WeekReportWithDepartmen ...
分类:编程语言   时间:2016-07-22 14:27:09    阅读次数:214
《Windows编程循序渐进》——列表控件的使用
添加List Ctrl并将View属性设置为Report,最终页面设计如下: 给ListCtrl添加变量: 我们定义一个函数,函数中的内容专门用来初始化列表框,先来做一步: 并在住Dialog头文件中添加这个成员函数: 并在初始化代码中添加这个函数: 运行之后就有效果了: 插入一定量的数据,代码如下 ...
分类:Windows程序   时间:2016-07-20 01:08:31    阅读次数:316
kali更新,某个 .deb overwrite失败,pkg: error processing
sudodpkg-i--force-overwrite/var/cache/apt/archives/python-problem-report_2.0.1-0ubuntu9_all.deb
分类:其他好文   时间:2016-07-17 18:17:39    阅读次数:166
Foxwell NT510 Scanner Feedback on VW Audi (diagnose program adapt function)
Got one Foxwell NT510 Multi-System Scanner from an authorized dealer, I did some test and will put my report below for your reference. Below are Foxwe ...
分类:数据库   时间:2016-07-14 15:13:19    阅读次数:336
PHP错误级别 error_reporting() 函数详解
在PHP开发的时候常常会用到error_reporting(report_level)来调试自己的程序,下面列出了report_level可能值: 例子: 任意数目的以上选项都可以用“或”来连接(用 OR 或 |),这样可以报告所有需要的各级别错误。例如,下面的代码关闭了用户自定义的错误和警告,执行 ...
分类:Web程序   时间:2016-07-13 13:54:23    阅读次数:141
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!