資源簡介
考勤系統設計
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?framework;
using?System.Data.SqlClient;
using?System.Data;
namespace?BLL
{
????public?class?BLLAttLog
????{
????????public?static?ReturnValue?AddAttLog(string?UserID?string?VerifyMode?string?InOutMode?string?AttDate?string?WorkCode?string?Reserved)
????????{
????????????int?iReturnValue?=?-10;
????????????string?strErrInfo?=?“No?Return?Info!“;
????????????SqlCommand?cmd?=?new?SqlCommand();
????????????try
????????????{
????????????????string?cmdText?=?“AddAttLog“;
????????????????cmd.Connection?=?new?SqlConnection(AppSettings.GetConString());
????????????????cmd.CommandType?=?CommandType.StoredProcedure;
????????????????cmd.CommandText?=?cmdText;
????????????????cmd.Para
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????52224??2011-03-18?14:59??BLL\bin\Debug\BLL.dll
?????文件??????83456??2011-03-18?14:59??BLL\bin\Debug\BLL.pdb
?????文件??????10240??2011-03-18?14:59??BLL\bin\Debug\DataAccess.dll
?????文件??????24064??2011-03-18?14:59??BLL\bin\Debug\DataAccess.pdb
?????文件?????946176??2007-08-29?19:37??BLL\bin\Debug\Excel.dll
?????文件??????23040??2011-03-18?14:59??BLL\bin\Debug\fr
?????文件??????65024??2011-03-18?14:59??BLL\bin\Debug\fr
?????文件??????64088??2007-10-10?09:48??BLL\bin\Debug\Microsoft.Vbe.Interop.dll
?????文件??????25600??2011-03-18?14:59??BLL\bin\Debug\Model.dll
?????文件?????108032??2011-03-18?14:59??BLL\bin\Debug\Model.pdb
?????文件?????223800??2007-10-10?09:48??BLL\bin\Debug\office.dll
?????文件??????49664??2011-01-11?22:18??BLL\bin\Release\BLL.dll
?????文件??????85504??2011-01-11?22:18??BLL\bin\Release\BLL.pdb
?????文件???????9216??2011-01-09?23:29??BLL\bin\Release\DataAccess.dll
?????文件??????22016??2011-01-09?23:29??BLL\bin\Release\DataAccess.pdb
?????文件?????946176??2007-08-29?19:37??BLL\bin\Release\Excel.dll
?????文件??????21504??2011-01-09?23:27??BLL\bin\Release\fr
?????文件??????58880??2011-01-09?23:27??BLL\bin\Release\fr
?????文件??????64088??2007-10-10?09:48??BLL\bin\Release\Microsoft.Vbe.Interop.dll
?????文件??????23040??2011-01-09?23:29??BLL\bin\Release\Model.dll
?????文件?????105984??2011-01-09?23:29??BLL\bin\Release\Model.pdb
?????文件?????223800??2007-10-10?09:48??BLL\bin\Release\office.dll
?????文件???????3648??2010-12-18?17:15??BLL\BLL.csproj
?????文件??????26433??2011-01-12?22:02??BLL\BLLAttLog.cs
?????文件???????1254??2010-10-23?21:32??BLL\BLLAttparam.cs
?????文件???????2846??2010-10-18?22:07??BLL\BLLCompany.cs
?????文件???????3627??2010-10-18?22:07??BLL\BLLDepartments.cs
?????文件???????2972??2010-12-18?14:40??BLL\BLLHolidays.cs
?????文件???????5640??2010-12-29?21:03??BLL\BLLLeaveClass.cs
?????文件???????6624??2010-12-26?14:47??BLL\BLLMachines.cs
............此處省略658個文件信息
- 上一篇:ASP.NET+MVC+IOC+多語言基礎框架
- 下一篇:.net 微信支付
評論
共有 條評論