11 2013 档案

摘要:jQueryAjaxJson取值示例 using System; //新增 using System.Web.Script.Serialization; using System.Collections.Generic; public partial class AjaxQuery : System.Web.UI.Page { ... 阅读全文
posted @ 2013-11-30 16:30 深南大道 阅读(172) 评论(0) 推荐(0) 编辑
摘要:function IsEmail(str) { var r = /^[a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/; if (r.test(str)) { return true; } else { return false; } } functio 阅读全文
posted @ 2013-11-29 17:50 深南大道 阅读(157) 评论(0) 推荐(0) 编辑
摘要:商品分类 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using Syst... 阅读全文
posted @ 2013-11-29 12:37 深南大道 阅读(314) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Text; namespace MSCL { #region 使用示例 /* List<Ftv> ftvlist = new List<Ftv>(); ftvlist.Add(n 阅读全文
posted @ 2013-11-22 16:56 深南大道 阅读(252) 评论(0) 推荐(0) 编辑
摘要:1、 工具(TOOLS)—〉显示参数设置(DISPLAY PREFERENCES) 2、 在弹出来的框中选中Content—〉Table 3、 点右下角那个Advanced 按钮 4、 在弹出的框个选中 Columns 5、 点ListColumns右边的按钮 6、 在弹出的框中找到Code ,在它后面的小框中打上勾7、 一路确定,注意最后一个确定是要选择这个显示参数的影响范围,一般选第一项,所有... 阅读全文
posted @ 2013-11-20 17:30 深南大道 阅读(685) 评论(0) 推荐(0) 编辑
摘要:UltraEdit在使用正则表达式进行查找替换时有两个可使用的语法集合。一个是 UltraEdit 的更早的版本被使用的原来的 UltraEdit 句法。另一个是“Unix”类型的正则表达式,这个集合在UltraEdit的默认配置中是没有启用的,需要在配置中找到search项,启用Unix类型的正则表达式。 语法集合一: 符号 功能 % 匹配行的开始 - 显示搜索字符串必须在行的开... 阅读全文
posted @ 2013-11-20 15:19 深南大道 阅读(2811) 评论(0) 推荐(0) 编辑

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