01 2013 档案

摘要:jQuery获取Select选择的Text和Value: 语法解释: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id")... 阅读全文
posted @ 2013-01-25 10:42 深南大道 阅读(178) 评论(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.W... 阅读全文
posted @ 2013-01-24 09:17 深南大道 阅读(139) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Configuration; using System.Data; using System.IO; using System.Text; using System.Threading; using System.Web; using Sys... 阅读全文
posted @ 2013-01-21 14:58 深南大道 阅读(234) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections; using System.Text.RegularExpressions; namespace MSCL { //// /// RegularMatch正则验证类 ... 阅读全文
posted @ 2013-01-18 14:09 深南大道 阅读(150) 评论(0) 推荐(0) 编辑
摘要:SQL SERVER中是允许有自定义函数,Microsoft SQL Server并不将用户限制在定义为 Transact-SQL语言一部分的内置函数上,而是允许用户创建自己的用户定义函数。 函数是由一个或多个 Transact-SQL语句组成的子程序,可用于封装代码以便重新使用。尽管自定义函数... 阅读全文
posted @ 2013-01-16 16:38 深南大道 阅读(174) 评论(0) 推荐(0) 编辑
摘要:CREATE PROC [dbo].[Mypage] @tableName SYSNAME,-- 表名 @keyField NVARCHAR(1000),-- 主键,多个主键有逗号分隔开 ... 阅读全文
posted @ 2013-01-16 16:13 深南大道 阅读(135) 评论(0) 推荐(0) 编辑
摘要:1.通过标签类型选择 $("p") //选择所有的P标签 $("a") //选择所有的a标签 $("div") //选择所有的div标签 2.通过class选择元素 $(".r... 阅读全文
posted @ 2013-01-16 15:46 深南大道 阅读(117) 评论(0) 推荐(0) 编辑
摘要:using Sys... 阅读全文
posted @ 2013-01-16 10:01 深南大道 阅读(197) 评论(0) 推荐(0) 编辑
摘要:主要的原理就是替换模板里的特殊字符。 1、静态模板页面 template.html,主要是定义了一些特殊字符,用来被替换。 Title Title 浏览次 Time ... 阅读全文
posted @ 2013-01-14 14:35 深南大道 阅读(129) 评论(0) 推荐(0) 编辑
摘要:第一步:新建项目,创建一个简单模版页:TemplatePage.htm Porschev 生成静态页简单示例 $Porschev[0]$ 页标题:$Porschev[0]$ 名称:$Porschev[1]$ 网址:$Porschev[2]$ 时间:$Porschev[3... 阅读全文
posted @ 2013-01-14 13:43 深南大道 阅读(133) 评论(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.W... 阅读全文
posted @ 2013-01-14 11:14 深南大道 阅读(132) 评论(0) 推荐(0) 编辑
摘要:网站后台通用管理系统,,您好! ... 阅读全文
posted @ 2013-01-12 19:25 深南大道 阅读(213) 评论(0) 推荐(0) 编辑
摘要:Jquery Uploadify上传带进度条 上传| 取消上传 using System... 阅读全文
posted @ 2013-01-10 14:31 深南大道 阅读(141) 评论(0) 推荐(0) 编辑
摘要:需求:在做软件的过程中,发现不少客户在做数据检索时,打汉字怕麻烦,也影响工作效率,要求在查询时,支持查询汉字的字母开头查询。 做到支持数据库拼音码查询,主要分一下几步实现: 1.在数据库中建立一个sys_spell_dict表,把常用的汉字与拼音字母做为对照信息存储到数据库中... 阅读全文
posted @ 2013-01-10 10:11 深南大道 阅读(830) 评论(0) 推荐(0) 编辑
摘要:TreeView一次性加载和异步加载 ... 阅读全文
posted @ 2013-01-07 15:12 深南大道 阅读(178) 评论(0) 推荐(0) 编辑
摘要://JQuery获取和设置Select选项方法汇总如下: //获取select //先看看下面代码: $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 var checkText=$("#selec... 阅读全文
posted @ 2013-01-06 15:30 深南大道 阅读(174) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Web; //add using System.Net; using System.IO; using tessnet2; //引用tessnet2_32.dll using... 阅读全文
posted @ 2013-01-05 17:20 深南大道 阅读(863) 评论(1) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using S... 阅读全文
posted @ 2013-01-05 09:09 深南大道 阅读(167) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示