- 博客(8)
- 资源 (1)
- 收藏
- 关注
原创 数据工厂
public static DbCommand CreateCommand() { // Obtain the database provider name string dataProviderName = BalloonShopConfiguration.DbProviderName; // Obtain the database connection string
2008-07-30 16:25:00
602
原创 存储过程调用
public static DataTable GetAllProductsInCategory(string categoryId) { // get a configured DbCommand object DbCommand comm = GenericDataAccess.CreateCommand(); // set the stored procedure na
2008-07-30 16:19:00
321
原创 根据时间差计算日期
public DateTime Getime() { TimeSpan toget = new TimeSpan(0, 0, Convert.ToInt32(AverageUnitTime() * Convert.ToInt32(this.label16.Text, 16))); return Convert.ToDateTime(l
2008-07-30 11:06:00
340
原创 交错数组
using System;namespace PerformanceLibrary{ public class ArrayHolder { int[][] jaggedArray = { new int[] {1,2,3,4}, new int[] {5,6,7},
2008-07-29 11:09:00
409
转载 EPR和SAP的一些名词解释
一、相关概念1.企业资源计划企业资源计划(Enterprise Resources Planning,ERP),可以从三个层次进行定义:管理思想:ERP是由美国著名的计算机技术咨询和评估集团Gartner Group Inc.提出了一整套企业管理系统体系标准,其实质是在MRPII(Manufacturing Resources Planning,“制造资源计划” )基础上进一步发展而成的面向供
2008-07-25 11:07:00
371
原创 asp.net 数据库字符串链接
用户名密码方式:connectionStrings> add name="调用名" connectionString="Persist Security Info=False;User ID=sa;Password=;Initial Catalog=数据库名;Server=(local);" providerName="System.Data.SqlClient"/>connecti
2008-07-21 13:12:00
434
原创 Linux 实战工程师
CD01-系统管理[Ⅰ].rar 01 02 03 04 05 06 07 08 09 10 CD06-PHP_MySQL[Ⅰ].rar 01 02 03 04 05 06 07 08 09 10CD07-PHP_MySQL[Ⅱ].rar 11 12 13 14 15 16 17
2007-06-12 22:49:00
405
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人