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

代码片段 8064

#HTML
关于CSS控制打印Table

<style> @media print{ INPUT {display:none} } </style> <TABLE border="0" sty…

2014-12-23 796

#Shell
bash 有道词典,数据库加强版

#!/bin/bash databasepath='/home/quanwei/desktop/dict' sqlite3 $databasepath "create table …

2014-12-22 317

#Python
生成手机号码

# _*_ coding:utf-8 _*_ #xiaohei.python.seo.call.me:) #win+python2.7.x number = "1350571" w…

2014-12-22 167

#APS/Basic
计算时间

Private Sub Form_Load() '控制界面大小 Me.Height = 5820 Me.Width = 7080 End Sub Private Sub Label…

2014-12-22 567

#Ruby
make doxygen comments in Obj-C/C/C++ files

#!/usr/bin/env ruby # # v2.0 # This script helps you make doxygen comments in Obj-C/C/C++ …

2014-12-22 750

#Ruby
Ruby 之 GServer 同时创建多个服务器实例

require 'gserver' class HelloServer < GServer def serve(io) io.puts("Say something to m…

2014-12-22 130

#HTML
精美漂亮网站引导页模板源码

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

2014-12-22 344