“svn都快淘汰了”#安装subversionyum -y install subversion#创建svn仓库基础路径mkdir /home/svn#创建svn仓库svnadmin create /home/svn/repos#配置开发者目录mkdir /home/svn/repos/dev#配置...
分类:
系统相关 时间:
2014-12-17 09:42:46
阅读次数:
244
AntiLVL - Android License Verification Library Subversion[ What is it? ]AntiLVL's purpose is to subvert standard license protection methods such as th...
分类:
移动开发 时间:
2014-12-17 09:04:24
阅读次数:
1112
前面,我们通过对 alias.ci 等Git配置变量的设置为Git设置了命令别名。命令别名可以帮助用户解决从其他版本控制系统迁移到Git后的使用习惯问题。CVS和Subversion等在提交的时候,一般习惯使用 ci (check in)子命...
分类:
其他好文 时间:
2014-12-16 19:32:44
阅读次数:
219
1、准备工作yuminstall-ygccgcc-c++#安装gccyum-yinstallperl#安装perlsetenforce0#关闭selinuxsed-i‘s/SELINUX=enforcing/SELINUX=disabled/g‘/etc/selinux/configserviceiptablesstop#关闭iptableschkconfigiptablesoff2、安装apr./configure--prefix=/usr/local/aprmake&..
分类:
Web程序 时间:
2014-12-16 19:30:42
阅读次数:
206
html <!DOCTYPE?html>
<html>
<head>
<meta?charset="utf-8"?/>
<meta?http-equiv="X-UA-Compatible"?content="IE=Edge,chrome=1.0"?/>
<title>canvas</title>
<script?type="text/javascript"?src="http...
分类:
Web程序 时间:
2014-12-16 15:25:51
阅读次数:
170
1、版本控制系统(VCS)VCS 也许是计算机课程最大的疏漏。这些课程光记得教如何写代码,但却往往忘记教学生如何去管理代码。每一个程序员都应该懂得利用 Git 或 Subversion 有效地创建 repository(仓库),编辑与提交代码,进行分支与合并,了解项目工作流。2、学会写作身为程序员要...
分类:
其他好文 时间:
2014-12-16 14:52:05
阅读次数:
184
第一步安装svn服务器: yum install -y subversion 第二步创建仓库: svnadmin create /var/svn/repo 第三步建立用户名: cd /var/svn/repo
vim conf/passwd 添加一行(一行代表用户名 = 密码): ?huangyanxio...
分类:
其他好文 时间:
2014-12-13 23:27:59
阅读次数:
445
安装
sudo apt-get install subversion
创建svn仓库地址,用来存放文件
svnadmin create /usr/local/svndata
访问权限的设置
修改文件/usr/local/svndata/conf/svnserve.conf
[general]
#匿名访问的权限,可以是read,write...
分类:
系统相关 时间:
2014-12-13 16:34:41
阅读次数:
122
经验证,原来ddx、ddy这两个操作,在forward rendering与deferred rendering中存在着很微妙的语义区别。在forward rendering中,GPU shader会自动地判断其2x2区域是否仅有部分落在当前绘制的三角面所覆盖的interpolate范围内。而在dr...
分类:
其他好文 时间:
2014-12-11 06:45:18
阅读次数:
342