03 2016 档案
摘要:原文出处: http://blog.csdn.net/tjvictor/article/details/4074240# 本节主要介绍Sql语句,SqlTransaction和TransactionScope这三种使用事务的方法。 本节的所有例子都在sql server 2008和vs 2008环境
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services;using System.Xml;using IM.BLL;using IM.Mode
阅读全文
摘要:public DataSet getProjectDs(int pageRecord, int page, string searchVal, string operateUserId) { bool searchAll = SecurityUtil.hasPermission(operateUserId, "功能权限/项目管理/项目列表/...
阅读全文
摘要:<script type="text/javascript"> document.write("<script type='text/javascript' src='../js/inMaterial.js?dd" + Math.random() + "'></scr" + "ipt>"); </s
阅读全文
摘要:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="daochuepm.aspx.cs" Inherits="Web.emp.emp.daochuepm" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XH
阅读全文
摘要:protected void btnExcel_Click(object sender, EventArgs e) { string Type = string.Empty; int PageRecord = int.MaxValue; int Page = 1; string SearchHtml = this.txtSe...
阅读全文
摘要:String字符串如何按多个字符采用Split方法进行分割呢?本文提供VS2005和VS2003的实现方法,VS2005可以用下面的方法: string agentInfo = userInfo.Attribute19.ToString(); string[] myAgent = agentInfo
阅读全文
摘要:调用方法: string sysId = WebTool.getValue(Request, "sysId"); public static string getValue(System.Web.HttpRequest request, string key) { string keyValue =
阅读全文
摘要:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Sabbaticalimport.aspx.cs" Inherits="hr_Sabbatical_Sabbaticalimport" %> <!DOCTYPE html PUBLIC "
阅读全文
摘要:File.Delete(System.Web.HttpContext.Current.Server.MapPath("../" + img)); //System.Web.HttpContext.Current.Server.MapPath("../" + img) ----这个可以获取调用这个一般
阅读全文
摘要:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Vote_SubjectAdd.aspx.cs" Inherits="oa_vote_Vote_SubjectAdd" %> <!DOCTYPE html PUBLIC "-//W3C//
阅读全文
摘要:<asp:Button ID="btnTrue" runat="server" Text="保 存" OnClientClick="if(checkResult()){this.value='正在保存';this.disabled=true;}else {return false ;}" UseSu
阅读全文
摘要:$(document).ready(function () { KindEditor.ready(function (K) { editor = K.create('#txtMainContent', { cssPath: '../../common/kindeditor/plugins/code/
阅读全文

浙公网安备 33010602011771号