Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 402665d

Browse files
author
chenhaoxiang
committed
修改了book项目,以及增加了一个小的项目-水平分表的解释小实践
1 parent 457da39 commit 402665d

63 files changed

Lines changed: 1513 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎commit-to-master.sh‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/sh
2+
git checkout master
3+
git add .
4+
echo 请输入本次提交的注释 如输入空白字符则使用"commit"
5+
read -t 600 var
6+
#会读取一行到var变量
7+
if [ -z $var ];then
8+
echo 未输入注释 空白注释
9+
git commit -am "commit"
10+
else
11+
echo commit is $var
12+
git commit -am "$var"
13+
fi
14+
git push origin master
15+
sleep 15

‎mysql_split_horizon/.idea/compiler.xml‎

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎mysql_split_horizon/.idea/encodings.xml‎

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎mysql_split_horizon/.idea/libraries/Maven__aopalliance_aopalliance_1_0.xml‎

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎mysql_split_horizon/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_1_5.xml‎

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎mysql_split_horizon/.idea/libraries/Maven__ch_qos_logback_logback_core_1_1_5.xml‎

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎mysql_split_horizon/.idea/libraries/Maven__com_fasterxml_classmate_1_1_0.xml‎

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎mysql_split_horizon/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_6_5.xml‎

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎mysql_split_horizon/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_6_5.xml‎

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎mysql_split_horizon/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_6_5.xml‎

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /