diff可以比较两个文件的不同,也可以比较两个文件夹的不同,并可以生成补丁文件#准备俩不同的文件
[root@consoletmp]#catold
A:Hello,Goodmorning
B:Hello,Howareyou?IamHaiMeimei.
A:Fine.Tankyou,andyou?
B:Iamfinetoo.
[root@consoletmp]#catnew
A:Hello,Goodmorning
B:Hell..
分类:
其他好文 时间:
2014-08-15 18:06:29
阅读次数:
307
解题报告
题意:
n个巫师m个魔杖,每个魔杖可以被不同的巫师使用。求多少个魔杖会被买。
思路:
二分图最大匹配简单题。
#include
#include
#include
using namespace std;
int mmap[110][110],n,m,vis[110],pre[110];
int dfs(int x) {
for(int i=1; i<=n; i...
分类:
其他好文 时间:
2014-08-15 16:02:39
阅读次数:
258
explain profiling建议提供以下信息showtablestatuslike'audit';showcreatetableaudit;showindexfromaudit;checktableaudit;analyzetable audit;analyze并不检查表是否有问题,只是重新分...
分类:
数据库 时间:
2014-08-08 01:33:04
阅读次数:
302
Straight Slate Grinding Mill is a kind of thick grinding powder to meet the requirements of the custemers .It is designed on the basis of the traditio...
分类:
其他好文 时间:
2014-08-07 12:34:49
阅读次数:
255
Solaris下OracleRAC报ORA-09925unabletocreateaudit--nospace接到开发回应,sqlplus或者developer工具登陆数据库报错,无法登陆,截图如下:ORA-09925UnabletocreateaudittrailfileErrorNospaceleftondevice字面就初步定位到没空间不能生成audit认证文件。立马登陆系统,查看df..
分类:
数据库 时间:
2014-08-07 07:39:20
阅读次数:
412
Fine Uploader(http://fineuploader.com/)是一个实现 ajax 上传文件的 Javascript 组件。This project attempts to achieve a user-friendly file-uploading experience over ...
分类:
Web程序 时间:
2014-08-04 17:02:17
阅读次数:
329
今天在ubuntu10.04上配置dns主从区域数据传送时 从服务器学习不到主服务器的配置,查看/var/log/messages时显示为
Aug 1 06:42:45 ubuntu kernel: [ 5397.159601] type=1503 audit(1406900565.661:37): operation="mknod" pid=2351 parent=1 profile="/...
分类:
其他好文 时间:
2014-08-01 23:10:22
阅读次数:
394
多文件上传组件FineUploader使用心得 FineUploader 结合 一般处理程序 【上传示例】 参考:http://www.cnblogs.com/dudu/archive/2012/11/27/fine_uploader_mvc_ajax.html asp.net mvc示例 参考 :...
分类:
Web程序 时间:
2014-07-29 21:12:12
阅读次数:
275