Results 12 issues of Suremotoo

我发现群、讨论组中可以对某句话进行右键回复,手机上也可以,但是私人1对1聊天,只有手机上可以,电脑上不行,这个功能在工作中特别需要,有时候这个人说了很多问题,我要一个一个回复。所以这个功能如果可以实现,那就太好了。

authenticating your soundcloud account ???? i can't start!

## Operating system(linux, macos, or windows7/8/10?): macOS 书签上下移动,向上移动还好,向下移动死活没反应,偶尔成功几次

need investigate

# MacOS,This my screenshot: ![image](https://user-images.githubusercontent.com/26423989/50291098-8d1cc300-04a8-11e9-92d4-cc49dcf4a914.png) # And i install nerd fonts,but ,no icon displayed like home;The colour is also inaccurate. ![image](https://user-images.githubusercontent.com/26423989/50319805-3644d700-0504-11e9-8689-549ec84d4564.png) ``` M2_HOME=/Users/suremotoo/Applications/apache-maven-3.5.2/bin # 设置 JDK 7 export JAVA_7_HOME=$(/usr/libexec/java_home -v...

随着版本一次次升级,新增特性功能、Bug 修复等,涉及到数据库表的调整时,能一并提供数据库表的升级脚本,像我之前刚开始使用,觉得不错,维护了大量监控数据,现在咱们的数据库表结构有变化,我需要手动迁移数据,挺费时间的。 每次数据库调整时,能一并提供数据库与上一次的变化,虽然我可以将当前的数据库表结构导出,与新的数据库脚本对比,但是导出后顺序也不一样,最终还是要从提交记录上找到之前的,也挺费时间。 如果能在一并**提供数据库与上一次的变化**的同时,也一并**提供旧数据迁移的脚本**,会更好! > 假如新数据表字段是必填等信息,可以给予默认值,当然的,我们也可以自行更改默认值!

enhancement

我一打开就提示我:**git 似乎没有安装,程序可能不工作。** 但我是有的啊

- [x] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate. - [x] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/develop/README.md) of this repository and believe...

how run or install gittify for linux ?

a detailed description of the conditions for converting a linked list into a red-black tree is as follows. ```java final void treeifyBin(Node[] tab, int hash) { int n, index; Node...

A 项目服务中未设置:`DisableCircularReferenceDetect`,这样得到了带有引用的 JSON 字符串。 在另一个 B 项目中,使用上述引用的 JSON 字符串,无法再反解析回去了,下面给出一个示例。 A 服务提供的 JSON 字符串: ```json { "code": 0, "msg": "ok", "data": [ { "a": 100, "b": 200, "c": { "m": 50,...