資源簡介
1、首先保證計算機上已經成功安裝SQL Server 2005
2、先創建數據庫
3、再把腳本在創建好的數據庫中執行即可創建表
4、請把源代碼中的UI模塊中的App.config文件修改連接字符串
代碼片段和文件信息
/********************************************************************
?*?
?*?本代碼僅供【開發企業進銷存管理系統視頻教程】配套學習使用,不得用于
?*?任何商業用途,違者必究!
?*?
?*?=====不得傳播、轉載!=====
?*?
?*?版權所有:?漁人編程網(http://www.vbvc.net)
?*?作者????:?王繼彬(QQ:?121027291)
?*?作者博客:?http://blog.sina.com.cn/jbwang
?*?
?*?*****************************************************************/
using?System;
using?System.Collections.Generic;
using?System.Text;
using?Tg029.Storage.Model;
namespace?Tg029.Storage.Core
{
????public?class?CacheService
????{
????????private?static?List?_AllCompanies?=?null;
????????private?static?List?_AllGoods?=?null;
????????private?static?List?_AllGoodsCategories?=?null;
????????private?static?List?_AllGoodsFroms?=?null;
????????private?static?List
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????18944??2017-04-28?21:48??SourceCode?-?vs2010\Tg029.Storage.Core\bin\Debug\Tg029.Storage.Core.dll
?????文件??????69120??2017-04-28?21:48??SourceCode?-?vs2010\Tg029.Storage.Core\bin\Debug\Tg029.Storage.Core.pdb
?????文件??????66560??2017-04-28?21:48??SourceCode?-?vs2010\Tg029.Storage.Core\bin\Debug\Tg029.Storage.Data.dll
?????文件?????128512??2017-04-28?21:48??SourceCode?-?vs2010\Tg029.Storage.Core\bin\Debug\Tg029.Storage.Data.pdb
?????文件??????12288??2017-03-28?13:31??SourceCode?-?vs2010\Tg029.Storage.Core\bin\Debug\Tg029.Storage.Model.dll
?????文件??????32256??2017-03-28?13:31??SourceCode?-?vs2010\Tg029.Storage.Core\bin\Debug\Tg029.Storage.Model.pdb
?????文件???????5122??2017-03-28?13:29??SourceCode?-?vs2010\Tg029.Storage.Core\CacheService.cs
?????文件???????2121??2017-03-28?13:29??SourceCode?-?vs2010\Tg029.Storage.Core\LogService.cs
?????文件??????15169??2017-03-28?13:29??SourceCode?-?vs2010\Tg029.Storage.Core\ModelService.cs
?????文件???????5217??2017-04-28?21:48??SourceCode?-?vs2010\Tg029.Storage.Core\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????6656??2017-03-28?13:34??SourceCode?-?vs2010\Tg029.Storage.Core\obj\Debug\Refactor\Tg029.Storage.Core.dll
?????文件???????5879??2017-03-28?13:31??SourceCode?-?vs2010\Tg029.Storage.Core\obj\Debug\ResolveAssemblyReference.cache
?????文件???????2764??2017-04-28?21:48??SourceCode?-?vs2010\Tg029.Storage.Core\obj\Debug\Tg029.Storage.Core.csproj.FileListAbsolute.txt
?????文件???????7547??2017-04-28?21:48??SourceCode?-?vs2010\Tg029.Storage.Core\obj\Debug\Tg029.Storage.Core.csprojResolveAssemblyReference.cache
?????文件??????18944??2017-04-28?21:48??SourceCode?-?vs2010\Tg029.Storage.Core\obj\Debug\Tg029.Storage.Core.dll
?????文件??????69120??2017-04-28?21:48??SourceCode?-?vs2010\Tg029.Storage.Core\obj\Debug\Tg029.Storage.Core.pdb
?????文件???????7700??2017-03-28?13:29??SourceCode?-?vs2010\Tg029.Storage.Core\PermissionService.cs
?????文件???????1392??2017-03-28?13:30??SourceCode?-?vs2010\Tg029.Storage.Core\Properties\AssemblyInfo.cs
?????文件???????1551??2017-03-28?13:29??SourceCode?-?vs2010\Tg029.Storage.Core\ReportService.cs
?????文件??????11059??2017-03-28?13:29??SourceCode?-?vs2010\Tg029.Storage.Core\StockBillService.cs
?????文件???????4451??2017-03-28?13:29??SourceCode?-?vs2010\Tg029.Storage.Core\Tg029.Storage.Core.csproj
?????文件????????452??2017-03-28?13:29??SourceCode?-?vs2010\Tg029.Storage.Core\Tg029.Storage.Core.csproj.user
?????文件??????66560??2017-04-28?21:48??SourceCode?-?vs2010\Tg029.Storage.Data\bin\Debug\Tg029.Storage.Data.dll
?????文件?????128512??2017-04-28?21:48??SourceCode?-?vs2010\Tg029.Storage.Data\bin\Debug\Tg029.Storage.Data.pdb
?????文件??????12288??2017-03-28?13:31??SourceCode?-?vs2010\Tg029.Storage.Data\bin\Debug\Tg029.Storage.Model.dll
?????文件??????32256??2017-03-28?13:31??SourceCode?-?vs2010\Tg029.Storage.Data\bin\Debug\Tg029.Storage.Model.pdb
?????文件???????6892??2017-03-28?13:29??SourceCode?-?vs2010\Tg029.Storage.Data\DAOFactory.cs
?????文件???????3573??2017-03-28?13:29??SourceCode?-?vs2010\Tg029.Storage.Data\ICompanyDAO.cs
?????文件???????1451??2017-03-28?13:29??SourceCode?-?vs2010\Tg029.Storage.Data\IEventLogDAO.cs
?????文件???????2956??2017-03-28?13:29??SourceCode?-?vs2010\Tg029.Storage.Data\IGoodsCategoryDAO.cs
............此處省略471個文件信息
評論
共有 條評論