TotoiseSVN的基本使用方法 TotoiseSVN的基本使用方法 TotoiseSVN的基本使用方法 在 项目管理实践教程一、工欲善其事,必先利其器【Basic Tools】中,我已经讲解了怎样安装TortoiseSVN。在上面的讲解中已经讲了怎么使用VisualSVN Server了,今天我 ...
分类:
其他好文 时间:
2017-12-08 16:15:48
阅读次数:
206
yum(Yellowdog Update Modifier)rpm的前端程序,可解决软件包相关依赖性 在搭建前先开启挂载,并设置为开机启动 将光盘挂载到/misc/cd yum的配置文件 在/etc/yum.repos.d目录下把系统自带的配置文件删除或备份 vim新建.repo配置文件并编辑 显示 ...
分类:
系统相关 时间:
2017-12-02 14:05:39
阅读次数:
245
Location block 的基本语法形式是: location [=|~|~*|^~|@] pattern { ... } [=|~|~*|^~|@] 被称作 location modifier ,这会定义 Nginx 如何去匹配其后的 pattern ,以及该 pattern 的最基本的属性( ...
分类:
其他好文 时间:
2017-11-30 10:24:36
阅读次数:
169
TypeScript 2.0 introduced the readonly modifier which can be added to a property or index signature declaration. It helps prevent against unintended p ...
分类:
其他好文 时间:
2017-11-09 22:31:49
阅读次数:
180
一、概述 MySQL全文检索是利用查询关键字和查询列内容之间的相关度进行检索,可以利用全文索引来提高匹配的速度。 二、语法 MATCH (col1,col2,...) AGAINST (expr [search_modifier]) search_modifier: { IN BOOLEAN MOD ...
分类:
数据库 时间:
2017-11-08 17:27:29
阅读次数:
192
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Runtime.InteropServic... ...
ava 变量类型 在Java语言中,所有的变量在使用前必须声明。声明变量的基本格式如下: type identifier [ = value][, identifier [= value] ...] ; type identifier [ = value][, identifier [= value ...
分类:
编程语言 时间:
2017-10-30 14:44:29
阅读次数:
242
1. 生成正则表达式对象的方法 1. var rx = new RegExp(pattern, attributes) 参数pattern是正则表达式字符串 参数attributes是一个字符串,可以是i(表示忽略参数) m(表示多行匹配) g(表示全局匹配) ,也可以是它们的组合 2. var r ...
分类:
编程语言 时间:
2017-10-15 00:37:22
阅读次数:
128
const_cast转换符是用来移除变量的const或volatile限定符。 对于const变量,我们不能修改它的值,这是这个限定符最直接的表现。但是我们就是想违背它的限定希望修改其内容怎么办呢? 下边的代码显然是达不到目的的: 因为对modifier的修改并不会影响到constant,这暗示了一 ...
分类:
编程语言 时间:
2017-10-10 13:02:36
阅读次数:
194
abstract class 抽象类 accelerator 快捷键 accelerator mapping 快捷键映射 accelerator table 快捷键对应表 access modifier 访问修饰符 Access Pack 访问包 access specifier 访问说明符 acc... ...
分类:
Web程序 时间:
2017-09-29 16:51:32
阅读次数:
194