摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms; namespace Case02_2{ ... 阅读全文
阅读排行榜
网页刷新方法集合
2010-04-24 00:06 by 观海看云, 179 阅读, 收藏,
摘要:
代码如下:<input type=button value=刷新 onclick="history.go(0)"> 代码如下:<input type=button value=刷新 onclick="location.reload()"> 代码如下:<input type=button value=刷新 onclick="location=location">代... 阅读全文
附加数据库
2009-11-05 21:31 by 观海看云, 178 阅读, 收藏,
摘要:
-- 解决方法: -- 假设数据库名为:Test-- 先创建一个同样的数据库Test -- 停掉server服务,用旧的数据文件覆盖新创建的文件(只要mdf就可以)。 -- 启动server服务 -- 运行以下命令 sp_configure 'allow',1 goreconfigure with override goupdate sysdatabases set status=32768 wh... 阅读全文
document,document.all,getElementById,getElementsByName,getElementsByTagName
2010-11-11 22:46 by 观海看云, 177 阅读, 收藏,
摘要:
关于页面脚本元素的测试ID=abcname=abc我在IE6.0下测试的结果为:元素只有一个第二个DIV也就是name=abc的DIV元素,用document.getElementsByName('abc')方法返回不了。也就是说:getElementsByName方法对div(span)的name属性无效。对于这种情况,可以用另一个方法来返回其元素(it's getElementsByTag... 阅读全文
WPF之DockPanel 、 StackPanel
2010-10-26 20:36 by 观海看云, 176 阅读, 收藏,
摘要:
1 2 3 4 剩余空间 确定 返回 using System;using System.Collections.Generic;using System.Linq;using Syst... 阅读全文
浙公网安备 33010602011771号