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

代码片段 8064

#HTML
Full CSS3 Lightbox

<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> …

2015-12-09 615

#HTML
纯css下拉菜单【包括圆角设计】

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

2015-12-09 232

#HTML
快切——css框架:css重写代码

/* 来自渴切css框架的重写部分 */ body{ color:#000000; font-family:Verdana, Arial, Helvetica, sans-seri…

2015-12-09 472

#Shell
cal扩展练习

#!/bin/bash case $1 in "Jan"|"January" ) cal 1 $2;; "Feb"|"February" ) cal 1 $2;; "Mar"|"M…

2015-12-09 526

#SQL
Oracle数据库实现分页功能

create or replace procedure pro_page(table_name in varchar2,page in number,line in number,…

sql
2015-12-09 431

#Shell
7zip压缩及解压缩文件之后自动关机

.\7zip\7zG.exe a "Microsoft.Office.2007.7z" "Microsoft.Office.2007.iso" shutdown -f -s -t …

2015-12-09 404

#Shell
centos6系统初始化脚本

#!/bin/bash ################################################# #written:51clocker #date:201…

2015-12-09 686

#Shell
自动部署安装mysql-5.6.22

#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/opt/bin:/opt/sbin:~/bin export PATH # Chec…

2015-12-09 551

#Shell
Shell一键备份gitolite服务器

#!/bin/sh server=serv_addr root_dir=`pwd` echo "whill back in dir: ${root_dir}" ssh "git@$…

2015-12-08 985

#Ruby
费马素性检验

def fermat(num, iter) #num is the number to test, iter is the maximum number of iterations…

2015-12-08 786

#HTML
鼠标放在链接出现一个小框框的提示信息

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

2015-12-08 506
1 83 84 85 86 87 672