Thunder Double

Results 5 issues of Thunder Double

当我使用 ``` MessageDialog.show(me, null, "这是一条消息", "确定"); ``` 弹出无标题对话框时,如图。 ![image](https://user-images.githubusercontent.com/7067207/112582823-caafe980-8e31-11eb-9b3b-273e01264dbf.png) 如果使用: ``` MessageDialog.show(me, "", "这是一条消息", "确定"); ``` 弹出标题为空白的对话框时,内容与顶部的空白又太多。 ![image](https://user-images.githubusercontent.com/7067207/112582932-d1d6f780-8e31-11eb-89e3-cbfbd7b72861.png) 主要原因应该是在这里: dialog_select_ios.xml 文件中: ``` ``` 使用了 android:layout_marginTop="20dp" 如果在父元素控件 LinearLayout 中用 android:paddingTop="20dp" 替换就好看多了。...

``` from datetime import datetime from zhdate import ZhDate print(ZhDate.from_datetime(datetime(2017, 8, 12)).chinese()) ``` 输出为: 二零一七年闰六月二十一 丁酉年 (鸡年) 其中的「二十一」 换成 「廿一」会不会好点。

你在掘金的这篇文章:[小猪的Python学习之旅 —— 19.Python微信自动好友验证,自动回复,发送群聊链接](https://juejin.im/post/5abf5d69518825558723af66) 被头条抄了[【太忙女友消息未及时回复,分手吗?python微信自动消息帮你谈恋爱】](https://m.toutiaocdn.com/group/6661915226574684686/?app=news_article_lite&timestamp=1561901411&req_id=20190630213011010021043025058CE73&group_id=6661915226574684686&tt_from=android_share&utm_medium=toutiao_android&utm_campaign=client_share)。 掘金不能评论。

对网页 [腾讯翻译君](https://fanyi.qq.com/) 模拟请求获取到的数据,与有道的获取类似。 但接口不是特别稳定,短时间内不能多次对数据进行翻译。

{ "center_point":{ "x": 720, "y": 1200, "rx": 10, "ry": 600 }, "follow_bottom":{ "x": 1303, "y": 1073, "rx": 10, "ry": 10 }, "star_bottom":{ "x": 1303, "y": 1280, "rx": 10, "ry": 10...