摘要:
更新:请使用laydate1.2 https://files.cnblogs.com/files/mqingqing123/laydate1.2.rar laydate1.1 在下拉年份时,会超过弹窗。 查看了一下源代码:laydate.dev.js 生成年修改为7,大约第443行。 //生成年列表 阅读全文
摘要:
Microsoft SQL Server 2008 R2 是微软发布的数据库软件,可以组织管理任何数据,这个版本非常经典,即使到现在仍然有很多网站在使用。Microsoft SQL Server 2008 R2相比SQL Server 2008功能更为完善稳定,推荐大家使用R2版本。麦田一棵葱为您提 阅读全文
摘要:
<%@ Page Language="C#" AutoEventWireup="true" %> <%@ Import Namespace="System.Data" %> <!DOCTYPE html> <script runat="server"> protected void Page_Loa 阅读全文
摘要:
This example shows how to sort arrays in C#. Array can be sorted using static method Array.Sort which internally use Quicksort algorithm. Sorting arra 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Syste 阅读全文
摘要:
启明星考试系统Exam 2.0 发布了。 演示地址 http://demo.dotnetcms.org/exam/ 阅读全文
摘要:
string patten = "(\\[[^\\]]*\\])"; Regex reg = new Regex(patten); MatchCollection matches=reg.Matches(t); foreach (Match match in matches) { Response. 阅读全文
摘要:
MathJax是一个开放源代码的JavaScript显示引擎,适用于所有现代浏览器中的LaTeX、MathML和AsciMath表示法。 阅读全文
摘要:
在.NET里提供了FormsAuthentication类用来对用户身份进行验证和授权。不过,对于cookie的超时处理,一直是一个头疼的问题。这里介绍一下微软对.NET 身份验证超时的处理机制,不过我相信,这个机制并不是.NET所独有的,在你用任何语言(例如Java,Php,JS)等都会遇到这个问题,只是很多时候,我们不太在意这个问题。 阅读全文
摘要:
JS图片压缩 <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server 阅读全文