Results 12 issues of 云溪

我这边在执行 ./tools/setup-wechat-devtools 的时候报出如下错误 ``` /usr/bin/env: ‘mew_js’: No such file or directory ``` 请问是什么原因呀

>So, the application is divided into 2 layers, internal and external: >1. Business logic (Go standard library). >2. Tools (databases, servers, message brokers, any other packages and frameworks). According to...

文章开头的导航建议做成菜单悬浮,加一个返回顶部的按钮这样对阅读会更友好一点,不知道您是否认同我的观点

tim 每次来消息都会讲界面弹到顶层,打断正在进行的操作

请问一下,微信回到在sdk里没有做相关的处理吗?

error msg ``` cannot use store (type cookie.Store) as type "shop/vendor/github.com/gin-contrib/sessions".Store in argument to "shop/vendor/github.com/gin-contrib/sessions".Sessions ``` code detail ``` router := gin.Default() store := cookie.NewStore([]byte("secret")) router.Use(sessions.Sessions("mysession", store)) ```

``` PHP Fatal error: Uncaught ErrorException: count(): Parameter must be an array or an object that implements Countable in /Hifone/vendor/graham-campbell/exceptions/src/ExceptionIdentifier.php:50 ``` 错误出在 if ( count($this->indentification) >= 16) ,我打印$this->indentification值是NULL

现象:当系统语言设置为英文,打开软件无法切换中文输入法 输入法框架: fcitx5 目前解决办法,在启动软件前指定 LANG。 ```shell env LANG=zh_CN.UTF-8 tiny-rdm ```

Linux 系统语言设置为英文时支持中文输入法切换

设置了全局默认设置 ``` carbon.SetDefault(carbon.Default{ Layout: carbon.DateTimeLayout, Timezone: carbon.UTC, WeekStartsAt: carbon.Monday, Locale: "zh-CN", }) ``` 结构体声明 ``` type YHXDayUp struct { ID int32 `gorm:"column:id;primaryKey;autoIncrement:true" json:"id"` DeviceId int32 `json:"device_id" comment:"设备id"` CreatedAt carbon.Carbon `gorm:"column:created_at;type:timestamp"...

Question