Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Golangltd/LollipopGo
/ functions
Functions
247 in github.com/Golangltd/LollipopGo
⨍
Functions
247
◇
Types & classes
44
Function
RandInt32
(min, max int32)
tools/sample/rand.go:36
Function
RandInt64
(min, max int64)
tools/sample/rand.go:40
Function
RandIntervalN_LollipopGo
(b1, b2 int32, n uint32)
util/rand.go:55
Function
RandInterval_LollipopGo
(b1, b2 int32)
util/rand.go:42
Function
Randnum_LollipopGO
------------------------------------------------------------------------------ 返回[0,max)的随机整数
util/util.go:58
Function
RandomString
随机字符串,包含大小写字母和数字
tools/sample/rand.go:15
Function
Range
生成一个从start到end-1的数组
tools/num/num.go:273
Function
RangeInt32
生成一个从start到end-1的数组
tools/num/num.go:286
Method
RecordLog
(data LogSt)
log/LogService.go:50
Function
RecoverFromPanic
通用recover函数,在单独协程的最开始使用defer调用
tools/misc.go:40
Method
Remove
(items ...int32)
tools/collection/set.go:27
Function
RemoveSlice
(s []int, i int)
util/slice.go:7
Method
Route
goroutine safe
leaf/processor.go:102
Function
Run
()
lollipopGo.go:12
Function
SaveFile
将给定文本保存为文件
tools/fs/file.go:48
Function
Schedule
(what func(), delay time.Duration, stop chan bool)
tools/tz/tz.go:55
Method
Send_LollipopGoRPC
实际操作信息,
network/rpc.go:52
Method
Set
当缓存容量超出指定值时,会主动扫描一遍过期键 但是这并不能保证缓存容量减少到指定范围之内
tools/mem/ttl_cache.go:29
Method
SetByteOrder
It's dangerous to call the method on routing or marshaling (unmarshaling)
leaf/processor.go:47
Method
SetHandler
It's dangerous to call the method on routing or marshaling (unmarshaling)
leaf/processor.go:82
Method
SetLastModifyTime
SetLastModifyTime update lastModifyTime
tools/fs/config.go:20
Method
SetRawHandler
It's dangerous to call the method on routing or marshaling (unmarshaling)
leaf/processor.go:93
Method
SetRouter
It's dangerous to call the method on routing or marshaling (unmarshaling)
leaf/processor.go:71
Function
ShuffleInt64
(array []int64)
tools/sample/rand.go:58
Function
ShuffleUint64
(array []uint64)
tools/sample/rand.go:65
Function
Start
启动网络监听
network/initNet.go:46
Function
Str2intLollipopgo
(data string)
util/strconv.go:8
Method
TestAndSet
(key interface{}, value interface{})
util/map.go:43
Function
TestDeleteInt32s
(t *testing.T)
tools/collection/array_test.go:8
Function
TestGetLocalStr
(t *testing.T)
tools/tz/tz_test.go:8
Function
TestTsToDateTimeStr
(t *testing.T)
tools/tz/tz_test.go:13
Method
ToArray
()
tools/collection/set.go:87
Method
ToArrayOfArray
()
tools/jsonutils/array.go:81
Method
ToBoolArray
()
tools/jsonutils/array.go:43
Method
ToNumberArray
()
tools/jsonutils/array.go:5
Method
ToObjectArray
()
tools/jsonutils/array.go:62
Function
ToString
data to string all
util/strconv.go:21
Method
ToStringArray
()
tools/jsonutils/array.go:24
Function
UTCTime_LollipopGO
------------------------------------------------------------------------------ package main import ( "fmt" "strconv" "time" ) func main() { t := time.
util/util.go:44
Method
Union
并集
tools/collection/set.go:65
Method
UnmarshalText
(text []byte)
tools/misc.go:33
Function
WatchConfigFiles
周期性监测文件变化,调用Parser的回调
tools/fs/config.go:48
Function
WebSocketStart
WebSocketStart websocket启动
network/websocket.go:283
Function
WebSocketStartPB
WebSocketStart websocket启动
network/websocketPB.go:97
Function
WeightedChoice
根据权重随机,返回对应选项的索引,O(n)
tools/sample/rand.go:105
Function
init
()
lollipopGo.go:8
Function
init
()
util/rand.go:8
← previous
201–247 of 247, ranked by callers