放纵了几天,又有了学习的动力。今天实现了利用对 FeatureLayer 进行属性查询在地图上进行跳转。 一、我下载了一幅浙江省的县界面地图,存在NAME字段,利用Name就能进行查询了:var name = tb.value;if(name!=""){ var query = new es...
分类:
其他好文 时间:
2014-08-05 18:22:19
阅读次数:
242
原题http://acm.hdu.edu.cn/showproblem.php?pid=4907
Task schedule
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 692 Accepted Submission(s)...
分类:
其他好文 时间:
2014-08-05 11:20:19
阅读次数:
218
The end of otherFor language training our Robots want to learn about suffixes.In this task, you are given a set of words in lower case. Check whether ...
分类:
其他好文 时间:
2014-08-05 10:51:49
阅读次数:
196
Non-unique ElementsYou are given a non-empty list of integers (X). For this task, you should return a list consisting of only the non-unique elements ...
分类:
其他好文 时间:
2014-08-05 10:48:49
阅读次数:
210
对于询问q 如果q不存在直接输出q
否则输出后面第一个不存在的数
从2*10^5到1遍历一边ac
#include
using namespace std;
int a[200020],b[200020];
int main()
{
int T,n,m,t,q;
scanf("%d",&T);
for(int kase=1;kase<=T;kase++)
...
分类:
其他好文 时间:
2014-08-05 09:40:39
阅读次数:
196
??关于 启动Task任务同时加载两次的解决方法:? ????????将spring MVC部分的定义另外建立一个文件,同时把Task配置放在此处,然后在web.xml文件中的处加载 <servlet>
<servlet-name>SpringM...
分类:
编程语言 时间:
2014-08-04 18:28:37
阅读次数:
257
下面是我写的在linux5.6下自动安装keepalived、inotify-tools的脚本文件,里面添加了检测功能,脚本名称取名为task_install.sh,keepalived的版本为keepalived-1.1.20.tar.gz,inotify-tools的版本为inotify-tools-3.14.tar.gz。下面是脚本源文件:#!/bin/bashtouch/etc/yum.re..
分类:
其他好文 时间:
2014-08-04 18:17:59
阅读次数:
217
# include
# include
# include
using namespace std;
int vis[200010];
int b[200100];
# define Max 200010
int main()
{
int t,T,n,m,a,i;
while(~scanf("%d",&T))
{
while(T--)
{
scanf("%d%d",&n,...
分类:
其他好文 时间:
2014-08-04 18:04:47
阅读次数:
258
hdu 4907 Task schedule(哈希运用)...
分类:
其他好文 时间:
2014-08-04 18:03:57
阅读次数:
211