使用SourceTree将bitbucket的远程仓库回滚到某一次提交...
分类:
其他好文 时间:
2014-06-05 11:42:44
阅读次数:
977
1、用途:
清除oracle 回收站(recyclebin)中的表和索引并释放与其相关的空间,还可清空回收站,或者清除表空间中记录的已删除的部分表空间。
注意:purge后不能回滚和恢复。
2、语法:
3、示例说明:
1)首先查一下回收站:
SELECT * FROM RECYCLEBIN;
2)创建并删...
分类:
数据库 时间:
2014-06-05 05:58:46
阅读次数:
281
create database dbname;
drop database dbname;
create database master;
use master;
drop database master;
#1、创建数据库新表
create database tests;
#2、使用新表
use test;
#3、创建表
create table basic_...
分类:
数据库 时间:
2014-06-05 05:36:52
阅读次数:
297
eclipse git 报错:the current branch is not configured for pull No value for key branch.xxx.merge found in configuration
如图:
这是因为 在用gui创建分支的时候 config文件没有创建branch
在config文件加上
[branch "xxx"]
...
分类:
系统相关 时间:
2014-06-05 05:15:19
阅读次数:
326
Table 4-1列出来了master与slave的连接。
? Y — 表示master与slave之间有连接(是指通过总线连接master与slave,这里的master与slave没有
跨越不同速率的总线);
? - — 表示master与slave之间没有连接,即不存在该master对slave的访问;
? n — 表示master与slave之间通过B...
分类:
其他好文 时间:
2014-06-05 02:07:41
阅读次数:
466
单就个人感情来说,我其实喜欢git。但显然subversion才是更普遍的版本控制管理工具,适合用在团队开发中。那么,有一个很常见的需求就是把工程师提交的代码,更新到htdocs目录,这时候需要用svn
hook,简单做法就是写一个post-commit hook:svn update /var/h...
分类:
其他好文 时间:
2014-06-03 13:09:05
阅读次数:
269
/src/graphlab-master/deps/local/include/boost/atomic/atomic.hpp:166:16:
error: ‘uintptr_t’ was not declared in this scope typedef atomic
atomic_uintpt...
分类:
其他好文 时间:
2014-05-31 11:53:03
阅读次数:
345
date:20140530auth:jinhttp://github.com/andymccurdy/redis-pyhttps://github.com/andymccurdy/redis-py/blob/master/README.rst一.安装#
yum -y install python-r...
分类:
编程语言 时间:
2014-05-31 08:26:10
阅读次数:
289
这里仅记录了下自己在初次使用git来管理项目的时候遇到的一些注意事项,记录下来备忘以下,以免下次又在这里花太多时间.1. centos下面已经支持yum
install git.来安装。2. 安装完后,找个地方git clone代码下来(本人代码在github上面,其他方式不做多说)3. 采用htt...
分类:
其他好文 时间:
2014-05-30 23:36:48
阅读次数:
296
移植android3.3到ZedBoard follow
doc:Android移植Guide1.3.pdf follow website: sudo apt-get install git gnupg flex
bison gperf build-essential zip curl libc6-...
分类:
其他好文 时间:
2014-05-30 23:08:44
阅读次数:
542