Commit Graph

4575 Commits

Author SHA1 Message Date
John Guo
c33378540a add Available function for Adapter of package gcfg 2021-11-27 01:33:53 +08:00
John Guo
c160500c7d Merge branch 'master' of https://github.com/gogf/gf 2021-11-27 01:10:14 +08:00
John Guo
35cf228d83 add AdapterRedis for package gcache 2021-11-27 01:10:00 +08:00
huangqian
b0eb76359e Implemented AVLTree Example
1.ExampleNewAVLTree 2.ExampleNewAVLTreeFrom
Implemented RedBlackTree Example
1.ExampleNewRedBlackTree 2.ExampleNewRedBlackTreeFrom
2021-11-27 00:04:43 +08:00
huangqian
16a05f1450 Fix IteratorAscFrom() And IteratorDescFrom() Panic Bug 2021-11-27 00:02:19 +08:00
huangqian
1749af1416 Merge branch 'master' of https://github.com/gogf/gf into gtree_Example 2021-11-26 23:37:07 +08:00
John Guo
ae7685278d
Merge pull request #1496 from huangqian1985/master
BTree Example
2021-11-26 23:32:49 +08:00
huangqian
b63786cd75 Merge branch 'master' of https://github.com/gogf/gf into gtree_Example 2021-11-26 23:21:19 +08:00
John Guo
e5c3444ea6 Merge branch 'master' of https://github.com/gogf/gf 2021-11-26 23:03:10 +08:00
huangqian
0ded168715 Merge branch 'master' of https://github.com/gogf/gf into gtree_Example 2021-11-26 22:57:12 +08:00
John Guo
a7b78b00b1 comment update for package gtree 2021-11-26 22:49:06 +08:00
huangqian
a0c139f6a7 rename words and format output 2021-11-26 21:05:01 +08:00
John Guo
b649c5aca8
Merge pull request #1486 from Hamster601/gvar_dev
add gvar example
2021-11-26 20:38:37 +08:00
John Guo
56c13c2abf
Merge pull request #1495 from mojo-zd/master
remove unnecessary code
2021-11-26 20:38:06 +08:00
John Guo
e21cd301c2
Merge pull request #1499 from zxr615/fix_orderby_null
order by null is not escaped
2021-11-26 20:37:27 +08:00
fanwei
656fb99b6a add test case 2021-11-26 11:48:15 +08:00
fanwei
1725d247ae order by null is not escaped 2021-11-26 10:38:50 +08:00
xiangao
85aa850539 Merge branch 'master' into gvar_dev 2021-11-26 10:25:49 +08:00
xiangao
2cae1412f9 add line 2021-11-26 10:25:25 +08:00
huangqian
f78d65833b Fix Left() And Right() Panic Bug 2021-11-25 23:56:51 +08:00
huangqian
2c542cfd46 Implemented BTree Example
1.Keys 2.Values 3.Map 4.MapStrAny 5.Clear 6.Replace 7.Height 8.Left 9.Right 10.String 11.Search 12.Print 13.Iterator 14.IteratorFrom 15.IteratorAsc 16.IteratorAscFrom 17.IteratorDesc 18.IteratorDescFrom 19.MarshalJson
2021-11-25 23:55:36 +08:00
mojoma
ab1f64a83e remove unnecessary code 2021-11-25 22:01:47 +08:00
John Guo
9105590c69 improve chaining feature for ghttp.Client 2021-11-25 16:23:18 +08:00
xiangao
fe1ca3cc22 format 2021-11-25 16:13:12 +08:00
John Guo
c906990b63 add http instance function for package gins 2021-11-25 16:06:02 +08:00
xiangao
23f13c0f6a 新增gvar使用示例 2021-11-25 15:50:58 +08:00
John Guo
be0df90d05 add strict attribute for gcmd.Command for strict option parsing 2021-11-25 14:56:15 +08:00
huangqian
65b6fbba84 Implemented BTree Example
1.GetVar 2.GetVarOrSet 3.GetVarOrSetFunc 4.GetVarOrSetFuncLock 5.SetIfNotExist 6.SetIfNotExistFunc 7.SetIfNotExistFuncLock 8.Contains 9.Remove 10.Removes 11.IsEmpty 12.Size
2021-11-25 07:25:29 +08:00
huangqian
58a2e5a3b3 Merge branch 'master' of https://github.com/gogf/gf into gtree_Example 2021-11-24 23:23:50 +08:00
huangqian
2866ee75a1 Implemented BTree Example
1.Clone 2.Set 3.Sets 4.Get 5.GetOrSet 6.GetOrSetFunc 7.GetOrSetFuncLock
2021-11-24 23:23:14 +08:00
John Guo
f91b5b558a improve package gcmd 2021-11-24 22:45:34 +08:00
John Guo
0db3a9f0f6 improve package gcmd 2021-11-24 22:27:09 +08:00
John Guo
8442bab164 improve package gcmd 2021-11-24 22:15:23 +08:00
John Guo
332de30fba improve package gcmd 2021-11-24 21:57:41 +08:00
John Guo
c5541b484f improve package gtag/gcmd 2021-11-24 21:41:36 +08:00
John Guo
7b22355abb expose package internal/structs as os/gstructs; add package gtag for custom tag storage feature 2021-11-24 16:17:50 +08:00
huangqian
09be476fd9 Implemented BTree Example
1.NewBTree 2.NewBTreeFrom
2021-11-23 23:21:29 +08:00
John Guo
e2abee7ba4 Merge branch 'master' of https://github.com/gogf/gf 2021-11-23 21:05:44 +08:00
John Guo
6d62e071e4 fix issue in package goai 2021-11-23 21:05:31 +08:00
huangqian
af289bcc7e Merge branch 'master' of https://github.com/gogf/gf into gtree_Example 2021-11-23 20:57:30 +08:00
huangqian
c12404b378 add gtree example new file 2021-11-23 20:53:17 +08:00
huangqian
8a22b129dd add gtree example new file 2021-11-23 20:52:57 +08:00
John Guo
28fe100761
Merge pull request #1489 from huangqian1985/master
gmap Example and gvalid Example
2021-11-23 20:40:33 +08:00
John Guo
0622b517c5 command object feature for package gcmd 2021-11-23 20:26:55 +08:00
huangqian
d7da2b5657 Merge branch 'master' of https://github.com/gogf/gf 2021-11-23 20:22:00 +08:00
John Guo
5415d6dc52 Merge branch 'master' into feature/gcmd-manager 2021-11-23 16:24:11 +08:00
John Guo
1978a262a8 improve ScanList feature for pakcga egdb 2021-11-23 15:28:40 +08:00
John Guo
9e21052a3c object feature for package gcmd 2021-11-23 14:08:37 +08:00
John Guo
9748b9f70b improve association feature for package gvalid 2021-11-23 10:42:43 +08:00
huangqian
a237495b66 modify CheckStruct to Run 2021-11-23 07:44:35 +08:00