gpmn
gpmn
a easy way is to break at the begining of handle_data. hittimes = 0 def handle_data(context, data): global hittimes hittimes = hittimes + 1 if (hittimes % 3) != 0:...
@drmfly c的中间层搞定了吗?我之前也试过swig,没搞定 有个通过cgo手工包装实现的,关键的api处理好了,我下周弄上github吧,大家互相帮助
https://extensions.gnome.org/extension/1031/topicons/ 这个插件 apt-get install gnome-shell-extension-top-icons-plus
I see.... And how to get mymysql's connection from database/sql layer? I saw your example 8, I suppose I have to get the connection "my" at first, but don't know...
Thank your instruction! That's a workaround,But it will established extra db connections beside database/sql's db connection, so I do not prefer it; I have connected to the db through database/sql/sql.go,:...
I'm a newbie, :) I learn golang and revel in my leisure time since last month lonely, so I do not understand so many details ..... And you clarify all...