- 博客(3)
- 收藏
- 关注
原创 js 百度地图:根据多个经纬度设置中心点及缩放级别
this.pointList=[point0,point1,point2];var view = this.baiduMap.getViewport(eval(this.pointList));var mapZoom = view.zoom;var centerPoint = view.center;this.baiduMap.centerAndZoom(centerPoint,mapZoom);
2020-05-28 11:30:01
2429
原创 Flutter报错: Unable to load asset
添加资源图片异常异常原因:assets 前面多了个空格.。解决方案:去除 assets 前面的一个空格,注意整体的标签对齐。flutter:[2 whitespaces or 1 tab]assets:[4 whitespaces or 2 tabs]- images/test1.png[4 whitespaces or 2 tabs]- images/test2.png...
2019-09-03 17:03:46
10124
原创 aidl相关问题
1.java.lang.SecurityException: Not allowed to bind to service Intent 这个错误,就是绑定不了这个服务解决办法:给对应的服务添加如下代码 android:process=":remote" android:exported="true,设置此属性为true,否则出现 android:p
2016-05-23 10:14:12
625
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅