Singleton is a most widely used design pattern. If a class has and only has one instance at every moment, we call this design as singleton. For exampl
分类:
其他好文 时间:
2016-03-07 07:46:01
阅读次数:
220
get请求代码: Action(){ //检查点 /* web_reg_find("Search=Body", "SaveCount=result", "Text=true", LAST); */ //关联 web_reg_save_param("result", "LB=result\":", "
分类:
其他好文 时间:
2016-03-07 07:48:31
阅读次数:
271
页头:header 如:#header{属性:属性值;}或.header{属性:属性值;},也许你需要了解class与id区别及用法登录条:loginBar 标志:logo 侧栏:sideBar广告:banner 导航:nav 子导航:subNav菜单:menu 子菜单:subMenu 搜索:sea
分类:
Web程序 时间:
2016-03-07 07:47:21
阅读次数:
298
2D情况首先回顾一下SAP两个凸包多边形,当且仅当存在一条线,这两个多边形在这条线上的投影不相交,则这两个多边形也不相交.这条线称为Separating Axis.垂直Separating Axis存在一条Separating Line将两个多边形分开。这里还有一个要确定的,就是如果两个矩形之间存在Separating Line,则一定存在一条和两个矩形中的一条边平行。每个矩形对边平行,则我们只需...
分类:
其他好文 时间:
2016-03-07 06:45:03
阅读次数:
371
<form name="example_form" action="http://google.com" method="POST"> <label for="req">Required field:</label><input name="req" id="req" /><br/> <label
分类:
其他好文 时间:
2016-03-07 06:45:09
阅读次数:
309
1 register = storage keyword reg; default x; variable that can hold value 2 net = connection keyword wire; default z; be driven continuously 例 1) D fl
分类:
Web程序 时间:
2016-03-07 06:44:17
阅读次数:
198
Understanding the most common CSS display types of block, inline-block, and inline will allow you to get the most out of your HTML and use CSS Framewo
分类:
Web程序 时间:
2016-03-07 06:45:01
阅读次数:
264
引言 悠闲的时候,总会去找些事做做。前些天在登录淘宝的时候,发现了滑动验证码,虽然已经不是什么新事物,但还是产生了很大的兴趣。 传统的字符输入验证码,变为了滑动验证码,这一看就是产品大师的手笔啊,不知道申请专利没有。 这种“情感化”的验证码设计,可破解度高不高呢?如果是可破解度高,那就真是验证码的一
分类:
其他好文 时间:
2016-03-07 06:43:11
阅读次数:
1174
20145316 《Java程序设计》第1周学习总结 教材学习内容总结 一、了解java语言: 1.Java是一种可以撰写跨平台应用程序的面向对象的程序设计语言。 Java 技术具有卓越的通用性、高效性、平台移植性和安全性,广泛应用于PC、数据中心、游戏控制台、科学超级计算机、移动电话和互联网,同时
分类:
编程语言 时间:
2016-03-07 06:43:23
阅读次数:
215
安装环境:CentOS Linux release 7.0.1406 (Core) 0x01 到官网http://httpd.apache.org/download.cgi#apache24下载apache http最新版 tar zxf httpd-2.4.18.tar.gz [root@loca
分类:
Web程序 时间:
2016-03-07 06:43:46
阅读次数:
461
夺命雷公狗---微信开发48----获取用户地理位置接口(3)
分类:
微信 时间:
2016-03-07 06:42:38
阅读次数:
370
http://poj.org/problem?id=3710 (说实话对于Tarjan算法在搞图论的时候就没搞太懂,以后得找时间深入了解) (以下有关无向图删边游戏的资料来自论文贾志豪《组合游戏略述——浅谈SG游戏的若干拓展及变形》) 首先,对于无向图的删边游戏有如下定理性质: 1.(Fushion...
分类:
其他好文 时间:
2016-03-07 06:43:53
阅读次数:
176
http://poj.org/problem?id=2068 #include #include #include #include using namespace std; int dp[25][(1<<13)+5];//dp[i][j]表示轮到第i个人取时,剩j个石头 int n,s,m[25]...
分类:
其他好文 时间:
2016-03-07 06:40:31
阅读次数:
153
在windows下,Android手机连接PC非常简单,但是当我切换到ubuntu下时,发现Target列表中出现一行“????? N/A unknown ”类似这样一行的内容,说明PC无法正确识别手机,通过查找相关资料后,进行相关设置,发现可以连接PC了,故在此记录下来,以备后用。 1、查找手机u
分类:
移动开发 时间:
2016-03-07 06:40:37
阅读次数:
222
1、先调好biped与人物的位置。 先将整个body先冻结住,以便好移动biped的位置。 调整biped的位置前需把motion里的figure mode(动作和体形)工具打开。这样才能将biped的位置改动保存下来。 打开骨骼工具进行对骨骼的修整。(也可以不打开来操作) 调整好骨骼后,将figu
分类:
其他好文 时间:
2016-03-07 06:42:02
阅读次数:
1462
http://poj.org/problem?id=2425 #include #include #include #include using namespace std; struct node { int to,next; }e[10000010]; int head[1010],Ecou; ...
分类:
其他好文 时间:
2016-03-07 06:41:43
阅读次数:
142
0x01 前言 在php官网下载php-5.6.19.tar.gz源代码(php7虽然说性能提升很大,但是小菜菜还是先用着这个先吧),解压后根目录有个INSTALL文件,里面有安装教程了,目录如下: Installing PHP ___________________________________
分类:
Web程序 时间:
2016-03-07 06:42:19
阅读次数:
352