Deng Changbin

Results 12 comments of Deng Changbin

你检查下服务器端代码,最新discuz版本有些接口需要调试下错误,小程序本身没啥问题啊,我用的就是这个代码

腾讯云用户飘过,有没有可能顺便带一下腾讯云的用户呢? 腾讯云CDN的api文档在此: https://cloud.tencent.com/document/product/228/12965

I always set beian as plain text as well for many years. If any need this, I think they can edit the source.

最好是不用用户设置,软件自己知道该把日志存在一个肯定能写的地方。 至于存在哪里好,反正文档根目录不是个好地方。

我不介意放在/user/***/HexoEditor下 因为一大堆软件都在这里安营扎寨了

一般mac自己整理的不都是Documents和Download目录吗,每天清理,整整齐齐。 而用户根目录,好多软件都建了目录,不能删,也不能移动,多一个不多,少一个不少。

/Users/username/.HexoEditor,这样还能自动隐藏

``` /root/geohash/geohash.c: In function ‘zif_geohash_encode’: /root/geohash/geohash.c:202:47: error: expected ‘)’ before ‘TSRMLS_CC’ 202 | if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dd|l", &latitude, &longitude, &precision) == FAILURE) { | ^~~~~~~~~ /root/geohash/geohash.c:202:9: error: too few arguments...

果然如此,两个级联的wheel可以最大长度显示了

我这样改了,可以用: ``` for (int i = 0; i < childSize; i++) { TextView itemView = (TextView) views.getChildAt(i); if (null == itemView) { return; } if (position == i) { itemView.setTextColor(Color.parseColor("#fc4f47"));...