松龙

Results 8 issues of 松龙

seem like there is only one attr 'srcCompat', but if i want use src and background attr same time,……

``` android.content.res.Resources$NotFoundException: String resource ID #0x5 at android.content.res.Resources.getText(Resources.java:1178) at android.widget.TextView.setText(TextView.java:5157) at com.cqut.cfc.matsui.flowerbirdspot.minor.ProfileActivity.onDateSet(ProfileActivity.java:276) at com.fourmob.datetimepicker.date.DatePickerDialog.onDoneButtonClick(DatePickerDialog.java:323) at com.fourmob.datetimepicker.date.DatePickerDialog.onDayOfMonthSelected(DatePickerDialog.java:336) at com.fourmob.datetimepicker.date.SimpleMonthAdapter.onDayTapped(SimpleMonthAdapter.java:95) at com.fourmob.datetimepicker.date.SimpleMonthAdapter.onDayClick(SimpleMonthAdapter.java:89) at com.fourmob.datetimepicker.date.SimpleMonthView.onDayClick(SimpleMonthView.java:157) at com.fourmob.datetimepicker.date.SimpleMonthView.onTouchEvent(SimpleMonthView.java:265) at android.view.View.dispatchTouchEvent(View.java:10731) ``` when I invoke...

load the plain markdown text(with *, # or others) into RichEditor and edit it further.

``` import io,sys import emoji sys.stdout = io.TextIOWrapper(sys.stdout.buffer,encoding='utf-8') s = 'hello\u2665' emojiCode = emoji.demojize(s) print(emojiCode) #hello:black_heart_suit: print(emoji.emojize(emojiCode)) #hello鈾? ``` how can i make the '\u2665' code just convert to '♥'

在本地文件夹下xxmodule/build/intermediates/中找不到classes文件夹,生成的jacoco html report也是空的,没有任何module中的类。

> android.os.FileUriExposedException: file:///storage/emulated/0/DCIM/RxGalleryFinal/IMG_20170920094400.jpg exposed beyond app through ClipData.Item.getUri() while I want to select to open camera in `cn.finalteam.rxgalleryfinal.ui.activity.MediaActivity`

请问我应该如何判断网站是根据什么来判断阻止爬取的?又改如何针对解决? 例如我爬淘宝的详情图片的时候第一个详情页77张大图,每次都74就主动拒绝了。换了ip睡几分钟一抓还是立刻拒绝掉。

work fine on just skl,skn and animation. But using with--textures and --materials, there are always a lot of strange errors. I think it's because there is something wrong with my...

documentation
enhancement