码迷,mamicode.com
首页 >  
搜索关键字:datatables warning    ( 4134个结果
LeetCode_56insert [Insert Interval]
#pragma warning(disable:4996) #include <Windows.h> #include <tchar.h> #include <cstdio> #include <vector> using namespace std; /* submit time : 1 request : Given a set of non-overlapping inte...
分类:其他好文   时间:2014-07-24 12:32:05    阅读次数:238
monitor weblogic server ,Very simple to use, weblogic监控、巡检、故障简单小工具
1. 开发了一个简单的监视weblogic运行情况的小程序,各位朋友下载下来试试,不用登陆console就可以知道server的运行状况,包括了jvm、线程、jdbc、状态jms等;还有一个更简单的选项,下拉选“warning”,直接查看是否有等待队列、jvm紧张阿、连接池泄漏阿、连接池等待阿; 2. 已经上传 weblogic_monitor.jar  ,jar包里面有readme...
分类:Web程序   时间:2014-07-24 10:44:33    阅读次数:324
CentOS6.4编译Hadoop-2.4.0
因为搭建Hadoop环境的时候,所用的系统镜像是emi-centos-6.4-x86_64,是64位的,而hadoop是默认是32的安装包。这导致我们很多操作都会遇到这个问题(Java HotSpot(TM) 64-Bit Server VM warning: You have loaded lib...
分类:其他好文   时间:2014-07-24 05:04:28    阅读次数:321
LeetCode_53spiralOrder [Spiral Matrix]
#pragma warning(disable:4996) #include <cstdio> #include <Windows.h> #include <tchar.h> #include <vector> using namespace std; /* submit time : 2 1. Runtime Error [] request : Given a ma...
分类:其他好文   时间:2014-07-23 21:34:35    阅读次数:274
LeetCode_51totalNQueens [N-Queens II]
#pragma warning(disable:4996) #include <Windows.h> #include <tchar.h> #include <cstdio> /* submit time : 1 request : Follow up for N-Queens problem. Now, instead outputting board configura...
分类:其他好文   时间:2014-07-23 18:13:56    阅读次数:284
LeetCode_49pow [Pow(x, n)]
#pragma warning(disable:4996) #include <cstdio> #include <tchar.h> #include <Windows.h> /* submit time : 3 1.Runtime Error 34.00515, -3 2.Runtime Error 1.00000, -2147483648 request : ...
分类:其他好文   时间:2014-07-23 17:39:11    阅读次数:268
LeetCode_47rotate [Rotate Image]
#pragma warning(disable:4996) #include <Windows.h> #include <tchar.h> #include <cstdio> #include <vector> using namespace std; /* submit time : 1 // But I don‘t know how to deal with "Follow u...
分类:其他好文   时间:2014-07-23 13:55:36    阅读次数:280
常用rpm包下载及yum源
下载yum源1[root@node2~]#rpm-ivhhttp://mirrors.ustc.edu.cn/fedora/epel//5/x86_64/epel-release-5-4.noarch.rpm Retrievinghttp://mirrors.ustc.edu.cn/fedora/epel//5/x86_64/epel-release-5-4.noarch.rpm warning:/var/tmp/rpm-xfer.uEWGD9:HeaderV3DSAsignature:NOKEY,ke..
分类:其他好文   时间:2014-07-23 13:42:56    阅读次数:442
跑骚时刻 - C笔记:赫夫曼编码
#include #include #include #include #pragma warning(disable:4996)typedef struct HuffmanTree{ int weight;//权值 int parent;//父节点 int left;//左子树 ...
分类:其他好文   时间:2014-07-23 12:49:56    阅读次数:382
FPGA quartus开发中常见的错误处理
1.Warning: An incorrect timescale is selected for the Verilog Output (.VO) file of this PLL design. It's required that the timescale should be 1 ps wh...
分类:其他好文   时间:2014-07-23 11:56:06    阅读次数:430
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!