最近项目中需要用到在TOC监听图层的变化,从而针对添加的不同图层进行不同的操作。但是当TOC中添加图层组时,无法监听到图层组中添加图层的动作。于是自己构建事件接口,然后构建一个GroupLayer的子类来实现这个接口。 ...
分类:
其他好文 时间:
2018-05-22 22:15:50
阅读次数:
219
题目描述: Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just two ...
分类:
其他好文 时间:
2018-05-20 18:48:28
阅读次数:
205
曾经我们在学校里糊里糊涂的听老师说Tomcat是一个Servlet容器。 那么为什么你真正了解过么? 首先我们要明确几个概念性的问题。 J2EE--Java 2 Platform, Enterprise Edition(是一个为大企业主机级的计算类型而设计的Java平台) J2EE的13种技术规范之 ...
分类:
其他好文 时间:
2018-05-12 03:10:41
阅读次数:
199
/** * * @author Zen Johnny * @date 2018年4月29日 下午4:31:07 * */ package demo.regex; public class RegexReplaceDemo { public static void replaceDemo(String... ...
分类:
编程语言 时间:
2018-04-29 18:41:58
阅读次数:
169
The Game Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 6886 Accepted: 1763 Description A game of Renju is played on a 19*19 board by two ...
分类:
其他好文 时间:
2018-04-29 11:57:10
阅读次数:
196
R 作业代写代编代码Thinking and ReasoningMAST90044 Thinking and Reasoning with DataInstructions? Assignments are to be placed in the appropriate subject and la ...
分类:
其他好文 时间:
2018-04-24 20:22:01
阅读次数:
263
20172329 2017 2018 2 《程序设计与数据结构》第六周学习总结 教材学习内容总结 第八章:数组 一、 数组元素 1、访问数组的方式:“数组名[索引值];不能混淆索引值和存于该索引值位置的数据值。 二、 声明和使用数组 1、定义结构:int[ ] 数组名 = new int[索引值] ...
分类:
其他好文 时间:
2018-04-15 21:47:59
阅读次数:
232
简介 DevExtreme is a component suite for creating highly responsive web applications for touch devices and traditional desktops. 创建Angular应用 $ ng new De... ...
分类:
Web程序 时间:
2018-04-04 18:21:06
阅读次数:
446
题目链接:http://poj.org/problem?id=1128 题目: Description Consider the following 5 picture frames placed on an 9 x 8 array. ........ ........ ........ ..... ...
分类:
编程语言 时间:
2018-02-21 10:47:37
阅读次数:
213