- 博客(4)
- 资源 (5)
- 收藏
- 关注
原创 html学习笔记
<!--h1 {font-size: 24pt;line-height: 50px;}h2 {font-size: 18pt;line-height: 30px;}h3 {font-size: 16pt;line-height: 20px;}h4 {font-size: 14pt;line-height: 18px;}h5 {font-size: 12pt;line-heigh
2010-02-12 16:22:00
455
原创 javascript笔记
定义变量 var test=10;使用对象属性 可以使用 . 操作符获得属性,也可以使用数组下标获得,比如for(var prop in document) document.write(document[prop]+""); With 声明对象,之后再用到对象就不必声明了with(document){ write("Hello World标题: "); write
2010-02-12 16:13:00
341
原创 ini配置文件读取类
整理的 ini 文件读写类 using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.IO;namespace DABAOKU{ /// /// 读写ini配置文件类
2010-02-06 14:39:00
461
原创 test
/** This Code Was Created By Jeff Molofee 2000* A HUGE Thanks To Fredric Echols For Cleaning Up* And Optimizing This Code, Making It More Flexible!* If Youve Found This Code Useful, Pleas
2010-01-25 11:33:00
437
excel 取数助手
2009-01-03
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人