</script><!DOCTYPE html><html lang="zh-CN"><head> <meta charset="UTF-8"> <title>延时提示框</title> <style>#div1{width:300px;height:30px;background:red;}#di ...
分类:
其他好文 时间:
2016-10-27 12:35:49
阅读次数:
212
<?php/***绘制一个表格*@authorwss*@param$width表格的宽*@param$height表格的高*/functiondrawTable($width,$height){ echo"<tablestyle=‘color:#fff‘>"; for($i=0;$i<$height;$i++){ if($i%2==0){ echo"<trstyle=‘background:red‘>"; }else{ echo"<..
分类:
Web程序 时间:
2016-10-27 02:13:43
阅读次数:
195
functiondrawTable($width,$height){ echo"<tablestyle=‘color:#fff‘>"; for($i=0;$i<$width;$i++){ if($i%2==0){ echo"<trstyle=‘background:red;‘>"; }else{ echo"<trstyle=‘background:green;‘>"; } for($j=$i*$width;$j<($i+1)..
分类:
其他好文 时间:
2016-10-27 02:12:47
阅读次数:
110
redis安装和使用 redis安装 wget http://download.redis.io/redis-stable.tar.gz tar zxvf redis-stable.tar.gz cd redis-stable.tar.gz make make install redis启动 red ...
分类:
其他好文 时间:
2016-10-26 13:33:30
阅读次数:
227
第一部分代码事例: <html><head> <meta charset="utf-8"> <style> #main,#main1{ width:500px; height:500px; border:1px solid red; } </style> <script type="text/jav ...
分类:
移动开发 时间:
2016-10-25 18:37:31
阅读次数:
764
1.前言: 动态查找树主要有:二叉查找树(Binary Search Tree),平衡二叉查找树(Balanced Binary Search Tree),红黑树(Red-Black Tree ),B-tree/B+-tree/ B*-tree (B~Tree)。前三者是典型的二叉查找树结构,其查找 ...
分类:
其他好文 时间:
2016-10-24 23:53:53
阅读次数:
499
递推题目系列之一涂色问题 递推题目系列之一涂色问题 Time Limit: 2000/1000ms (Java/Others) Time Limit: 2000/1000ms (Java/Others) Problem Description 有排成一行的n个方格,用红(Red)、粉(Pink)、绿 ...
分类:
Web程序 时间:
2016-10-24 20:33:45
阅读次数:
162
编译环境 操作系统: Red Hat Enterprise Linux Server release 5.4 64-bit 编译工具: gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46) 1. 下载libssh2库 地址:http://www.libssh2.or ...
分类:
Web程序 时间:
2016-10-24 20:23:56
阅读次数:
419
编译环境操作系统: Red Hat Enterprise Linux Server release 5.4 64-bit编译工具: gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)1. 下载unixODBC库地址:ftp://ftp.unixodbc.org/p... ...
分类:
数据库 时间:
2016-10-24 20:17:10
阅读次数:
244
编译环境操作系统: Red Hat Enterprise Linux Server release 5.4 64-bit编译工具: gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)1. 下载zlib库地址:http://zlib.net/zlib-1.2.7.t... ...
分类:
系统相关 时间:
2016-10-24 20:05:12
阅读次数:
266