随笔 - 54
文章 - 1
评论 - 11
阅读 -
40188
09 2006 档案
自动生成流水号, sql 方式, class 方式, ( 有待完成)
摘要:企业业务中经常有这样要求, 要求单据编号必须是什么格式, 比如我们现在的规则 前缀+年月+流水号 , 流水号按照年月重置. 我在做其他的项目时 也遇到很多特的需求( 财务凭证肯定是需要的) 比如 前缀+年月日+ 表中的其他字段+ 流水号(四位) , 流水号按照年月重置. 基本上,处理此问题的模式( 哈哈, 就是模式): 1: 定义编号的规则: 根据table 定以 和数据库字段的...
阅读全文
Msmq in Asp.net
摘要:一个flow 需要发mail 的功能, 公司已经有了一个发mail 的webserive . 此webservice 只能发送 email 正文, 不能发送附件, 具体实现的方案: Email -> save to database other windows service -> send mail . 由于database 可以存储mail 的发送状态, 我们可以 实现email 发送...
阅读全文
how to upload a file to server/ how to modify a file in server
摘要:how to upload a file to server/ how to modify a file in server
阅读全文
gridview refresh: ajax or Icallback
摘要:Asp.net 2.0 下 GridView
阅读全文
a funtion to search using sqlserver search engine.
摘要:数据库搜索 分词算法
阅读全文
a class for export datatable to csv/excel using xsl.
摘要: export、datatable、excel 、csv
阅读全文
Sample:Building a Photo Tagging Site using ASP.NET 2.0, LINQ, and Atlas
摘要:Building a Photo Tagging Application using ASP.NET 2.0, LINQ, and Atlas
阅读全文
Outlook Style DataGrid/Hierarchical DataGrid
摘要:Hierarchical DataGridView
阅读全文