Song-Hua, Yang

Results 6 issues of Song-Hua, Yang

Hello guys, I want get supergroup info, but I don't know how to get the supergroup_id form *tdlib.Chat My develop language is: Golang

### Description [describe your questions] I know how to get system user info in context.Context, but in "gin.Context" need help ### Example code [If you have any code info] ```...

### Description [describe your questions] 如何在输入条后方加入一个按钮,并接收其响应事件? ### Example code [If you have any code info] ### Others [screenshots or other info]

### 问题描述 [详细地描述问题,让大家都能理解] 如图,Frequency 起始值已设为 30,要如何设置增减量为 5,并获取到用户手动编辑的事件? ### 示例代码 [如果有必要,展示代码,线上示例,或仓库] panel.AddField("Frequency", "frequency", db.Int, form.Number). FieldDisplay(func(model types.FieldModel) interface{} { return "30" }). ### 其他信息 [如截图等其他信息可以贴在这里]

請問如何設定 stop-words? 不知能否寫個 sample 參考

// 以下代碼會造成程式崩潰 gojieba.NewJieba("./dict/a.txt") 請問這問題要如何處理呢? OS: Debian Golang version: 1.8.1 // 以下崩潰訊息 2017-04-19 06:09:43 ./deps/cppjieba/DictTrie.hpp:160 FATAL exp: [buf.size() == DICT_COLUMN_NUM] false. split result illegal, line: SIGABRT: abort PC=0x7f3409ad3067 m=4 sigcode=18446744073709551610 signal...