会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
linyongqin
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
28
下一页
2015年6月5日
js 动态加载文件
摘要: //动态加载文件 function loadjscssfile(filename, filetype) { if (filetype == "js") { //判断文件类型 var fileref = document.createElement('script'); /...
阅读全文
posted @ 2015-06-05 10:36 linyongqin
阅读(1143)
评论(0)
推荐(0)
2015年6月2日
GridView 自动换行
摘要: 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
阅读(510)
评论(0)
推荐(0)
D盾_IIS防火墙
摘要: 『D盾_IIS防火墙』专为IIS设计的一个主动防御的保护软件,以内外保护的方式 防止网站和服务器给入侵,在正常运行各类网站的情 况下,越少的功能,服务器越安全的理念而设计! 限制了常见的入侵方法,让服务器更安全! 官网:http://www.d99net.net/
阅读全文
posted @ 2015-06-02 10:45 linyongqin
阅读(223)
评论(0)
推荐(0)
2015年6月1日
暴露 try catch 中产生的异常
摘要: 点击【调试】【异常】进入这样一个工具,选中第二行 的引发选项。运行调试!
阅读全文
posted @ 2015-06-01 16:27 linyongqin
阅读(117)
评论(0)
推荐(0)
Timer 控件
摘要: Timer控件Timer控件主要会用到2个属性一个是Enabled和IntervalEnabled主要是控制当前Timer控件是否可用timer1.Enabled=false;不可用timer1.Enabled=true;可用timer1.Interval=1000;主要是设置timer2_Tick...
阅读全文
posted @ 2015-06-01 15:23 linyongqin
阅读(130)
评论(0)
推荐(0)
js中的setTimeout和setInterval
摘要: setInterval 官方定义:setTimeout() 方法用于在指定的毫秒数后调用函数或计算表达式;语法:setTimeout(code,milliseconds)括号里两个都是必须的参数(code:要调用的函数后要执行的 JavaScript 代码串;milliseco...
阅读全文
posted @ 2015-06-01 11:05 linyongqin
阅读(165)
评论(0)
推荐(0)
2015年5月25日
c# 执行插入语句返回自动编号
摘要: --说明tclassId是自动增长的列,这里的作用是,添加记录后返回该条记录的自动编号-->说明这里在ADO.NET中可以通过SqlCommand.ExceuteScale()方法来--执行和获取当前新增记录的自动编号insert into TblClass output inserted.tcla...
阅读全文
posted @ 2015-05-25 21:33 linyongqin
阅读(881)
评论(0)
推荐(0)
复选框全选反选
摘要: 你爱好的运动是?全选/全不选 足球 篮球 羽毛球 乒乓球
阅读全文
posted @ 2015-05-25 11:16 linyongqin
阅读(98)
评论(0)
推荐(0)
2015年5月23日
一般处理程序 —— 上传文件
摘要: 上传图片,创建文件夹using System;using System.Collections.Generic;using System.Drawing;using System....
阅读全文
posted @ 2015-05-23 16:49 linyongqin
阅读(1110)
评论(0)
推荐(0)
一般处理程序 —— 导出Excel
摘要: 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
阅读(966)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
28
下一页
公告