码迷,mamicode.com
首页 >  
搜索关键字:statistics toolbox    ( 1252个结果
DNS的主从复制、子域授权、转发、视图
DNS配置文件及区域文件修改主配置文件[root@schoolnamed]#vim/etc/named.conf options{ //listen-onport53{127.0.0.1;}; //listen-on-v6port53{::1;}; directory"/var/named"; //dump-file"/var/named/data/cache_dump.db"; //statistics-file"/var/named/data/named_stats.txt..
分类:其他好文   时间:2015-07-26 06:23:46    阅读次数:178
oracle报错:无法找到会话标识符。启用检查 PLUSTRACE 角色
今天在新安装的oracle11g上边查看执行计划突然出现错误:SP2-0618: 无法找到会话标识符。启用检查 PLUSTRACE 角色SP2-0611: 启用 STATISTICS 报告时出错解决方案:在sqlplus中执行oracle中的这个文件:@E:\app\haha\product\11....
分类:数据库   时间:2015-07-25 16:34:02    阅读次数:141
MATLAB 2013b .m 文件关联
使用绿色版的MATLAB无法自动关联.m文件,在网上查到的解决办法是,在MATLAB里运行如下命令:cwd=pwd;cd([matlabroot '\toolbox\matlab\winfun\private']);fileassoc('add',{'.m','.mat','.fig','.p','...
分类:其他好文   时间:2015-07-24 12:02:20    阅读次数:227
powerdesigner 16.5 视图的显示
今天中午为了讲解画图,然后把toolbox跟object brower都关掉了,花了1个小时才找到toolbox 1、object brower显示 直接使用快捷键 ALT+0 2、toolbox(也叫右边的拖动编辑框)       方法是view的主菜单选择toolbox,但是在你关掉的这个框中你是找不到toolbox 如图 重启powerdesigner之后...
分类:其他好文   时间:2015-07-21 17:23:31    阅读次数:513
plsql dev中Dynamic Performance Tables not accessible分析解决(转)
使用plsql dev的朋友多遇到过类此如下面的提示:Dynamic Performance Tables not accessible, Automatic Statistics Disabled for this session You can disable statistics in the...
分类:数据库   时间:2015-07-20 23:22:38    阅读次数:267
BNUOJ 1038 Flowers(BFS)
Flowers Time Limit: 1000ms Memory Limit: 65535KB 64-bit integer IO format: %lld      Java class name: Main Prev  Submit Status Statistics Discuss  Next 春天到了,师大的园丁们又开始忙碌起来了. 京师广场上...
分类:其他好文   时间:2015-07-19 23:39:53    阅读次数:131
Linux netstat命令详解
Linux netstat命令详解简介Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。输出信息含义执行netstat后,其输出结果为A...
分类:Web程序   时间:2015-07-18 22:45:16    阅读次数:159
HDU4649:Professor Tian(概率)
Problem Description Timer took the Probability and Mathematical Statistics course in the 2012, But his bad attendance angered Professor Tian who is in charge of the course. Therefore, Professor Tia...
分类:其他好文   时间:2015-07-17 18:58:22    阅读次数:121
听同事讲 Bayesian statistics: Part 2 - Bayesian inference
听同事讲 Bayesian statistics: Part 2 - Bayesian inference摘要:每天坐地铁上班是一件很辛苦的事,需要早起不说,如果早上开会又赶上地铁晚点,更是让人火烧眉毛。在城市里工作的人,很多是需要搭乘地铁上下班的,也包括同事M。有一次M早上来得比较晚,进办公室以后...
分类:其他好文   时间:2015-07-11 21:21:18    阅读次数:195
查询复杂sql的表的大小
1.先explainplanfor目标sql:explainplanforWITHsales_countriesAS (SELECT/*+gather_plan_statistics*/ cu.cust_id,co.country_name FROMsh.countriesco,sh.customerscu WHEREcu.country_id=co.country_id), top_salesAS (SELECTp.prod_name, sc.country_name, s.channel_id, ..
分类:数据库   时间:2015-07-11 06:48:11    阅读次数:205
1252条   上一页 1 ... 93 94 95 96 97 ... 126 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!