Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31444be

Browse files
committed
update
1 parent acb6f11 commit 31444be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.codeclimate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ engines:
88
MD034:
99
enabled: true
1010
MD013:
11-
enabled: true
11+
enabled: false
1212
ratings:
1313
paths: []
1414
exclude_paths: []

C与C++学习之路.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
* <http://clipsrules.sourceforge.net/WhatIsCLIPS.html>
9898

9999
## Xapian
100-
100+
101101
Xapian is an Open Source Search Engine Library, released under the GPL v2+. It's written in C++, with bindings to allow use from Perl, Python, PHP, Java, Tcl, C#, Ruby, Lua, Erlang and Node.js (so far!)
102102

103103
* <http://xapian.org/>

DB学习之路.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
* 配置系统环境变量[Getting Started with Database Administration -> Configuring the Operating System Environment Variables]: <http://docs.oracle.com/database/122/ADMQS>
115115

116116
* "on delete cascade" 和 "on delete set null" 的差别[Common SQL DDL Clauses -> constraint -> on delete]: <http://docs.oracle.com/database/122/SQLRF>
117-
* TRUNC (date)[Functions -> TRUNC (date)]: <http://docs.oracle.com/database/122/SQLRF>
117+
* `TRUNC (date)[Functions -> TRUNC (date)]`: <http://docs.oracle.com/database/122/SQLRF>
118118
* SYS_CONTEXT[Functions -> SYS_CONTEXT]: <http://docs.oracle.com/database/122/SQLRF>
119119
* ALTER SEQUENCE[SQL Statements: ALTER MATERIALIZED VIEW to ALTER SYSTEM -> ALTER SEQUENCE]: <http://docs.oracle.com/database/122/SQLRF>
120120

@@ -147,7 +147,7 @@
147147

148148
* [Gathering Database Statistics -> Generating an AWR Report Using the Command-Line Interface]: <http://docs.oracle.com/database/122/TGDBA>
149149

150-
* / (slash)[SQL*Plus Command Reference -> / (slash)]: <http://docs.oracle.com/database/122/SQPUG>
150+
* `/ (slash)[SQL*Plus Command Reference -> / (slash)]`: <http://docs.oracle.com/database/122/SQPUG>
151151

152152
* CRSCTL/SRVCTL: <https://docs.oracle.com/database/122/CWADD>
153153

0 commit comments

Comments
 (0)