百度地图 自定义结果面板+分页+图层标注(标注点+搜索)示例一: 示例二: 52个市场...
分类:
其他好文 时间:
2015-05-06 19:44:09
阅读次数:
153
DescriptionOn the Day of the Flag of Russia a shop-owner decided to decorate the show-window of his shop with textile stripes of white, blue and red c...
分类:
其他好文 时间:
2015-05-06 19:44:27
阅读次数:
114
命令: 1. git init 在本地创建一个版本库 ,进入到项目的根目录下使用该命令 2. ls -a 可以查看到版本库的隐藏的信息(带点的文件) 3.git clone 加上url 可以将别人的代码 复制到本地 4.git add '文件名'或者‘.’ 添加文件到缓存 5.git st...
分类:
其他好文 时间:
2015-05-06 19:41:24
阅读次数:
114
转载地址:http://www.cnblogs.com/Kevin_z/archive/2010/03/05/1679031.html此文章虽然是面向C/C++程序员写得,但是对咱们Java程序员还是很有帮助的。堆和栈的区别一、预备知识—程序的内存分配一个由C/C++编译的程序占用的内存分为以下几个...
分类:
其他好文 时间:
2015-05-06 19:41:37
阅读次数:
136
转载:http://www.cnblogs.com/kulin/archive/2012/07/27/Makefile_Grammer.html 1 #Source file 2 SRC = ThreadQueue.cpp 3 #Object file 4 OBJ = $(SRC:.cpp=.o) ...
分类:
其他好文 时间:
2015-05-06 19:40:22
阅读次数:
116
[size=medium]Tomcat配置远程调试端口1.Linxu系统: apach/bin/startup.sh开始处中增加如下内容:Java代码declare-xCATALINA_OPTS="-server-Xdebug-Xnoagent-Djava.compiler=NONE-Xrunjdw...
分类:
其他好文 时间:
2015-05-06 19:41:28
阅读次数:
124
在SSIS中,可以使用C#编写脚本,这是十分激动人心的事,能够使用C#代码,使得Script Component无所不能。第一部分:组件简介Script Component 有三种类型:Source, Destination and Transformation1,每种类型的脚本,都有两种类型的参数...
分类:
其他好文 时间:
2015-05-06 19:40:26
阅读次数:
150
在Bootstra中,表单元素,按钮通过在标签内设置 disabled 或 disabled="disabled" 可以禁用表单元素,按钮。链接需要加入class="disabled" 可以禁用链接。文本框的禁用:组合表单的禁用:如果 filedset标签上禁用了,那么它里面所有表单元素都禁用,包括...
分类:
其他好文 时间:
2015-05-06 19:38:54
阅读次数:
246
DescriptionSquares and rectangles fascinated the famous Dutch painter Piet Mondriaan. One night, after producing the drawings in his 'toilet series' (...
分类:
其他好文 时间:
2015-05-06 19:39:15
阅读次数:
248
https://leetcode.com/problems/word-break/Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence o...
分类:
其他好文 时间:
2015-05-06 19:36:19
阅读次数:
204
刚接触到android的开发,对什么都陌生的,本文是自己在项目中使用的技术要点总结,大咖遇到可直接飘过。。。。。1.Gradle 打包(不废话了直接来脚本),将下列脚本放到build.gradle文件android{}内; 1 defaultConfig{ 2 //appli...
分类:
其他好文 时间:
2015-05-06 19:36:32
阅读次数:
144
Getting StartedBurp Suite 是用于攻击web 应用程序的集成平台。它包含了许多工具,并为这些工具设计了许多接口,以促进加快攻击应用程序的过程。所有的工具都共享一个能处理并显示HTTP 消息,持久性,认证,代理,日志,警报的一个强大的可扩展的框架。本文主要介绍它的以下特点:1....
分类:
其他好文 时间:
2015-05-06 19:34:36
阅读次数:
1055
今天对Handler 做了一个整体的理解转一篇园子里的博文 已经写的很详细本文的思维导图:众所周知,Handler是Android中用来处理异步的类,为什么有时候可以直接使用子线程,而有时候要使用Handler呢?网上有很多教程讲解Handler,个人认为,很多教程都将Handler复杂化,学会Ha...
分类:
其他好文 时间:
2015-05-06 19:32:42
阅读次数:
90
String painterTime Limit: 5000/2000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2068Accepted Submission(s): 908Probl...
分类:
其他好文 时间:
2015-05-06 19:33:10
阅读次数:
202
SET-UID程序漏洞实验一、实验描述Set-UID 是Unix系统中的一个重要的安全机制。当一个Set-UID程序运行的时候,它被假设为具有拥有者的权限。例如,如果程序的拥有者是root,那么任何人运行这个程序时都会获得程序拥有者的权限。Set-UID允许我们做许多很有趣的事情,但是不幸的是,它也...
分类:
其他好文 时间:
2015-05-06 19:31:12
阅读次数:
149
Number PuzzleTime Limit: 2 Seconds Memory Limit: 65536 KBGiven a list of integers (A1, A2, ..., An), and a positive integer M, please find the number ...
分类:
其他好文 时间:
2015-05-06 19:31:00
阅读次数:
106