2010年8月2日

摘要: 1. 打开新的窗口并传送参数2.为按钮添加对话框3.删除表格选定记录4.删除表格记录警告5.点击表格行链接另一页6.表格超连接列传递参数7.表格点击改变颜色8.关于日期格式9.获取错误信息并到指定页面10.清空Cookie11.自定义异常处理12.Panel 横向滚动,纵向自动扩展13.回车转换成Tab14.DataGrid超级连接列15.DataGrid行随鼠标变色16.模板列17.数字格式化1... 阅读全文
posted @ 2010-08-02 15:17 ☞、小人物▨ 阅读(211) 评论(0) 推荐(1)

2010年7月16日

摘要: 通过使用带有一些padding之的背景图来添加阴影效果。效果预览HTML<img class=”shadow” src=”sample.jpg” alt=”" />CSSimg.shadow { background: url(shadow-1000×1000.gif) no-repeat right bottom... 阅读全文
posted @ 2010-07-16 21:19 ☞、小人物▨ 阅读(460) 评论(0) 推荐(0)
 
摘要: <html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script> function Keyaction(eventTemp) { var event = eventTemp || window.event; var code = event.charCod... 阅读全文
posted @ 2010-07-16 20:42 ☞、小人物▨ 阅读(363) 评论(0) 推荐(0)

2010年6月19日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Computer{ public class Compute { public double Number1 { get; set; } public string Operater { get; set; } p... 阅读全文
posted @ 2010-06-19 13:52 ☞、小人物▨ 阅读(160) 评论(0) 推荐(0)
 
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 学生信息表{ class Student { public string name { get; set; } public string id { get; set; } public string sex { g... 阅读全文
posted @ 2010-06-19 13:43 ☞、小人物▨ 阅读(890) 评论(0) 推荐(1)