搜索资源列表
CSharp.Programmers.Cookbook
- This book offers 226 code recipes applicable to a variety of difficulties that may arise in the process of application development. Topics covered include XML processing, Windows forms, database access, networking, runtime security, cryptography and
iBATIS-SqlMaps-2_cn
- 本文讨论了iBATIS SQL Map最重要的特性。使用SQL Map,能够大大减少访问关系数据库的代码。SQL Map使用简单的XML配置文件将Java Bean映射成SQL语句,对比其他的数据库持续层和ORM框架(如JDO的实现,Hibernate等),SQL Map最大的优点在于它简单易学。要使用SQL Map,只要熟悉Java Bean,XML和SQL,就能使您充分发挥SQL语句的能力。-This article discusses the iBATIS SQL Map of the m
get_filename
- 通过遍历,获得指定文件夹下的所有文件名,并且存储在xml文件里-Through the traversal, access to the specified folder for all file names, and stored in the xml file
ofbiz_kpi
- 文章根据银行体系结构,借鉴国外绩效管理系统的成功经验,分析国内绩效管理系统的现状和发展 方向,阐述了中国建行新疆分行绩效考核系统分析、设计、实现的过程。系统基于MVC 模式,运用了Ofbiz 框架 技术保障了系统的稳定性、底层组件的可靠性、数据库访问的高效性,同时大幅提高了项目的开发效率。系统采 用xml、递归算法、md5 算法、ssl 协议等技术,重点解决了考核表的可定制性、高并发访问量、考核数据的安全 性问题。不仅保障了系统高效安全的运行,同时满足了客户对考核方式可灵活变化的
final
- Grid Web Services are new and rapidly evolving systems that provide services and share resources over a network. Web Services use Extensible Markup Language (XML) messages that follow the Simple Object Access Protocol (SOAP) standard and have been po
gdiFlow
- c#写的.net 画流程图的控件,可以转换成xml。也可以根据xml转换成图。需要客户端安装.net framework. 发出来与大家分享,也希望能对大家做工作流的开发有所帮助。由于种种原因该控件并没有继续开发下去,所以不足之处,请大家指正。 使用方法,附件中有gdiflow.htm和gdiflow.dll两个文件,将其放在wwwroot下或iis的虚拟目录中,直接访问gdiflow.htm即可。如放在本机的wwwroot下,则直接用localhost/gdiflow.htm即