码迷,mamicode.com
首页 >  
搜索关键字:warning    ( 3842个结果
Oracle中su切换进去sqlplus登录失败的问题处理
问题描述:生产环境的oracle数据库突然登录不上去了,rlwrap生产环境的oracle数据库突然登录不上去了,rlwrap sqlplus "/ as sysdba"报错如下:rlwrap[oracle@localhost root]$ rlwrap sqlplus "/ as sysdba"rlwrap: warning: your $TERM is 'xterm' but rlwrap c...
分类:数据库   时间:2015-01-16 22:29:22    阅读次数:515
将Linux下编译的warning警告信息输出到文件中[整理笔记]
Linux中,脚本语言环境中,即你用make xxx即其他一些普通linux命令,比如ls,find等,不同的数字,代表不同的含义:数字含义 标准叫法0 标准输入 stdin = standard input1 标准输出 stdout = standard output2 标准错误输出 stderr...
分类:系统相关   时间:2015-01-15 15:50:29    阅读次数:185
mysql性能优化之慢查询日志分析
打开慢查询日志在my.cnf置文件中修改log-slow-queries=日志文件路径(注:log-slow-queries在未来的版本将被删除,尽量使用slow-query-log-file重启服务后会出现warning警告[Warning]Thesyntax‘--log-slow-queries‘isdeprecatedandwillberemovedinafuturerelease.Pleaseuse‘--s..
分类:数据库   时间:2015-01-15 01:58:59    阅读次数:306
dongle0
*CLI> -- [dongle0] Trying to connect on /dev/ttyUSB2...插拔dongle[Jan 13 23:42:20] WARNING[3443]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2...
分类:其他好文   时间:2015-01-14 00:34:59    阅读次数:919
相关的类代表的颜色和文本对齐方式
.text-muted:提示,使用浅灰色(#999).text-primary:主要,使用蓝色(#428bca).text-success:成功,使用浅绿色(#3c763d).text-info:通知信息,使用浅蓝色(#31708f).text-warning:警告,使用黄色(#8a6d3b).te...
分类:其他好文   时间:2015-01-13 23:05:40    阅读次数:268
java not enough memory error.
After Update from jre-7_21 to jre-7_45: Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory() failed; error='Cannot allocate memory' (e...
分类:编程语言   时间:2015-01-13 11:55:24    阅读次数:355
fusioncharts图表切换、多次重新加载——dispose
前段时间同一个页面fusioncharts图表切换一直没出问题,如下图: 最近运行系统突然报错: Uncaught ParameterException: #06091847 chartobject-1 Warning >> A FusionChart oject with the specified id "theTaskRateChart" already exists. Rena...
分类:其他好文   时间:2015-01-12 21:05:39    阅读次数:448
CF501D Misha and Permutations Summation(康托展开)
以前写康托展开都是直接O(n^2),碰到了一定要nlogn的,存个代码。#pragma warning(disable:4996)#include #include #include #include #include #include #include using namespace std;#d...
分类:其他好文   时间:2015-01-12 20:51:54    阅读次数:195
[每天解决一问题系列 - 0003] 如何创建并应用自签名的证书
现象:现在有一个发布在IIS上的网站,使用的https协议,CA的证书太贵,所以买不起。但是访问网站的时候来时老谈个warning又太烦,怎么办?解决方法:创建一个根证书makecert -r -pe -n "CN=My Root" -ss CA -sr CurrentUser -a sha1 -s...
分类:其他好文   时间:2015-01-12 18:52:44    阅读次数:92
CentOS启动MySQL服务失败
150112 15:21:28 mysqld_safe Starting mysqld daemon with databases from /data/mysql150112 15:21:28 [Warning] Can't create test file /data/mysql/localho...
分类:数据库   时间:2015-01-12 17:18:50    阅读次数:309
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!