会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yangfada
关注.net下面的一切,更关注企业信息化。 Dotnetnuke/sharepoint是首选
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
下一页
2006年10月26日
Sqlserver 2005- SSIS Sample
摘要: 写一个sample SSIS, 以介绍SSIS的一些知识。写一个Blog好花时间,又要图形又要简练文字。没有办法,想把project 文件放上把。http://www.cnblogs.com/Files/yangfada/SqlServerProject1.rar
阅读全文
posted @ 2006-10-26 13:09 杨发达
阅读(880)
评论(1)
推荐(1)
2006年10月13日
作些什么呢?
摘要: ERP/CRM 等如果当作通用软件来做, 太难. 构件或者组建?Framework? 某一个方面应用? email ?p2p ?web2.0 应用? 哪一方面呢 ? content, Km, bi ? 有些混乱,-- 第二天:10/13 做一个功能, 可以将原来收藏的html 文章转为 doc,pdf 进行保存 。 当然最好可以自动作一些分类 ( 自动提取文档关键字进行分类,project man...
阅读全文
posted @ 2006-10-13 00:28 杨发达
阅读(394)
评论(0)
推荐(0)
azman in asp.net
摘要: azman.msc
阅读全文
posted @ 2006-10-13 00:24 杨发达
阅读(331)
评论(0)
推荐(0)
How to : Protect Form Sql Injection in asp.net
摘要: How To: Protect From SQL Injection in ASP.NET sql injwection Other : How To: Protect From Injection Attacks in ASP.NET
阅读全文
posted @ 2006-10-13 00:20 杨发达
阅读(360)
评论(0)
推荐(0)
Use Role Based security in your middle tier.net app with authorization manager
摘要: SUMMARY Authorization Manager in Windows Server 2003 represents a significant improvement in the administration of role-based security, making it more scalable, flexible, and easier to implement....
阅读全文
posted @ 2006-10-13 00:10 杨发达
阅读(380)
评论(0)
推荐(0)
2006年10月12日
RBAC dotnet
摘要: RBAC dotent
阅读全文
posted @ 2006-10-12 15:09 杨发达
阅读(392)
评论(0)
推荐(0)
2006年10月11日
汉字转拼音
摘要: http://www.cnblogs.com/Files/yangfada/chinesepy.rar 忘记从哪里下载的了。
阅读全文
posted @ 2006-10-11 18:03 杨发达
阅读(405)
评论(1)
推荐(0)
『copy from IBM』将项目从瀑布式转为迭代过程 : 我早说的一句话 :)
摘要: 将项目从瀑布式转为迭代过程 ...
阅读全文
posted @ 2006-10-11 17:08 杨发达
阅读(351)
评论(0)
推荐(0)
谈一下 项目开发中的原型设计- prototype design
摘要: 项目开发中的原型设计- prototype design
阅读全文
posted @ 2006-10-11 16:58 杨发达
阅读(1171)
评论(0)
推荐(0)
自动生成流水号-单一StoreProcedure方式
摘要: 自动生成流水号-单一StoreProcedure方式
阅读全文
posted @ 2006-10-11 15:38 杨发达
阅读(820)
评论(0)
推荐(0)
[转载]获得汉字字符串拼音首字母 C#版
摘要: 获得汉字字符串拼音首字母 C#版
阅读全文
posted @ 2006-10-11 15:18 杨发达
阅读(634)
评论(0)
推荐(0)
2006年9月29日
自动生成流水号, sql 方式, class 方式, ( 有待完成)
摘要: 企业业务中经常有这样要求, 要求单据编号必须是什么格式, 比如我们现在的规则 前缀+年月+流水号 , 流水号按照年月重置. 我在做其他的项目时 也遇到很多特的需求( 财务凭证肯定是需要的) 比如 前缀+年月日+ 表中的其他字段+ 流水号(四位) , 流水号按照年月重置. 基本上,处理此问题的模式( 哈哈, 就是模式): 1: 定义编号的规则: 根据table 定以 和数据库字段的...
阅读全文
posted @ 2006-09-29 13:39 杨发达
阅读(1979)
评论(1)
推荐(0)
Msmq in Asp.net
摘要: 一个flow 需要发mail 的功能, 公司已经有了一个发mail 的webserive . 此webservice 只能发送 email 正文, 不能发送附件, 具体实现的方案: Email -> save to database other windows service -> send mail . 由于database 可以存储mail 的发送状态, 我们可以 实现email 发送...
阅读全文
posted @ 2006-09-29 13:00 杨发达
阅读(286)
评论(0)
推荐(0)
2006年9月28日
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
阅读全文
posted @ 2006-09-28 00:49 杨发达
阅读(217)
评论(0)
推荐(0)
gridview refresh: ajax or Icallback
摘要: Asp.net 2.0 下 GridView
阅读全文
posted @ 2006-09-28 00:20 杨发达
阅读(313)
评论(0)
推荐(0)
2006年9月27日
a funtion to search using sqlserver search engine.
摘要: 数据库搜索 分词算法
阅读全文
posted @ 2006-09-27 22:44 杨发达
阅读(380)
评论(0)
推荐(0)
a class for export datatable to csv/excel using xsl.
摘要: export、datatable、excel 、csv
阅读全文
posted @ 2006-09-27 22:36 杨发达
阅读(1505)
评论(0)
推荐(0)
2006年9月24日
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
阅读全文
posted @ 2006-09-24 00:04 杨发达
阅读(243)
评论(0)
推荐(0)
2006年9月21日
Outlook Style DataGrid/Hierarchical DataGrid
摘要: Hierarchical DataGridView
阅读全文
posted @ 2006-09-21 23:27 杨发达
阅读(367)
评论(0)
推荐(0)
2006年3月30日
Build Your ASP.NET Pages on a Richer Bedrock
摘要: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/BedrockASPNET.asp
阅读全文
posted @ 2006-03-30 10:45 杨发达
阅读(274)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告