上一页 1 2 3 4 5 6 7 8 9 10 ··· 41 下一页
摘要: Microsoft SQL Server 2008 R2 是微软发布的数据库软件,可以组织管理任何数据,这个版本非常经典,即使到现在仍然有很多网站在使用。Microsoft SQL Server 2008 R2相比SQL Server 2008功能更为完善稳定,推荐大家使用R2版本。麦田一棵葱为您提 阅读全文
posted @ 2020-07-07 09:22 启明星工作室 阅读(3302) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" %> <%@ Import Namespace="System.Data" %> <!DOCTYPE html> <script runat="server"> protected void Page_Loa 阅读全文
posted @ 2020-07-04 14:23 启明星工作室 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-06-19 15:14 启明星工作室 阅读(326) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Syste 阅读全文
posted @ 2020-06-19 09:39 启明星工作室 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 启明星考试系统Exam 2.0 发布了。 演示地址 http://demo.dotnetcms.org/exam/ 阅读全文
posted @ 2020-05-06 08:06 启明星工作室 阅读(596) 评论(0) 推荐(0) 编辑
摘要: string patten = "(\\[[^\\]]*\\])"; Regex reg = new Regex(patten); MatchCollection matches=reg.Matches(t); foreach (Match match in matches) { Response. 阅读全文
posted @ 2020-04-23 10:11 启明星工作室 阅读(208) 评论(0) 推荐(0) 编辑
摘要: MathJax是一个开放源代码的JavaScript显示引擎,适用于所有现代浏览器中的LaTeX、MathML和AsciMath表示法。 阅读全文
posted @ 2020-04-16 11:10 启明星工作室 阅读(21845) 评论(0) 推荐(6) 编辑
摘要: 在.NET里提供了FormsAuthentication类用来对用户身份进行验证和授权。不过,对于cookie的超时处理,一直是一个头疼的问题。这里介绍一下微软对.NET 身份验证超时的处理机制,不过我相信,这个机制并不是.NET所独有的,在你用任何语言(例如Java,Php,JS)等都会遇到这个问题,只是很多时候,我们不太在意这个问题。 阅读全文
posted @ 2020-03-09 10:42 启明星工作室 阅读(798) 评论(1) 推荐(1) 编辑
摘要: JS图片压缩 <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server 阅读全文
posted @ 2020-02-21 16:02 启明星工作室 阅读(370) 评论(0) 推荐(0) 编辑
摘要: SolutionFirst we need to run the following lines of code to connect to Exchange Online. $UserCredential = Get-Credential $ExchangeSession = New-PSSess 阅读全文
posted @ 2020-02-20 20:39 启明星工作室 阅读(362) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 41 下一页