astaxie
3dee64b998
Merge pull request #747 from sydnash/sydnash-patch-1
...
.只能匹配任意字符一次
2016-12-17 04:37:35 +08:00
astaxie
c14f9c6f81
Merge pull request #749 from sydnash/patch-2
...
keepalive作用
2016-12-17 04:36:25 +08:00
astaxie
e9c5db6d1d
Merge pull request #750 from hongfeioo/patch-1
...
Update 08.3.md
2016-12-17 04:35:53 +08:00
vCaesar
6d9d76f242
Fmt some code examples
2016-12-10 21:22:09 +08:00
vCaesar
b3073141cb
Add syntax highlighting
2016-12-10 19:22:17 +08:00
vCaesar
e476a6e0d0
Add syntax highlighting
2016-12-10 18:08:05 +08:00
vCaesar
1bb0deab32
Add syntax highlighting
2016-12-10 18:02:50 +08:00
vCaesar
ad37816a0f
Add syntax highlighting
2016-12-10 17:51:44 +08:00
yihf
0662bda819
Update 08.3.md
2016-12-10 16:54:43 +08:00
代君
c3637d2ad7
keepalive作用
...
keepalive并不是为了让tcp保持长连接,而只是一种让操作系统可以自动检测连接意外断开的机制,一个连接保持长连接是因为建立之后没有断开,而不是因为设置了keepalive。
2016-12-09 14:20:07 +08:00
vCaesar
ba5d160a9c
Fix SQL Error
2016-12-09 01:18:48 +08:00
代君
1b89bfd4b7
.只能匹配任意字符一次
...
要匹配由数字和字母组成的字符,需要使用"^[a-zA-Z0-9]+$","^[a-zA-Z0-9]+."只能匹配由数字字母开头和一个任意字符组成的两个长度的字符串。
2016-12-07 18:25:37 +08:00
knarfeh
79e292f71e
修正中英文标点混用
2016-11-28 23:47:25 +08:00
Denis Koltsov
61b5bc35e7
Hide raw/endraw tags for a regular markdown
2016-11-19 17:27:04 +01:00
Denis Koltsov
1e5131b5c7
Fix failing build for a Chinese version because of template tags
2016-11-19 16:40:48 +01:00
管宜尧
500dac03dd
Update ref.md
...
冲突解决
2016-11-19 00:25:51 +08:00
Otokaze
1b4d51658f
解决zh 02.2冲突
2016-10-24 00:57:41 +08:00
iamybj
9f5da651db
这个方式更好
...
这个方式更好
2016-10-19 11:24:08 +08:00
astaxie
d1f2745f83
fix the conflict
2016-10-13 11:17:35 +08:00
James Miranda
0e89e09044
Merge branch 'master' of https://github.com/jameswpm/build-web-application-with-golang
2016-09-28 10:30:42 -03:00
James Miranda
feda733afc
Merging other languages
2016-09-23 18:03:39 -03:00
HeadwindFly
420c26f33f
Typo
2016-09-23 08:52:51 +08:00
astaxie
50fd3af8f5
add the reference to introduce the RESTFul
2016-09-01 14:46:09 +08:00
astaxie
908735f914
add the reference to introduce the RESTFul
2016-09-01 14:46:09 +08:00
astaxie
ff1b5cb19d
Merge pull request #700 from liunaijia/patch-3
...
Fix minor typo issue
2016-08-27 13:07:52 +08:00
astaxie
d065b23ea9
Merge pull request #700 from liunaijia/patch-3
...
Fix minor typo issue
2016-08-27 13:07:52 +08:00
Naijia Liu
2c4df63c42
Fix minor typo issue
2016-08-25 22:42:50 +08:00
Naijia Liu
177e1e91f0
Fix minor typo issue
2016-08-25 22:42:50 +08:00
Naijia Liu
1e37c2c881
Fix minor typo issue
2016-08-25 22:40:19 +08:00
Naijia Liu
4d7301d4a9
Fix minor typo issue
2016-08-25 22:40:19 +08:00
Naijia Liu
ebb4630dd4
Add debug log for template execution
...
In order to display errors such as wrong html syntax and bad html structure in "login.gtpl", I'd like to suggest to add log information to help people release errors in the template file. Currently if I'm trying to render a bad template file I'll see a blank page without any information.
2016-08-21 14:53:20 +08:00
Naijia Liu
8ad98ae310
Add debug log for template execution
...
In order to display errors such as wrong html syntax and bad html structure in "login.gtpl", I'd like to suggest to add log information to help people release errors in the template file. Currently if I'm trying to render a bad template file I'll see a blank page without any information.
2016-08-21 14:53:20 +08:00
Naijia Liu
571a57b635
Change the 'value' parameter description
...
I'd like to think the description of 'value' parameter isn't the part of the code. I was confused by it when it's written in the code block, then I realized it's the explanation of the parameter.
2016-08-19 13:57:17 +08:00
Naijia Liu
b2ff365528
Change the 'value' parameter description
...
I'd like to think the description of 'value' parameter isn't the part of the code. I was confused by it when it's written in the code block, then I realized it's the explanation of the parameter.
2016-08-19 13:57:17 +08:00
Naijia Liu
a5d827c47e
Align folders in the mygo folder tree
...
Folders mathapp, mymath and github.com should directly appear in src folder, so mymath and github.com folders in the folder structure tree should be aligned to mathapp folder.
It confused me a bit.
2016-08-17 14:34:10 +08:00
Naijia Liu
ecfb1f6311
Align folders in the mygo folder tree
...
Folders mathapp, mymath and github.com should directly appear in src folder, so mymath and github.com folders in the folder structure tree should be aligned to mathapp folder.
It confused me a bit.
2016-08-17 14:34:10 +08:00
Bingo Huang
e537d1c243
Update 13.0.md
...
去掉“如何”,否则语句不通,应为笔误
2016-08-04 10:29:49 +08:00
Bingo Huang
a8bdcddcc6
Update 13.0.md
...
去掉“如何”,否则语句不通,应为笔误
2016-08-04 10:29:49 +08:00
hang
c4e50a14a8
go.net: use golang.org/x/... import paths
2016-05-20 09:26:32 +08:00
hang
9f45d74b38
go.net: use golang.org/x/... import paths
2016-05-20 09:26:32 +08:00
hang
91379b4316
fix expression error
2016-05-17 21:59:37 +08:00
hang
4b17cbbba9
fix expression error
2016-05-17 21:59:37 +08:00
Andrew-liu
1d6949406a
Update zh 04.5.md
2016-04-14 21:22:43 +08:00
Andrew-liu
a08b328b20
Update zh 04.5.md
2016-04-14 21:22:43 +08:00
Akagi201
613e665fe5
fix typo
2016-04-13 19:39:00 +08:00
Akagi201
a1b5ce1419
fix typo
2016-04-13 19:39:00 +08:00
Akagi201
4744fbea52
fix KB -> B
2016-04-13 18:49:43 +08:00
Akagi201
65538cacb6
fix KB -> B
2016-04-13 18:49:43 +08:00
Andrew-liu
c78964131f
Make more accurate description
2016-04-12 23:52:34 +08:00
Andrew-liu
61226b4c5f
Make more accurate description
2016-04-12 23:52:34 +08:00