码迷,mamicode.com
首页 >  
搜索关键字:usage report    ( 3968个结果
给MySQL官方提交的bug report备忘
1. http://bugs.mysql.com/bug.php?id=722152. http://bugs.mysql.com/bug.php?id=722173. http://bugs.mysql.com/bug.php?id=725294. http://bugs.mysql.com/bu...
分类:数据库   时间:2014-06-15 23:30:20    阅读次数:234
Tcpdump usage examples
In most cases you will need root permission to be able to capture packets on an interface. Using tcpdump (with root) to capture the packets and saving...
分类:其他好文   时间:2014-06-15 06:51:22    阅读次数:178
[转]printk usage
原文地址:http://elinux.org/Debugging_by_printing#Usage If variable is of Type, use printk format specifier:----------------------------------------------....
分类:其他好文   时间:2014-06-12 08:17:15    阅读次数:297
解决Crystal Report XI R2不能在64操作系统正常工作的问题-web程序
原文:[原创]解决Crystal Report XI R2不能在64操作系统正常工作的问题-web程序我更换了新的电脑,操作系统也从原来32位的windows 2003 R2升级到windows 2008 R2 x64, 由于客户的原因我们的报表部分必须用Crystal Report XI R2来完...
分类:Web程序   时间:2014-06-10 11:49:06    阅读次数:285
DMV to track the temp file usage for SQLServer
There are three DMVs you can use to track tempdb usage:sys.dm_db_task_space_usagesys.dm_db_session_space_usagesys.dm_db_file_space_usageThe first two ...
分类:数据库   时间:2014-06-10 11:27:07    阅读次数:307
XSL模版设计软件
XSL Report Designer是用来设计XML数据的输出布局,使其可以以报告和表格(以下统称“报告”)的格式进行分页的设计软件。输出布局的设计,包含了报告的外观以及报告的项目和XML的需要打印的要素内容之间的对应关系等的设计。...
分类:其他好文   时间:2014-06-10 06:06:52    阅读次数:233
JavaScript Patterns 4.2 Callback Pattern
This post introduces the classis callback usage in JavaScript.
分类:编程语言   时间:2014-06-09 21:10:47    阅读次数:301
zTree实现地市县三级级联报错(三)
zTree实现地市县三级级联报错(三)1、详细报错例如以下usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }2014-5-11 ....
分类:其他好文   时间:2014-06-08 19:35:36    阅读次数:262
Greenplum同步到Oracle
开发提出需要从Greenplum同步到Oracle的解决方案,写了个脚本用于定时调度处理。 #!/bin/sh #copy_gp_2_ora.sh if [ $# -ne 1 ]; then     echo "Usage: sh $0 tablename"     exit 1 fi TABLENAME=$1   psql -h -U \timing off ...
分类:数据库   时间:2014-06-08 03:15:15    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!