合作联系微信: w6668263      合作联系电话:177-9238-7426     

01 2013 档案

[转]自动消失提示框
摘要:function alert(str, caption) { this.disappear = function () { $("#bgdiv").remove(); $("#msgdiv").remove(); $("#msgtitle").remove(); msgobj = null; msgdiv = null; }; disappear(); this.m_text = str; this.m_caption = caption; this.m_width = 200; t... 阅读全文

posted @ 2013-01-15 09:31 草率的龙果果 阅读(1605) 评论(0) 推荐(0)

获取文件夹及其子文件夹下的所有文件
摘要:public class FileAccess { //储存所有文件夹名 private ArrayList dirs; public FileAccess() { dirs = new ArrayList(); } //获取所有文件名 private ArrayList GetFileName(string dirPath) { ArrayList list = new ArrayList(); if (Dir... 阅读全文

posted @ 2013-01-09 14:32 草率的龙果果 阅读(668) 评论(0) 推荐(0)

<input type="image"> 和 <img> 用法区别
摘要:w3c定义如下: Image <input type="image" /> 定义图像形式的提交按钮。 必须把 src 属性 和 alt 属性 与 <input type="image"> 结合使用。 一般的 写一个表单提交用到图片:两种代码。 1. 会发生表单提交两次的现象,经常会造成表单元素被重复 阅读全文

posted @ 2013-01-05 09:23 草率的龙果果 阅读(25545) 评论(0) 推荐(0)

导航