主页: http://www.zhornsoftware.co.uk/stickies/index.htmlStickies work like Post-it notes for your PC. Notes can be customized and saved as styles, inclu...
/*
很明显的最大权闭合图题
*/
#include
#include
#include
using namespace std;
#define N 2100
#define inf 0x3fffffff
struct node {
int u,v,w,next;
}bian[N*N*20];
int head[N],yong,dis[N],work[N];
void init(){
yong=...
分类:
其他好文 时间:
2014-08-23 16:51:11
阅读次数:
251
WINDOWS环境下的解决方法: 1: 下载sqlite3数据库工具,放置于SVN的同级目录 2: CMD路径转移到Sqlite3目录 3: 残留操作选择:sqlite3 .svn/wc.db "select * from work_queue" 4: 残留操作删除:sqlite3 .svn...
分类:
数据库 时间:
2014-08-22 23:50:49
阅读次数:
461
1 Sap的更新的类型在sap中,可以使用CALL FUNCTION ... IN UPDATE TASK将多个数据更新绑定到一个database LUW中。程序使用COMMIT WORK提交修改请求。在sap中将更新分四种类型:1.1Asynchronous Update(异步更新):在这种情况,...
分类:
其他好文 时间:
2014-08-22 22:23:49
阅读次数:
3996
转自:http://www.opsers.org/base/clean-up-on-the-linux-system-tmp-folder-you-may-want-to-know.html§我们知道,在Linux系统中/tmp文件夹里面的文件会被清空,至于多长时间被清空,如何清空的,可能大家知识的...
分类:
其他好文 时间:
2014-08-22 16:15:39
阅读次数:
194
13.33 13.36 13.37Message.h#ifndef MESSAGE_H#define MESSAGE_H#include#include#include#include"Folder.h"using namespace std;class Folder;class Message{f...
分类:
其他好文 时间:
2014-08-22 00:12:45
阅读次数:
331
//来自潘神的优化
#include
#include
#include
using namespace std;
#define inf 0x3fffffff
#define N 1100
struct node {
int u,v,w,next;
}bian[N*N*4];
int head[N],yong,dis[N],work[N];
void init(){
yong=0;
memset...
分类:
其他好文 时间:
2014-08-21 21:13:14
阅读次数:
238
here are aLCD (Liquid Crystal Display)onEzreal's arm. TheLCDis composed ofliquid crystal, and theLCDis16lines and48rows.How did it work?TheCPUwill sen...
分类:
其他好文 时间:
2014-08-21 18:36:34
阅读次数:
200
目录 一、介绍 二、渲染引擎 三、解析与DOM树构建 四、渲染树构建 五、布局 六、绘制 七、动态变化 八、渲染引擎的线程 九、CSS2可视模型 英文原文:How Browsers Work: Behind the Scenes of Modern Web Browsers 一、介绍 浏览器可以被认...
分类:
其他好文 时间:
2014-08-21 16:50:24
阅读次数:
291
使用mount命令#mount -t cifs -o username=abc,password=1234 //192.168.1.10/linux /mnt/linux#mount -t cifs -o username=vip,password=111 //10.102.1.71/work /a...