上一页 1 ··· 116 117 118 119 120 121 122 123 124 ··· 168 下一页
摘要: android 开发中: 在AndroidManifest.xml中,<meta-data>元素可以作为子元素, 被包含在<activity>、<application> 、<service>和<receiver>元素中,不同的父元素,在应用时读取的方法也不同。 1 :在Activity应用<met 阅读全文
posted @ 2019-06-17 16:23 DarJeely 阅读(890) 评论(0) 推荐(0)
摘要: 原文链接:http://blog.csdn.net/donkor_/article/details/77879630 前言: ButterKnife是一个专注于Android系统的View注入框架,以前总是要写很多findViewById来找到View对象,有了ButterKnife可以很轻松的省去 阅读全文
posted @ 2019-06-17 16:00 DarJeely 阅读(1434) 评论(0) 推荐(0)
摘要: 一、概述 在OpenLayers中,地图必须具有一个缩放级别的范围,缩放级别可以用比例尺(scale)或者分辨率(resolution)表示。 比例尺——屏幕上1米代表多少地图坐标单位;分辨率——屏幕上一个像素代表多少地图坐标单位。两者的转换关系是:scale = resolution * 72 * 阅读全文
posted @ 2019-06-17 10:15 DarJeely 阅读(2346) 评论(0) 推荐(0)
摘要: view与layer都可以进行显示内容的控制。这两者负责的功能是由区别的。 view即显示的地图容器,有以下几个属性: center:[经度,纬度] ,对应的设置函数为view.setCenter()。。用于设置一个地图上的点,该点将显示在view中央。zoom:放缩等级,对应的设置函数为view. 阅读全文
posted @ 2019-06-17 10:10 DarJeely 阅读(980) 评论(0) 推荐(0)
摘要: 框架前期准备篇之AutoFac常见用法总结 框架前期准备篇之AutoFac常见用法总结 一. 说在前面的话 凡是大约工作在两年以上的朋友们,或多或少都会接触到一些框架搭建方面的知识,只要一谈到框架搭建这个问题或者最佳用法这个问题,势必会引起一点点小小的风波,我说我的好,他说他的好,非常容易骂架,所以 阅读全文
posted @ 2019-06-11 16:59 DarJeely 阅读(480) 评论(0) 推荐(0)
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IENumerable_Test { public class Person ... 阅读全文
posted @ 2019-06-11 16:38 DarJeely 阅读(125) 评论(0) 推荐(0)
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IEnumerable_vs_IEnumerator { class Program... 阅读全文
posted @ 2019-06-11 16:33 DarJeely 阅读(185) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using AutoMapper; namespace MvcAutoMapper.AutoMapper { public class Configuration { public static... 阅读全文
posted @ 2019-06-11 16:20 DarJeely 阅读(3371) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Th... 阅读全文
posted @ 2019-06-11 16:07 DarJeely 阅读(593) 评论(0) 推荐(0)
摘要: java.lang.OutOfMemoryError: Java heap space 阅读全文
posted @ 2019-06-11 16:04 DarJeely 阅读(180) 评论(0) 推荐(0)
上一页 1 ··· 116 117 118 119 120 121 122 123 124 ··· 168 下一页