首页 软件开发 代码片段 ( Page 71 )

代码片段 8064

#CSS
罗列浏览器信息

<!-- jk ,20131204 pm16:26 wed, 2015.01.29 re--> <html> <head> <title&…

css
2015-12-14 360

#CSS
简单对象取值

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>…

css
2015-12-14 643
css
2015-12-14 413

#CSS
表格样式

table.gridtable { font-family: verdana,arial,sans-serif; font-size:11px; color:#333333; bo…

css
2015-12-14 140

#CSS
纯css3实现超级好看的灯光闪烁效果进度条

@-webkit-keyframes bump { 0% { opacity: 0; left: 535px; } 100% { left: -10px; opacity: 0; …

css
2015-12-14 450

#CSS
方便随时查看喜欢需要的html颜色值

<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title&g…

css
2015-12-14 386

#CSS
CSS的div块各种边框

<div>方形框</div> <div class="rounded">圆角形框</div> <div class="asym…

css
2015-12-14 407

#CSS
css3小萌物弹跳跳效果

<div class="ball"></div>

css
2015-12-14 923

#CSS
div+css背景渐变色代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xh…

css
2015-12-14 568

#Groovy
groovy实现的简易tree命令

path = "." as File if (args) { path = args[0] as File } printDir path,0 def printDir(File …

2015-12-14 655

#Groovy
用 Gretty 编写一个简单的 HTTP 服务器【Groovy版】

/* * Copyright 2009-2010 MBTE Sweden AB. * * Licensed under the Apache License, Version 2.…

2015-12-14 222

#Groovy
grails导出excel

/** * 构建excel * @param block 闭包,封装构建逻辑 */ def build(dataList,titleList,out,Closure block){…

2015-12-14 994
1 69 70 71 72 73 672