摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;using System.Text.RegularExpressions;namesp... 阅读全文
posted @ 2014-05-05 15:11 lengv10 阅读(383) 评论(0) 推荐(0) 编辑
摘要: var colM = [ { title: "主键", width: 50, hidden: true }, { title: "制令单编号", width: 150, align: "center" }, {... 阅读全文
posted @ 2014-05-04 14:54 lengv10 阅读(636) 评论(0) 推荐(0) 编辑
摘要: inline-block:可以解决text-align: center; display:block 同时存在时 不能居中问题。text-align: center; display:inline-block即可display:block就是将元素显示为块级元素. block元素的特点是: 总是... 阅读全文
posted @ 2014-05-03 11:36 lengv10 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-04-29 16:34 lengv10 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 字段为空:使用 is null字段不为空:使用 is not null!= '1' :不会取空值 '1' :不会取空值要是 不等于1 又查询空值的时候 需要or :whereIsMana is null or IsMana != '1' 阅读全文
posted @ 2014-04-29 10:48 lengv10 阅读(3934) 评论(0) 推荐(0) 编辑
摘要: select *from (select row_number() over (order by ousp_id) as rowNum,* from YZOrder_OutStock_Product where outs_no=@order_no)) as t where ... 阅读全文
posted @ 2014-04-25 17:20 lengv10 阅读(5373) 评论(0) 推荐(0) 编辑
摘要: Command对象的ExecuteNonQuery()方法、ExecuteReader()方法及ExecuteScalar()方法的返回值分别为什么?ExecuteNonQuery()为影响的记录行数ExecuteReader()为DataReaderExecuteScalar()为sql语句中第一... 阅读全文
posted @ 2014-04-25 08:34 lengv10 阅读(120) 评论(0) 推荐(0) 编辑
摘要: lodop打印控件学习网站,http://www.lodop.net/demo.htmlaspx 无标题页 充值统计报表 制表单位:制表时间: 单号... 阅读全文
posted @ 2014-04-23 18:08 lengv10 阅读(4057) 评论(0) 推荐(0) 编辑
摘要: 订单打印 阅读全文
posted @ 2014-04-23 11:42 lengv10 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 下载包jquery.PrintArea.js下载包LodopFuncs.jsbtndaying:打印按钮div #dayin:要打印的DIV 或者可以是from$(document).ready(function() { $("#btndaying").click... 阅读全文
posted @ 2014-04-23 11:37 lengv10 阅读(255) 评论(0) 推荐(0) 编辑