- 博客(6)
- 资源 (1)
- 收藏
- 关注
原创 【Android】WebView内核与XWalk内核获取屏幕内容截图总结
1.项目中使用到的截图方法:public static Bitmap getWebViewContentShot(final View view) {if (view == null)return null;view.setDrawingCacheEnabled(true);view.buildDrawingCache();int measureSpec = View.Measur...
2018-11-11 20:56:14
905
原创 【Android-WebView】截取内容白屏的问题
【Android-WebView】截取内容生成Bitmap1.在Android 5.0以下与以上,会有不同,产生白屏的问题(5.0以上)import static android.webkit.WebView.enableSlowWholeDocumentDraw;if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP...
2018-11-01 22:13:57
938
原创 【GIT】HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large
>git push origin HEAD:refs/for/featureEnumerating objects: 100, done.Counting objects: 100% (100/100), done.Delta compression using up to 4 threadsCompressing objects: 100% (77/77), done.Writi...
2018-10-31 22:33:12
785
原创 VMware WorkStation 12 下安装Mac OS X10.10 报错
(截图来自百度贴吧)解决办法:在虚拟机创建的根目录底下的文件OS X 10.10.vmx中用编辑器打开,在最后中加入smc.version = "0"。
2015-11-17 09:11:09
911
原创 【2015-10-20】收藏的链接
http://blog.youkuaiyun.com/XieYupeng520/article/details/49232925 【Android效果集】弹幕效果 https://github.com/xmuSistone/android-vertical-slide-viewvertical slide to switch to the next fragm
2015-10-20 18:19:30
306
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人