码迷,mamicode.com
首页 >  
搜索关键字:warning    ( 3842个结果
perl语言use warning命令和-w的区别
Perl语言编程不安全语法检查可用下面两个命令: #!/usr/bin/perl?-w ? ?或者: use?warnings; ? ? 虽然两者都可以提示不安全的语法, 但是还是有差别的, Perl帮助文档里面写到: ? ??The warnings prag...
分类:其他好文   时间:2014-07-22 09:13:37    阅读次数:188
LeetCode_38combinationSum [Combination Sum]
#pragma warning(disable:4996) #include <cstdio> #include <tchar.h> #include <Windows.h> #include <vector> using namespace std; /* submit time : 4 1.Runtime Error Last executed input: [1], 2...
分类:其他好文   时间:2014-07-22 09:03:04    阅读次数:285
gitlab放外网被挂马
现象,外网发包,流量暴涨 这个gitlab安全不? ?[20:20:49]?Warning:?Network?TCP?port?6667?is?being?used?by?/var/tmp/lib/init.?Possible?rootkit:?Possible?rogue?IRC?bot ????????...
分类:其他好文   时间:2014-07-22 08:16:37    阅读次数:294
check_http检查http服务
选 项 说 明-H, --hostname=ADDRESS 主机名或域名-I, --IP-address=ADDRESS server的IP地址,用于在不能DNS的情况下-p, --port=INTEGER 端口号,默认80-u, --url=PATH url,默认是/-w, --warning=D...
分类:其他好文   时间:2014-07-22 00:33:37    阅读次数:354
Warning: Attempt to present * on * whose view is not in the window hierarchy!
Warning: Attempt to present  * on *  whose view is not in the window hierarchy! 出现这样的警告的原因是:ios 不允许在某个viewController的viewDidLoad方法中去呈现其他的viewController,你如果想要的是XXviewController显示之后马上呈现YY的话,可以在viewDidA...
分类:Windows程序   时间:2014-07-22 00:11:35    阅读次数:229
选择器
CSS中有7种选择器:1、元素选择器例如:h1{font-size:12px;}h2,h3,h4{font-size:23px;}helloworld...2、类选择器:例如:.important{background-color:red;}/*只有包含important 和 warning两个类的...
分类:其他好文   时间:2014-07-21 23:39:34    阅读次数:517
LeetCode_41trap [Trapping Rain Water]
#pragma warning(disable:4996) #include <cstdio> #include <tchar.h> #include <Windows.h> /* submit time : 3 1.Time Limit Exceeded Last executed input: [] 2.Cant‘s remember request : G...
分类:移动开发   时间:2014-07-21 23:30:21    阅读次数:443
LeetCode_45permute [Permutations]
#pragma warning(disable:4996) #include <cstdio> #include <tchar.h> #include <Windows.h> #include <vector> using namespace std; /* submit time : 1 request : Given a collection of numbers, retu...
分类:其他好文   时间:2014-07-21 23:27:50    阅读次数:368
VisualC++2012 Compiler Warning C4566
现象: 今天写程序突然遇到这样一个警告: warning C4566: ユニバーサル文字名 '\u0642' によって表示されている文字は、現在のコード ページ (932) で表示できません 意思是说,Unicode字符'\u0642'不能在现在的codepage(932)中 表示。(codepage(932)表示日文编码JIS) 结论: 查了一下...
分类:编程语言   时间:2014-07-21 22:32:37    阅读次数:352
LeetCode_39combinationSum2 [Combination Sum II]
#pragma warning(disable:4996) #include <Windows.h> #include <tchar.h> #include <cstdio> #include <vector> using namespace std; /* submit time : 3 1. Runtime Error Last executed input: [5,3]...
分类:其他好文   时间:2014-07-21 13:26:03    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!