快速处理wsa的脚本
#!/bin/bash
cat n.txt |sed 's/:0%;/\n/g'|sed 's/.*warning....//g'|grep -Ev '(occur|8800)'|sort -n|uniq|sed 's/^/bind :/g'
处理mtop的脚本
#!/bin/bash
cat h.txt|sed 's/Port://g'|sed '...
分类:
其他好文 时间:
2014-10-09 18:52:47
阅读次数:
188
运行android程序的时候提示:ActivityManager: Warning: Activity not started, its current task has been brought to the front解释:这个不是Android平台的Bug,而是Android本身就是这样一种处...
分类:
其他好文 时间:
2014-10-09 18:16:37
阅读次数:
165
Linux下提供top、ps命令查看当前cpu、mem使用情况,简要介绍如下:
一、使用ps查看进程的资源占用
ps -aux
查看进程信息时,第三列就是CPU占用。
[root@localhost utx86]# ps -aux | grep my_process
Warning: bad syntax, perhaps a bogus '-'? See /usr/sh...
分类:
系统相关 时间:
2014-10-09 16:54:58
阅读次数:
479
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.mysqldump -uroot -pxxxxx --all-databases > all.sqlmysql用mys...
分类:
数据库 时间:
2014-10-09 14:33:03
阅读次数:
298
ORA-38760: This database instance failed to turn on flashback database
问题背景:
测试数据库执行shutdown immediate,日志里面报错,错误信息为:ORA-19815: WARNING: db_recovery_file_dest_size of 4322230272 bytes is 9...
分类:
数据库 时间:
2014-10-09 02:05:57
阅读次数:
203
alert默认图标 success图标 error图标 question图标 warning图标 自定义的图标 效果如下:
分类:
其他好文 时间:
2014-10-09 00:36:37
阅读次数:
678
hdu5044 Tree 树链剖分,点剖分,边剖分,非递归版
//#pragma warning (disable: 4786)
//#pragma comment (linker, "/STACK:16777216")
//#pragma comment(linker, "/STACK:60400000,60400000")
//HEAD
#include
#include
#i...
分类:
其他好文 时间:
2014-10-06 21:36:10
阅读次数:
663
A framework is provided for automatic inference of memory fences in concurrent programs. A method is provided for generating a set of ordering constra...
分类:
其他好文 时间:
2014-10-06 01:02:39
阅读次数:
249
今天写数据结构代码的时候,调试一段程序,结果发现编译器提示了一些错误信息:warning: control reaches end of non-void function [-Wreturn-type]经过百度查询,得知原因是自己定义了一个有返回值的函数,而函数结尾却没有返回值;
或者是主函数的结尾没有添加语句:return 0;int main(void)
{
//自己的代码
r...
分类:
其他好文 时间:
2014-10-05 13:34:49
阅读次数:
286
执行这个测试?/usr/local/coreseek/bin/indexer?-c?etc/csft.conf?--all?
出现下面错误提示
?WARNING:?source?‘index1‘:?xmlpipe2?support?NOT?compiled?in.?To?use?xmlpipe2,?install?missi...
分类:
其他好文 时间:
2014-10-02 23:40:43
阅读次数:
243