干志雄

Results 56 issues of 干志雄

我知道在 `gtoken_resp.go` 文件中可以直接修改,有没有不修改库本身文件的方法? ``` go type Resp struct { Code int `json:"code"` Msg string `json:"message"` Data interface{} `json:"data"` } ```

## my environment - use rider develop - develop computer is win11 ## error There is no problem with the computer I developed, but on another **Windows Server 2016 Standard**,...

bug

``` swift (29, 17) Cannot find 'AXError' in scope (36, 17) Cannot find 'AXError' in scope (39, 54) Cannot find 'AXError' in scope (51, 17) Cannot find 'AXError' in scope...

你好。 想用你这个编码 H265,但不支持。 麻烦推荐一个支持 VideoToolBox H265 硬编码的库?

We want to update the widget in time, but since the update frequency of the widget is limited to at least 15 minutes, I want to display the mobile phone's...

Navigation to the next page of the excessive animation how to remove ah?The client felt that the animation felt a little bit stuck

我引入flutter_webview_plugin后,在TabBarPageSecond.dart这个文件的build修改为如下代码: @override Widget build(BuildContext context) { super.build(context); // See AutomaticKeepAliveClientMixin. // return _buildSuggestions(); return new Scaffold( body: new WebviewScaffold( url: "https://www.baidu.com",),); } ![image](https://user-images.githubusercontent.com/27394631/53727516-6537db80-3eab-11e9-8a1f-c60cfd73e2b4.png) 就会导致所有页面都显示成下图这样: ![image](https://user-images.githubusercontent.com/27394631/53727703-c9f33600-3eab-11e9-970d-ee910f3da5dd.png) 只有红色区域可以左右滑动