91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

資源包含基于C#,用Visual Studio 2008編寫的系統(tǒng);與系統(tǒng)相關(guān)的數(shù)據(jù)庫(用sql server 2008編寫);相關(guān)論文等;

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Data;
using?System.Data.SqlClient;

namespace?BLL
{
????public?class?commentLogic
????{
????????Model.commentInfo?mc?=?new?Model.commentInfo();
????????DAL.commentAccess?dc?=?new?DAL.commentAccess();
????????#region?查詢所有評論的方法
????????public?DataSet?GetAllComments()
????????{
????????????return?dc.GetAllComments();
????????}
????????#endregion

????????#region?根據(jù)新聞評論ID查詢對應(yīng)評論
????????public?DataSet?GetCommentsByNewsID(Model.commentInfo?mc)
????????{
????????????return?dc.GetCommentsByNewsID(mc);
????????}
????????#endregion

????????#region?根據(jù)評論id刪除對應(yīng)評論
????????public?bool?DeleteCommentsByID(Model.commentInfo?mc)
????????{
????????????return?dc.DeleteCommentsByID(mc);
????????}
????????#endregion

????????#region?根據(jù)新聞id刪除對應(yīng)評論
????????public?bool?DeleteCommentsByNewsID(Model.commentInfo?mc)
????????{
????????????return?dc.DeleteCommentsByNewsID(mc);
????????}
????????#endregion
????????#region?查詢所有評論的方法
????????public?DataSet?GetCommentsByCindex(Model.commentInfo?mc?int?n)
????????{
????????????return?dc.GetCommentsByCindex(mc?n);
????????}
????????#endregion
????????#region?根據(jù)新聞id查詢評論次數(shù)
????????public?int?GetCommentsCindexByNid(Model.commentInfo?mc)
????????{
????????????return?dc.GetCommentsCindexByNid(mc);
????????}
????????#endregion
????????#region?根據(jù)新聞id添加評論
????????public?bool?AddComments(Model.commentInfo?mc)
????????{
????????????return?dc.AddComments(mc);
????????}
????????#endregion
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???12974691??2019-07-10?17:09??畢業(yè)答辯.pptx

?????文件????3210873??2019-05-29?15:53??論文新.docx

?????文件???????7168??2019-05-14?17:05??juntuotz\BLL\bin\Debug\BLL.dll

?????文件??????28160??2019-05-14?17:05??juntuotz\BLL\bin\Debug\BLL.pdb

?????文件??????14336??2019-05-02?17:00??juntuotz\BLL\bin\Debug\DAL.dll

?????文件??????34304??2019-05-02?17:00??juntuotz\BLL\bin\Debug\DAL.pdb

?????文件???????7680??2019-04-21?14:56??juntuotz\BLL\bin\Debug\Model.dll

?????文件??????32256??2019-04-21?14:56??juntuotz\BLL\bin\Debug\Model.pdb

?????文件???????2937??2019-04-20?20:13??juntuotz\BLL\BLL.csproj

?????文件???????1722??2019-05-02?16:36??juntuotz\BLL\commentLogic.cs

?????文件???????2835??2019-04-30?19:19??juntuotz\BLL\newsLogic.cs

?????文件???????4248??2019-05-14?17:05??juntuotz\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt

?????文件???????7168??2019-05-14?17:05??juntuotz\BLL\obj\Debug\BLL.dll

?????文件??????28160??2019-05-14?17:05??juntuotz\BLL\obj\Debug\BLL.pdb

?????文件???????3584??2018-12-03?10:03??juntuotz\BLL\obj\Debug\Refactor\BLL.dll

?????文件???????9533??2019-05-14?16:33??juntuotz\BLL\obj\Debug\ResolveAssemblyReference.cache

?????文件???????1338??2018-11-28?15:22??juntuotz\BLL\Properties\AssemblyInfo.cs

?????文件???????2698??2019-05-14?17:05??juntuotz\BLL\UserLogic.cs

?????文件??????14336??2019-05-02?17:00??juntuotz\DAL\bin\Debug\DAL.dll

?????文件??????34304??2019-05-02?17:00??juntuotz\DAL\bin\Debug\DAL.pdb

?????文件???????7680??2019-04-21?14:56??juntuotz\DAL\bin\Debug\Model.dll

?????文件??????32256??2019-04-21?14:56??juntuotz\DAL\bin\Debug\Model.pdb

?????文件???????3011??2019-05-02?16:36??juntuotz\DAL\commentAccess.cs

?????文件???????2811??2019-04-20?20:13??juntuotz\DAL\DAL.csproj

?????文件???????3130??2018-12-04?20:24??juntuotz\DAL\DBbase.cs

?????文件???????4975??2019-04-30?19:19??juntuotz\DAL\newsAccess.cs

?????文件???????3346??2019-05-14?17:21??juntuotz\DAL\obj\Debug\DAL.csproj.FileListAbsolute.txt

?????文件??????14336??2019-05-02?17:00??juntuotz\DAL\obj\Debug\DAL.dll

?????文件??????34304??2019-05-02?17:00??juntuotz\DAL\obj\Debug\DAL.pdb

?????文件???????4096??2018-12-03?10:03??juntuotz\DAL\obj\Debug\Refactor\DAL.dll

............此處省略851個文件信息

評論

共有 條評論