1、建立svn仓库? 命令svnadmin create 仓库名称,如:进入命令行窗口,切换到Svn安装目录下,输入如下命令:svnadmin create F:\software\repository\svn\itcast即可创建itcast仓库。2、SVN 仓库权限配置在SVN安装目录下的con...
分类:
其他好文 时间:
2015-08-06 00:13:53
阅读次数:
251
Silver Cow Party
Time Limit: 2000MS
Memory Limit: 65536KB
64bit IO Format: %I64d & %I64u
Submit Status
Description
One cow from each of N farms (1 ≤ N ≤ 1000) con...
分类:
其他好文 时间:
2015-08-05 18:38:26
阅读次数:
114
1、修改cmd窗体大小 mode con cols=70 lines=302、修改窗体颜色 color [FB] F为前景颜色,即字体颜色 B为背景颜色,即cmd窗口背景颜色 颜色及值的背景列表: 0123456789ABCDEF黑色蓝色绿色湖蓝色红色紫色黄色白色灰色浅蓝色浅绿色浅水绿浅红...
分类:
其他好文 时间:
2015-08-04 18:45:52
阅读次数:
96
Silver Cow PartyTime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 15156Accepted: 6843DescriptionOne cow from each of N farms (1 ≤ N ≤ 1000) con...
分类:
其他好文 时间:
2015-08-04 12:39:54
阅读次数:
103
第一种方式:通过inetd启动telnetd服务必须这样设置busybox配置NetworkingUtilities--->去掉[]Supportstandalonetelnetd(notinetdonly)配置/etc/inetd.conf[root@RITA~]#vi/etc/inetd.con...
分类:
Web程序 时间:
2015-08-04 00:14:09
阅读次数:
1168
如http://www.gm.com/css样式如下 1 body{ margin:0; padding:0;} 2 #con{ 3 position:absolute; 4 top:0; 5 left:0; 6 height:100%; 7 width:100%; 8 backgro...
分类:
Web程序 时间:
2015-08-03 18:21:48
阅读次数:
156
先上图配置log4net的时候要填这项,可是这个value我不知道啊。。。。。上图里的value是我用下面的方法获取的MySqlConnection con = new MySqlConnection(strcon); Type t = con.GetType();strin...
分类:
数据库 时间:
2015-08-03 14:23:55
阅读次数:
134
1 安装fis(必须先安装node和npm):npm install -g fis32 构建项目发布到根目录下的output:fis3 release -d ./output项目根目录:FIS3 配置文件(默认fis-conf.js)所在的目录为项目根目录。3 sprite的配置文件(fis-con...
分类:
其他好文 时间:
2015-08-03 12:53:40
阅读次数:
2228
1.-----构造函数public class Human(){ public Human() { Console.Write("Human Constructure Function"); }}Public Class Chinese():Human{ public Chinese() { Con...
分类:
其他好文 时间:
2015-08-02 16:42:05
阅读次数:
126