12 2012 档案

摘要:先在网站根目录下建立一个config文件夹,再在此文件架下建立一个urls.config文件,这里记录url的配置信息代码如下: 这里只写了一种规则,然后修改网站的web.config文件,修改后的代码为: ... 阅读全文
posted @ 2012-12-27 16:27 深南大道 阅读(155) 评论(0) 推荐(0) 编辑
摘要:--准备环境 --表1 CREATE TABLE itemfile ( itemcode varchar2(4), itemdesc varchar2(20), p_category varchar2(20), qty_hand number(5), re_level num... 阅读全文
posted @ 2012-12-25 16:30 深南大道 阅读(275) 评论(0) 推荐(0) 编辑
摘要:我们先以解析上例中的comments对象的JSON数据为例,然后再小结jQuery中解析JSON数据的方法。 上例中得到的JSON数据如下,是一个嵌套JSON: {"comments":[{"content":"很不错嘛","id":1,"nickname":"小红"},{"content":"... 阅读全文
posted @ 2012-12-24 09:48 深南大道 阅读(143) 评论(0) 推荐(0) 编辑
摘要:Jquery+Ajax+Json分页 编号 ... 阅读全文
posted @ 2012-12-22 12:18 深南大道 阅读(179) 评论(0) 推荐(0) 编辑
摘要:#region 获得字符串中开始和结束字符串之间的值 /// /// 获得字符串中开始和结束字符串之间的值 /// /// 字符串 /// 开始 /// 结束 /// ... 阅读全文
posted @ 2012-12-20 10:39 深南大道 阅读(286) 评论(0) 推荐(0) 编辑
摘要:select EvalCalculate( 'case when 1=1 then 1000*0.1-2+15/2 when 1=2 then 2000 when 1=3 then 3000 when 1=4 then 4000 e... 阅读全文
posted @ 2012-12-19 15:11 深南大道 阅读(574) 评论(0) 推荐(0) 编辑
摘要:Compute函数的参数就两个:Expression,和Filter。 Expresstion是计算表达式,关于Expression的详细内容请看这里“http://msdn2.microsoft.com/zh-cn/library/system.data.datacolumn.expressi... 阅读全文
posted @ 2012-12-17 22:12 深南大道 阅读(472) 评论(0) 推荐(0) 编辑
摘要:Jquery 同辈元素选中/未选中效果 模板001(一行三列) ... 阅读全文
posted @ 2012-12-13 12:27 深南大道 阅读(255) 评论(0) 推荐(0) 编辑
摘要://loading function showLoad(tipInfo) { var iWidth = 120; //弹出窗口的宽度; var iHeight = 0; //弹出窗口的高度; var scrolltop = 0; var scroll... 阅读全文
posted @ 2012-12-12 23:18 深南大道 阅读(192) 评论(0) 推荐(0) 编辑
摘要:protected void txtFILESAVEFEE_TextChanged(object sender, EventArgs e) { TextBox t = (TextBox)sender; int Index = ((GridViewRo... 阅读全文
posted @ 2012-12-12 16:25 深南大道 阅读(224) 评论(0) 推荐(0) 编辑
摘要:The Chi-lites Soul A lonely man 1972 Babyface R&B unknown Babyface R&B The essential ba... 阅读全文
posted @ 2012-12-11 16:59 深南大道 阅读(168) 评论(0) 推荐(0) 编辑
摘要:仿google、百度搜索框输入信息智能提示的实现 兼容主流浏览器 using System; using System.Web; using System.D... 阅读全文
posted @ 2012-12-06 14:12 深南大道 阅读(235) 评论(0) 推荐(0) 编辑
摘要:--行列互转/*********************************************************************************************************************************************... 阅读全文
posted @ 2012-12-06 10:36 深南大道 阅读(235) 评论(0) 推荐(1) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Web.UI; using System.Web.UI.Web... 阅读全文
posted @ 2012-12-05 17:23 深南大道 阅读(281) 评论(0) 推荐(0) 编辑
摘要:create or replace function row_to_col_func(tabname in varchar2,--tabname 需要进行行转列操作的表名; group_col in varchar2,--gro... 阅读全文
posted @ 2012-12-05 15:59 深南大道 阅读(374) 评论(0) 推荐(0) 编辑
摘要:LinQ实现DataTable不定行转列 原始表: 转换以后的表: using System;using System.Collections.Gen... 阅读全文
posted @ 2012-12-05 11:41 深南大道 阅读(235) 评论(0) 推荐(0) 编辑
摘要:Linq强大查询功能 using System; using System.Collections.Generic; using System.Linq; u... 阅读全文
posted @ 2012-12-04 10:29 深南大道 阅读(280) 评论(0) 推荐(0) 编辑
摘要:1. 测试环境: Item 发布机 A 订阅机 B OS Windows 2003 Server Windows 2003 Server SQL SQL Server 2005 企业版 SQL Server 2005 企业版 ... 阅读全文
posted @ 2012-12-03 09:46 深南大道 阅读(274) 评论(0) 推荐(0) 编辑

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