摘要: <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>滚屏实验</title><style type= 阅读全文
posted @ 2020-03-25 17:28 肖云鹏 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 第一种方法 function HighlightAll() { var target = document.getElementById("txtLecturerAndStuName"); target.select();// 选择文本 document.execCommand("Copy"); / 阅读全文
posted @ 2019-12-19 14:51 肖云鹏 阅读(769) 评论(0) 推荐(0) 编辑
摘要: <%#Eval("AddTime","{0:yyyy-MM-dd}")%> 阅读全文
posted @ 2019-12-17 10:51 肖云鹏 阅读(188) 评论(0) 推荐(0) 编辑
摘要: string strHostName = System.Net.Dns.GetHostName(); string clientIPAddress = System.Net.Dns.GetHostAddresses(strHostName).GetValue(0).ToString(); 阅读全文
posted @ 2019-12-17 10:50 肖云鹏 阅读(116) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 将list转换为datatable /// </summary> public static DataTable ToDataTable<T>(List<T> items) { var tb = new DataTable(typeof(T).Name); Pro 阅读全文
posted @ 2019-11-21 08:48 肖云鹏 阅读(1370) 评论(0) 推荐(0) 编辑
摘要: 一、简介 定义 jQuery创始人是美国John Resig,是优秀的Javascript框架; jQuery是一个轻量级、快速简洁的javaScript库。源码戳这 jQuery对象 jQuery产生的对象时jQuery独有的,只能自己调用 书写规则 支持链式操作; 在变量前加"$"符号(var 阅读全文
posted @ 2019-08-06 15:30 肖云鹏 阅读(144) 评论(0) 推荐(0) 编辑