1. Set password for SYS in password file:orapwd file=$ORACLE_HOME/dbs/orapw2. Drop repos data copied from the original database ( you may need to unlo...
分类:
数据库 时间:
2014-10-28 07:03:56
阅读次数:
193
点进已fork的文件,然后找到右边的Setting,在新页面的地步看到Delete this repository的按钮。在弹窗输入userName/repositorName点击按钮即可。
分类:
其他好文 时间:
2014-10-28 02:06:11
阅读次数:
141
CVS中的基本术语: Repository,Module,Import,Checkout,Commit,Update,Revision,Release,TagRepository:仓库仓库是CVS服务器的根目录,所有的工作都将保存在这个仓库中,包括源代码和这些代码的全部历史。仓库中有许多“木桶”,....
分类:
其他好文 时间:
2014-10-28 02:02:56
阅读次数:
208
ubuntu 下如何安装wine 1、sudo add-apt-repository ppa:ubuntu-wine/ppa 2、sudo apt-get update 3、sudo apt-get install wine1.7 添加软件源,运行安装wine 安装完成后,就可以运行window下的应用程序了,若在...
Mac自带了svn服务端和客户端,所以只需要简单配置一下就可以使用。
1、创建svn repository
Shell代码
svnadmin create /Users/qiruihua/svnserver/repository
2、配置svn用户权限/Users/qiruihua/svnserver/repositor...
分类:
系统相关 时间:
2014-10-26 13:09:04
阅读次数:
227
Github是一个分布式的代码管理工具,最开始是Linus开发用于管理Linux的开源代码。但是渐渐地已经成为如今最主流的分布式版本管理工具,许多人都使用它来管理自己的源代码。1.注册Github账号及创建仓库: 首先注册Github账号,然后创建仓库(repository),免费用于只能创建公开(...
分类:
其他好文 时间:
2014-10-25 22:40:00
阅读次数:
249
问题描述:点击Unity按钮,出现以下提示:虚拟机无法进入 Unity 模式。请检查 Unity 是否受此客户机操作系统支持,以及是否安装了最新版本的 VMware Tools解决方法:1.安装相关的包。sudo add-apt-repository ppa:gnome3-team/gnome3su...
分类:
编程语言 时间:
2014-10-25 11:41:51
阅读次数:
1246
问题:
Initialized empty Git repository in /data1/mouxuan/fastsocket-private/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
解决步骤:
1、cd ~/.ssh
2、ssh-keygen...
分类:
其他好文 时间:
2014-10-24 11:06:30
阅读次数:
256
一【实体Entity:与数据库中的表对应1、spring不会注入entity,使用时需要使用new方法创建实例。二【repository:数据库操作接口1、创建接口:publicinterfaceStudentRepositoryextends
PagingAndSortingRepository<Entity,String>{}2、需要注入时:@Resource(name="stud..
分类:
编程语言 时间:
2014-10-23 12:43:55
阅读次数:
233
1 public class Repository : IRepository where T : class 2 { 3 public WBIDbContext m_Context=WBIContextFactory.GetCurrentContext();//上...
分类:
Web程序 时间:
2014-10-22 20:08:45
阅读次数:
361