首先说明隔行换色的效果,需要用到tr:nth_child(odd);或者括号里的值是even,odd是从第一行开始隔一行,even是从第二行开始:具体代码如下图案所示:1
在数据库当中查询第几条开始和我们需要显示的数据只要几条;我们可以用到limin语句,具体代码如下:1 $sql = "s...
分类:
Web程序 时间:
2014-07-22 23:17:33
阅读次数:
632
1:在PHP写隔行变色有三种写法(但是最好的是用js+css) (1)CSS:
tr:nth-child(even){ background: #cad9ea; } even:代表偶数; ood:代表奇数; (2)PHP: ...
分类:
数据库 时间:
2014-07-22 23:13:53
阅读次数:
480
当在Windows Server
2003+IIS6做Web服务器,出现打开如http://paullevi.oicp.net,出现,Bad Request (Invalid Hostname)
的提示时,更改IIS6的Internet 信息服务管理器的默认网站里的属性->网站->IP地址栏,设置为...
分类:
其他好文 时间:
2014-04-30 15:39:34
阅读次数:
621
Ubuntu默认是安装好了tcpdump工具的,如果没有安装的话使用sudo apt-get
install tcpdump即可安装。 (如果遇到tcpdump: no suitable device
found的问题,检查一下是不是在用root权限运行tcpdump,tcpdump只能在root权...
分类:
其他好文 时间:
2014-04-29 20:18:22
阅读次数:
620
其实算是一个很小的经验,在eclipse环境下进行jboss的部署,因为要定义某公共包的问题,将代码down下来做了个工程,部署时发现jboss提示:class
not found!
分类:
系统相关 时间:
2014-04-29 20:14:15
阅读次数:
548
Carmichael Numbers An important topic nowadays in
computer science is cryptography. Some people even think that cryptography is
the only important fi....
分类:
其他好文 时间:
2014-04-29 16:31:45
阅读次数:
504
I had been waiting for the latest MySQL
connector for .NET to come out so I can move on to the new and sleek Visual
Studio 2012 for my projects. Found...
分类:
数据库 时间:
2014-04-29 14:17:54
阅读次数:
753