随笔分类 -  other

摘要:当 svn 提示clean up时,而clean up 仍然没用的情况下先下载 sqlite3.exe然后 在svn目录下,.svn 隐藏文件夹中 有个 wc.db 的文件, 执行下面命令行sqlite3.exe.svn/wc.db"select*fromwork_queue"查看 这个 db 文件... 阅读全文
posted @ 2015-07-17 21:48 gabo 阅读(867) 评论(0) 推荐(0)
摘要:VMware 11 安装 Mac 10.9 阅读全文
posted @ 2015-02-08 10:57 gabo 阅读(14472) 评论(0) 推荐(1)
摘要:SVN本地服务器 阅读全文
posted @ 2014-12-16 20:51 gabo 阅读(195) 评论(0) 推荐(0)
摘要:hdu 1811 Rank of Tetris//hdu 1811 Rank of Tetris//并查集+拓扑//思路:用并查集把相等的点归到一起,再用拓扑//纠结这题纠结了一整天,看了n多的博客感觉这个不错//http://972169909-qq-com.iteye.com/blog/1052820#include <stdio.h>#include <string.h>#include <queue>using namespace std;#define comein freopen("in.txt", "r" 阅读全文
posted @ 2012-07-26 00:04 gabo 阅读(212) 评论(0) 推荐(0)