题意 比较两个字典 按字典序输出所有添加 删除 修改的项 如果没有任何更新 输出 No changes
STL map的应用 对比两个字典 注意开始字符串的处理和字典可以为空
#include
using namespace std;
map d[2];
map::iterator it;
const int N = 105;
string s, a, b, t[N];
vo...
分类:
其他好文 时间:
2015-01-22 18:15:33
阅读次数:
160
Linux内核编译步骤 编译之前,一定要查看,内核源码中,Documentation/Changes文件,查看内核编译时,需要的运行环境,如果不适合编译和有可能失败。 由于2.4和2.6内核的编译方法不是完全一样,所以我们分开两种情况讨论 编译2.4内核: ...
分类:
系统相关 时间:
2015-01-22 14:44:16
阅读次数:
190
Linux内核编译步骤 编译之前,一定要查看,内核源码中,Documentation/Changes文件,查看内核编译时,需要的运行环境,如果不适合编译和有可能失败。 由于2.4和2.6内核的编译方法不是完全一样,所以我们分开两种情况讨论 编译2.4内核: ...
分类:
系统相关 时间:
2015-01-22 12:34:53
阅读次数:
218
1、认识启动配置选项[root@server5 ~]# cat /boot/grub/grub.conf # grub.conf generated by anaconda## Note that you do not have to rerun grub after making changes....
分类:
系统相关 时间:
2015-01-21 21:48:06
阅读次数:
254
In this Document Symptoms Changes Cause Solution ReferencesAPPLIES TO:Oracle Receivables - Version 12.1.3 and laterInformation in this document applies to any platform.SYMPTOMSAttempting to update the...
分类:
其他好文 时间:
2015-01-21 16:36:03
阅读次数:
99
Changing a remote's URLThegit remote set-urlcommand changes an existing remote repository URL.Tip:For information on the difference between HTTPS and ...
分类:
Web程序 时间:
2015-01-21 14:44:51
阅读次数:
344
/**
\defgroup ecatslv ecatslv.c: EtherCAT State Machine
\brief Changes to version V5.0:
\brief V5.01 APPL3: Include library demo application
\brief V5.01 ESC2: Add missed value swapping
\brief V5.01 E...
分类:
其他好文 时间:
2015-01-19 19:08:29
阅读次数:
781
iptables本身没有TRACKtarget,以至于你不能指定需要被conntrack模块处理的数据包白名单,比如我想实现:除了来源IP是192.168.10.0/16网段的需要被track之外,其它的都不要track。当然,你可以通过下面的配置实现我的需求:iptables-traw-APREROUTING!-s192.168.10.0/16-jNOTRA..
分类:
其他好文 时间:
2015-01-17 19:39:23
阅读次数:
155
iptables本身没有TRACK target,以至于你不能指定需要被conntrack模块处理的数据包白名单,比如我想实现:除了来源IP是192.168.10.0/16网段的需要被track之外,其它的都不要track。 当然,你可以通过下面的配置实现我的需求:iptables -t raw -A PREROUTING ! -s 192.168.10.0/16 -j NOTRACK...
分类:
其他好文 时间:
2015-01-17 16:37:05
阅读次数:
189
[Technical]1. difference btw. realloc() and free(): realloc() simply changes the size of a mem2. More about TCP\IP, its flow control[Behavior]1. be mo...
分类:
数据库 时间:
2015-01-15 15:34:15
阅读次数:
173