今天 重新启动opentsdb 出现本地配置文件不存在 这不知道 我查了一下官网 了解到 You can use the --config command line argument to specify the full path to a configuration file. Otherwis ...
分类:
数据库 时间:
2016-05-10 20:21:39
阅读次数:
1798
实验一 Linux下缓冲区溢出
通过缓冲区溢出漏洞执行自己的代码
【实验代码】
【实验目的】
通过缓冲区溢出,使其执行not_called函数。
【实验原理及结果】
(1)编译程序(关闭掉栈保护):
(2)gdb调试程序
查看vulnerable_function函数汇编代码
我们可以看到该函数开辟了一个0x6c大小的缓冲区
| argument...
分类:
Windows程序 时间:
2016-05-07 08:58:27
阅读次数:
1003
var dynamicLoading = { css: function(path){ if(!path || path.length 0){ throw new Error('argument "path" is required !'); } var head = document.getEle ...
分类:
Web程序 时间:
2016-05-06 19:18:18
阅读次数:
248
Boolean.parseBoolean(String str); Parses the string argument as a boolean. The boolean returned represents the value true if the string argument is no ...
分类:
编程语言 时间:
2016-05-05 17:37:33
阅读次数:
139
When converting C function prototypes to Pascal equivalent declarations, it's important to substitute the C function and argument types with the corre ...
分类:
编程语言 时间:
2016-05-03 14:32:35
阅读次数:
222
字符串格式化 1、sscanf int sscanf(const char *buffer,const char *format,[argument ]...) 取到指定字符为止的字符串。如在下例中,取遇到任意小写字母为止的字符串。 sscanf("123456abcdedf","%[^a-z]", ...
分类:
编程语言 时间:
2016-04-30 00:59:43
阅读次数:
244
ARGc和ARGv中的ARG指的是"参数"(外语:ARGuments, argument counter 和 argument vector ) argc: 整数,用来统计你运行程序时送给main函数的命令行参数的个数 * argv[ ]: 字符串数组,用来存放指向你的字符串参数的指针数组,每一个元 ...
分类:
其他好文 时间:
2016-04-23 16:17:08
阅读次数:
135
导致异常结果:org.hibernate.PropertyAccessException:IllegalArgumentExceptionoccurredwhilecallingsetterofcom.zxr.shoucang.domain.MySite.isShare....Causedby:java.lang.IllegalArgumentException:argument(论点)typemismatch(翻译:类型不匹配(错配))这个异常jav..
分类:
数据库 时间:
2016-04-23 07:37:49
阅读次数:
694
大家好。。以前我也好奇过有没有一些设计模式可以用来创建一个细节页面,直到最近我看了一些设计模式相关的博文和书后,我终于发现了以下的应用。 下面我们介绍一个Listview 点击后出现一个detail 页面的功能,功能简单,但是我们看的是思想。 首先我们实现自定义的ListView,ListItem ...
分类:
移动开发 时间:
2016-04-23 01:19:33
阅读次数:
201
function god(){} god.protopyte.zaoren_yanjing = function(first_argument){ console.log("眼睛"); } god.protopyte.zaoren_bizi = function(first_argument){ c ...
分类:
其他好文 时间:
2016-04-20 19:49:06
阅读次数:
128