上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页
摘要: //动态加载文件 function loadjscssfile(filename, filetype) { if (filetype == "js") { //判断文件类型 var fileref = document.createElement('script'); /... 阅读全文
posted @ 2015-06-05 10:36 linyongqin 阅读(1134) 评论(0) 推荐(0) 编辑
摘要: CSS/*table begin*/table{ border-collapse:collapse;border-spacing:0;}th,td{ margin:0;padding:0; }.tdLeftBg{ background:#EFEFEF; }.tbGvw,.tbDefault{ mar... 阅读全文
posted @ 2015-06-02 17:17 linyongqin 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 『D盾_IIS防火墙』专为IIS设计的一个主动防御的保护软件,以内外保护的方式 防止网站和服务器给入侵,在正常运行各类网站的情 况下,越少的功能,服务器越安全的理念而设计! 限制了常见的入侵方法,让服务器更安全! 官网:http://www.d99net.net/ 阅读全文
posted @ 2015-06-02 10:45 linyongqin 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 点击【调试】【异常】进入这样一个工具,选中第二行 的引发选项。运行调试! 阅读全文
posted @ 2015-06-01 16:27 linyongqin 阅读(112) 评论(0) 推荐(0) 编辑
摘要: Timer控件Timer控件主要会用到2个属性一个是Enabled和IntervalEnabled主要是控制当前Timer控件是否可用timer1.Enabled=false;不可用timer1.Enabled=true;可用timer1.Interval=1000;主要是设置timer2_Tick... 阅读全文
posted @ 2015-06-01 15:23 linyongqin 阅读(126) 评论(0) 推荐(0) 编辑
摘要: setInterval 官方定义:setTimeout() 方法用于在指定的毫秒数后调用函数或计算表达式;语法:setTimeout(code,milliseconds)括号里两个都是必须的参数(code:要调用的函数后要执行的 JavaScript 代码串;milliseco... 阅读全文
posted @ 2015-06-01 11:05 linyongqin 阅读(159) 评论(0) 推荐(0) 编辑
摘要: --说明tclassId是自动增长的列,这里的作用是,添加记录后返回该条记录的自动编号-->说明这里在ADO.NET中可以通过SqlCommand.ExceuteScale()方法来--执行和获取当前新增记录的自动编号insert into TblClass output inserted.tcla... 阅读全文
posted @ 2015-05-25 21:33 linyongqin 阅读(859) 评论(0) 推荐(0) 编辑
摘要: 你爱好的运动是?全选/全不选 足球 篮球 羽毛球 乒乓球 阅读全文
posted @ 2015-05-25 11:16 linyongqin 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 上传图片,创建文件夹using System;using System.Collections.Generic;using System.Drawing;using System.... 阅读全文
posted @ 2015-05-23 16:49 linyongqin 阅读(1087) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Web;using NPOI.SS.UserModel;using NPOI.HSSF.UserModel;n... 阅读全文
posted @ 2015-05-23 09:19 linyongqin 阅读(960) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页