ASP.net
文章平均质量分 59
天祈笨笨
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ASP.net 连接Access数据库的相关实例
Web.config配罢 CS页面//引用oledb类using System.Data.OleDb;//引用DataTable的命名空间using System.Data;//引用Web的配置文件命名空间using System.Configuration;public partial class Views_maintenance原创 2016-03-15 10:42:02 · 829 阅读 · 0 评论 -
CheckBoxList取值与初始化
CheckBoxList取值与初始化 很经典的代码 public static string SetChecked(CheckBoxList checkList,string selval,string separator) { selval = separator + selval + separator; //例如:"0,1,1,2转载 2016-03-18 00:37:20 · 989 阅读 · 0 评论 -
asp.net获取IP与MAC
用于获取客户端的IP与MAC,MAC内网可以用,外网无用! using System.Runtime.InteropServices; [DllImport("Iphlpapi.dll")] private static extern int SendARP(Int32 dest, Int32 host, ref Int64 mac, ref Int32 lengt转载 2016-03-11 20:08:31 · 649 阅读 · 0 评论 -
使用xheditor+SyntaxHighligher实现代码高亮显示实例
xhEditor demo1 : 默认模式 .btnCode {background:transparent url(img/code.gif) no-repeat 16px 16px; background-position:2px 2px;} var editor; $原创 2016-04-11 17:59:30 · 898 阅读 · 0 评论
分享