上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro 阅读全文
posted @ 2019-07-09 17:31 韩小花 阅读(171) 评论(0) 推荐(0) 编辑
摘要: USE [GSHRBasicDB] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo].[HR_CardID_GS_Mifare_Add] @EmpID NVARCHAR(50), @EmpCardID 阅读全文
posted @ 2019-07-09 10:29 韩小花 阅读(245) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro 阅读全文
posted @ 2019-07-08 11:00 韩小花 阅读(317) 评论(0) 推荐(0) 编辑
摘要: protected void btnAdd_Click(object sender,EventArgs e) { txtEmpID.Text = Coeno.Utility.String.CleanUpInput(txtEmpID.Text); txtEmpName.Text= Coeno.Util 阅读全文
posted @ 2019-07-06 17:19 韩小花 阅读(556) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text; namespace Coeno.Tools { public static class SDBC { public static string ToDBC(string 阅读全文
posted @ 2019-07-06 16:14 韩小花 阅读(215) 评论(0) 推荐(0) 编辑
摘要: --注释:App_Code(.cs文档) using System;using System.Text.RegularExpressions;using System.Web;using System.Configuration;using System.Web.UI;using System.Da 阅读全文
posted @ 2019-07-06 15:19 韩小花 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 全文注释: Web.sitemap导航XML文件,站点地图,功能实现菜单 1.xml的版本1.0 和编码utf-8 2.Url链接 Title显示的标题 Description描述(ToolTip) 3.siteMapNode站点地图节点 4.新建站点地图: 右击解决方案-->Add-->Add n 阅读全文
posted @ 2019-07-04 17:19 韩小花 阅读(481) 评论(0) 推荐(0) 编辑
摘要: runas /user:administrator cmd Password: compmgmt.msc 阅读全文
posted @ 2019-07-03 13:49 韩小花 阅读(1385) 评论(1) 推荐(0) 编辑
摘要: 8.<div id="navlist"> <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="false" /> --页面导航控件 <asp:Repeater ID="TopNavRepeat 阅读全文
posted @ 2019-07-01 19:33 韩小花 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 全文注释: 1.<!DOCTYPE>声明位于文档中的最前的位置,处于<html>标签之前。 2.此标签可告知浏览器文档使用哪种HTML或XHTML规范 3.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://w 阅读全文
posted @ 2019-07-01 11:17 韩小花 阅读(623) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页