码迷,mamicode.com
首页 >  
搜索关键字:静态路由 route 网关    ( 9660个结果
zabbix应用之短信告警
在本实验中,短信网关使用了中国网建SMS短信通。不同的服务提供商所开发的短信接口不同,不过大都是http接口,脚本略作修改即可~效果图如下:下面是配置步骤:一、zabbix服务器端配置短信脚本假如你的zabbixserver配置文件zabbix_server.conf中AlertScriptsPath参数的路径为/et..
分类:其他好文   时间:2014-09-11 15:29:35    阅读次数:292
icmp 流量抓取 转发 代理
通过以下步骤,将经过本机的(设置本机为网关)icmp流量抓取,并获取其目标地址,可以用来做icmp代理。1. iptables 在 mangle 表的 prerouting链中添加规则,给icmp包做标记,比如0x15 iptables -t mangle -A PREROUTING -p icm....
分类:其他好文   时间:2014-09-10 21:04:11    阅读次数:532
freeswitch电话软交换配置使用笔记
我厂最近新买了新办公楼,新办公室那边的电话系统:包括软交换,数字中继网关,E1和VOIP,交由我去配置。多功能程序员 :)下面是配置freeswitch过程中的一些记录,贴在这里与大家分享。更多详细资料请参考fs官方以及中文官网。1.freeswitch src里,有个perl脚本, add_use...
分类:其他好文   时间:2014-09-10 17:30:50    阅读次数:835
【LeetCode】Gas Station 解题报告
【题目】 There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it costs cost[i] of gas to travel from sta...
分类:其他好文   时间:2014-09-10 10:58:30    阅读次数:216
关于网卡的双工配置错误引起的本地网络链接断开问题
中午吃饭的时候有人打电话说网关的外网网卡是红色的叉,换了连接外网网卡的网线后还是断开的状态,看到华为的USG防火墙的灯是绿色的,但是本地外网网卡是断开的,马上想到了双工的问题,在USG防火墙中查看和网关相连的接口,双工模式为auto,在网关的外网网卡配置中查看的时候,发现有人将双工方式设置为100....
分类:其他好文   时间:2014-09-09 22:49:09    阅读次数:182
python判断网站来自手机还是pc浏览器
python判断网站来自手机还是pc浏览器 #判断网站来自mobile还是pc def?checkMobile(request): ????""" ????demo?: ????????@app.route(‘/m‘) ????????def?is_from_mobile(): ?????...
分类:移动开发   时间:2014-09-09 16:23:19    阅读次数:341
leetcode Gas Station
Gas Station  Total Accepted: 19381 Total Submissions: 75345My Submissions There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car w...
分类:其他好文   时间:2014-09-09 16:05:40    阅读次数:203
ThinkPHP URL伪静态、路由规则、重写、生成
一、URL规则 1、默认是区分大小写的 2、如果我们不想区分大小写可以改配置文件 'URL_CASE_INSENSITIVE'=>true,//url不区分大小写 3、如果模块名为 UserGroupAction 那么url找模块就必要要写成 http://localhost/thinkp...
分类:Web程序   时间:2014-09-09 15:24:48    阅读次数:165
Leetcode: Gas Station
There are N gas stations along a circular route, where the amount of gas at station i is gas[i].You have a car with an unlimited gas tank and it costs...
分类:其他好文   时间:2014-09-09 10:42:38    阅读次数:157
MVC Route not working
When you run your MVC application, you always receive following message:HTTP Error 404.0 - Not FoundThe resource you are looking for has been removed,...
分类:Web程序   时间:2014-09-08 02:08:26    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!