TLS (Thread Local Storage) XP系统上的Portable executable不支持动态加载。 https://reverseengineering.stackexchange.com/questions/14171/thread-local-storage-access- ...
分类:
编程语言 时间:
2017-06-07 17:54:45
阅读次数:
149
[root@va3zabbix_agentd.d]#catpingyz.conf
UserParameter=ping.time[*],bash/etc/zabbix/shell/pingyztime.sh$1
UserParameter=ping.loss[*],bash/etc/zabbix/shell/pingyzloss.sh$1
[root@va3zabbix_agentd.d]#cat../shell/
cut-log.shiosstatus.shnginx_status.shping2.shpi..
分类:
其他好文 时间:
2017-03-28 22:16:57
阅读次数:
236
Backbone.localStorage.js是将数据存储到游览器客户端本地的(当没有服务器的情况下) 地址:https://github.com/jeromegn/Backbone.localStorage 1 整个函数是一个自执行函数,简化版形式如下 (function(a,fn) { //. ...
分类:
Web程序 时间:
2017-02-05 19:29:30
阅读次数:
373
cut命令 http://www.cnblogs.com/dong008259/archive/2011/12/09/2282679.html sort命令 http://www.cnblogs.com/dong008259/archive/2011/12/08/2281214.html ...
分类:
系统相关 时间:
2017-02-04 18:47:54
阅读次数:
196
1、往窗体拉一个BindingNavigator:如图绿色框,就是一个数据导航栏 再拉一个DataGridView,显示数据,我添加了三列,对应要显示的三列数据 再拉一个BindingSource,作为上面两个的媒人 数据库数据如下: 代码如下: 效果如下: DatagridView的数据与Bind ...
from http://www.cnblogs.com/think/archive/2011/10/06/CEF-genericUsage.html 一般用法 使用CEF便捷的创建一个全功能的内建浏览器如下所示: // Define an instance of our CefHandler imp ...
分类:
其他好文 时间:
2016-11-21 19:38:53
阅读次数:
328
file=/dir1/dir2/dir3/my.file.txt我們可以用${}分別替換獲得不同的值:${file#*/}:拿掉第一條/及其左邊的字串:dir1/dir2/dir3/my.file.txt${file##*/}:拿掉最後一條/及其左邊的字串:my.file.txt${file#*.}:拿掉第一個.及其左邊的字串:file.txt${file##*.}:拿掉最後一?.
分类:
其他好文 时间:
2016-04-13 00:41:52
阅读次数:
137
日志切割#!/bin/bash
#cutnginxlogs
nginx_sbin="/usr/local/openresty/nginx/sbin/nginx"
log_files_path="/usr/local/openresty/nginx/logs"
cut_log_files_dir="/data/logs"
logfilename_array=(www.bbs.com)
date=`date+%Y-%m-%d-d"1daysago"`
suffix=".log.gz"
ProjectNam..
分类:
数据库 时间:
2015-03-10 19:44:32
阅读次数:
458