07 2011 档案

摘要:Mouse X Position: Mouse Y Position: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><script>function mouseMove(ev){ ev = ev || window.event; var mousePos = mouseCoords(ev); document.getElementById('xxx').value = mousePos.x; document.getElementB 阅读全文
posted @ 2011-07-30 11:37 焚情、烈日 阅读(168) 评论(0) 推荐(0)
摘要:页面功能首先简历users.xml文件<?xml version="1.0" encoding="utf-8" ?><users><user id="1" name="zhangsan" age="23" sex="man"></user><user id="2" name="lisi" age="23" sex="man"></u 阅读全文
posted @ 2011-07-28 22:21 焚情、烈日 阅读(258) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Xml.Linq;using System.Xml;namespace lingtoxml{ public partial class Ling_student_xml : Form { string xmlPath = 阅读全文
posted @ 2011-07-25 23:05 焚情、烈日 阅读(897) 评论(0) 推荐(0)
摘要:/// <summary> /// 遮罩提示窗口 /// </summary> /// <param name="w">宽度</param> /// <param name="h">高度</param> /// <param name="msgtitle">窗口标题</param> /// <param name="msgbox">提示文字</param> /// <param name=& 阅读全文
posted @ 2011-07-24 18:53 焚情、烈日 阅读(657) 评论(0) 推荐(0)
摘要:CREATE PROCEDURE GeneralPagination /* **************************************************************************************************** *** 用于SqlServer2005(及以上)的高效分页存储过程(支持多字段任意排序,不要求排序字段唯一) ******************************************************************************************************* */ 阅读全文
posted @ 2011-07-06 23:29 焚情、烈日 阅读(630) 评论(0) 推荐(0)
摘要:create procedure [dbo].[Get_Twzzl] (@startIndex int,@endIndex int,@docount bit,@w_jgid char(50),@lbbh char(50),@w_wzbm char(50),@w_wzmc char(50),@w_ggxh char(50))asset nocount onset @lbbh=ltrim(rtrim(@lbbh))set @w_wzbm=ltrim(rtrim(@w_wzbm))set @w_wzmc=ltrim(rtrim(@w_wzmc))set @w_ggxh=ltrim(rtrim(@w_ 阅读全文
posted @ 2011-07-06 23:24 焚情、烈日 阅读(323) 评论(0) 推荐(0)