本文将以 linux 源码分析,在 linux 下的策略路由的实现。...
分类:
系统相关 时间:
2015-02-06 16:46:50
阅读次数:
312
没有运行,直接看源码得到sink简单运行过程SinkRunner负责运行sink程序内部类PollingRunnerimplements Runnable{ private SinkProcessor policy;}负责运行sinkrun方法while (!shouldStop.get()) {....
分类:
Web程序 时间:
2015-02-05 21:47:15
阅读次数:
211
1.NAT-SrcwithPATEnabledCLI:setinteth1zonetrustsetinteth1ip10.1.1.1/24setinteth1natsetinteth3zoneuntrustsetinteth3ip1.1.1.1/24setinteth3routesetinteth3dip51.1.1.301.1.1.30setpolicyfromtrusttountrustanyanyanynatsrcdip-id5permitlog2.NAT-SrcwithPATDisabledCLI..
分类:
Web程序 时间:
2015-02-05 07:12:48
阅读次数:
406
MIP-DefinitionMIP(MappedIP)isa1to1mappingofapublicIPaddresstoanIPaddressontheInternalsideoftheJuniperfirewallMIP一对一映射,从公网IP映射到私网IPConfiguringaMIPtoaccessasingledeviceontheprivatenetworksetinteth0/0zoneuntrustsetinteth0/0ip1.1.1.250/24setinteth..
分类:
Web程序 时间:
2015-02-03 15:24:44
阅读次数:
225
本帖最后由 woniu19881005 于 2014-10-20 23:26 编辑在vm里安装centos7,把selinux关闭后,就一直提示failed to load seliinux policy。网上的解决方案是在grub启动菜单上按e键进入编辑模式,然后再启动项里加上enforcing=...
分类:
系统相关 时间:
2015-02-02 17:47:22
阅读次数:
730
1.NAT-SrcwithPATEnabled从trust到untrust转换转换前:(SourceIP:10.1.1.1Sourceport:3899)转换后:(SourceIP:202.100.100.100Sourceport:4000)对trust的IP以及port都做转换****************************************************CLI:setinteth1zonetrustsetinteth1ip10.1...
分类:
Web程序 时间:
2015-02-02 16:12:24
阅读次数:
202
如果导出队列能成功执行(队列不执行看这里)但是并未生成文件,那么原因大部份可能是出在FTP上。ECSTORE2.0采用了PHP的FTP模块,所以先确认你的环境是否安装了FTP模块,如果没有,安装并在PHP.INI中配置好模组路径。功能文件:\app\importexport\lib\policy\f...
分类:
其他好文 时间:
2015-01-30 15:04:38
阅读次数:
150
package testannotation;import java.lang.annotation.Documented;import java.lang.annotation.ElementType;import java.lang.annotation.Retention;import jav...
分类:
编程语言 时间:
2015-01-28 00:41:58
阅读次数:
176
Blocked loading resource from url not allowed by $sceDelegate policy
分类:
Web程序 时间:
2015-01-25 22:30:34
阅读次数:
277
前面没有过多的描述@Id标注,现在拿出来单独谈谈!1、主键标识(@Id)属性定义如下:?12@Target({METHOD, FIELD}) @Retention(RUNTIME)public @interface Id {}2、标注@Id后,还要涉及@GeneratedValue的使用@Gener...
分类:
其他好文 时间:
2015-01-25 22:18:38
阅读次数:
212