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

代码片段 8064

#CSS
纯CSS制作可爱的小狐狸日夜照

<div class="the-container"> <input type="checkbox" id="toggle" /> <label fo…

css
2015-12-14 968

#CSS
body背景图片的拉伸效果

<div id="backgroundImage"> <img src="img/bodybg.jpg" /> </div> <div i…

css
2015-12-14 215

#CSS
教你 秒会LESS啊

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=u…

css
2015-12-14 131

#CSS
左侧固定大小,右侧铺满的最不靠谱的做法

<html> <head> <title>简易小说</title> <link rel="stylesheet" type="…

css
2015-12-14 870

#CSS
扁平化的bootstrap

.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .…

css
2015-12-14 350

#Groovy
哦,妹子图,高清大图流量爆棚-Groovy

@Grab(group='org.ccil.cowan.tagsoup', module='tagsoup', version='1.2' ) def tagsoupParser …

2015-12-14 578

#Groovy
Groovy @Vetoable 的用法

import java.beans.* import groovy.beans.Vetoable class Trumpetist { @Vetoable String name …

2015-12-14 722

#Groovy
grails中配置ehcache

在DataSource中配置hibernate二级缓存,采用ehcache dataSource{ .... ... } //hibernate配置 hibernate { cac…

2015-12-14 615

#Groovy
以 groovy 的方式实现接口

//如果接口只有一个方法,可以通过闭包,用下面的方式来实现: // a readable puts chars into a CharBuffer and returns the …

2015-12-14 1,009

#Groovy
使用 StreamingMarkupBuilder 创建 XML

def comment = "<![CDATA[<!-- address is new to this release -->]]>" def builde…

2015-12-14 187

#Java
java获取年份的第一天和最后一天

package com.dada.test; import java.text.SimpleDateFormat; import java.util.Calendar; impor…

2015-12-14 336

#Lua
skynet的ssdb驱动

local skynet = require "skynet" local socket = require "socket" local socketchannel = requ…

lua
2015-12-14 113
1 64 65 66 67 68 672