資源簡介
三層財務收支管理源碼,了解c#,三層結構的好案例,
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Web;
using?System.Web.UI;
namespace?Common
{
????public?class?MessageBox
????{
????????public?static?void?ShowMes(Page?p?string?mes)
????????{
????????????p.Clientscript.RegisterStartupscript(p.GetType()?“彈出對話框“?“alert(‘“?+?mes?+?“‘)“?true);
????????}
????????public?static?void?Redirect(Page?p?string?url)
????????{
????????????p.Clientscript.RegisterStartupscript(p.GetType()?“跳轉頁面“?“location.href=‘“?+?url?+?“‘“?true);
????????}
????????public?static?void?ShowMesAndRedirect(Page?p?string?mes?string?url)
????????{
????????????p.Clientscript.RegisterStartupscript(p.GetType()“彈出對話框并跳轉頁面““alert(‘“+mes+“‘);location.href=‘“+url+“‘“true);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????9728??2015-12-21?11:10??HB三層財務收支管理源碼\Common\bin\Debug\Common.dll
?????文件??????26112??2015-12-21?11:10??HB三層財務收支管理源碼\Common\bin\Debug\Common.pdb
?????文件???????3862??2015-12-21?11:08??HB三層財務收支管理源碼\Common\Common.csproj
?????文件????????452??2015-12-21?11:08??HB三層財務收支管理源碼\Common\Common.csproj.user
?????文件????????818??2012-02-06?12:08??HB三層財務收支管理源碼\Common\MessageBox.cs
?????文件????????130??2012-02-28?12:52??HB三層財務收支管理源碼\Common\obj\Common.csproj.FileList.txt
?????文件???????1023??2015-12-21?11:10??HB三層財務收支管理源碼\Common\obj\Debug\Common.csproj.FileListAbsolute.txt
?????文件???????9728??2015-12-21?11:10??HB三層財務收支管理源碼\Common\obj\Debug\Common.dll
?????文件??????26112??2015-12-21?11:10??HB三層財務收支管理源碼\Common\obj\Debug\Common.pdb
?????文件???????5180??2016-04-21?16:11??HB三層財務收支管理源碼\Common\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????16384??2012-02-04?22:30??HB三層財務收支管理源碼\Common\obj\Debug\Refactor\Common.dll
?????文件???????1355??2012-02-04?21:29??HB三層財務收支管理源碼\Common\Properties\AssemblyInfo.cs
?????文件??????14004??2012-02-27?13:19??HB三層財務收支管理源碼\Common\SqlHelper.cs
?????文件???????4945??2014-04-30?09:10??HB三層財務收支管理源碼\from.gif
?????文件???????9728??2015-12-21?11:10??HB三層財務收支管理源碼\MyBal\bin\Debug\Common.dll
?????文件??????26112??2015-12-21?11:10??HB三層財務收支管理源碼\MyBal\bin\Debug\Common.pdb
?????文件???????5632??2015-12-21?11:10??HB三層財務收支管理源碼\MyBal\bin\Debug\MyBal.dll
?????文件??????26112??2015-12-21?11:10??HB三層財務收支管理源碼\MyBal\bin\Debug\MyBal.pdb
?????文件??????12288??2015-12-21?11:10??HB三層財務收支管理源碼\MyBal\bin\Debug\MyDal.dll
?????文件??????30208??2015-12-21?11:10??HB三層財務收支管理源碼\MyBal\bin\Debug\MyDal.pdb
?????文件???????6144??2015-12-21?11:10??HB三層財務收支管理源碼\MyBal\bin\Debug\MyModel.dll
?????文件??????28160??2015-12-21?11:10??HB三層財務收支管理源碼\MyBal\bin\Debug\MyModel.pdb
?????文件????????895??2012-02-07?22:30??HB三層財務收支管理源碼\MyBal\Fee.cs
?????文件????????917??2012-02-04?22:15??HB三層財務收支管理源碼\MyBal\FeeType.cs
?????文件???????4177??2015-12-21?11:08??HB三層財務收支管理源碼\MyBal\MyBal.csproj
?????文件????????452??2015-12-21?11:08??HB三層財務收支管理源碼\MyBal\MyBal.csproj.user
?????文件???????5200??2016-04-21?16:11??HB三層財務收支管理源碼\MyBal\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????2414??2015-12-21?11:10??HB三層財務收支管理源碼\MyBal\obj\Debug\MyBal.csproj.FileListAbsolute.txt
?????文件??????11699??2015-12-21?11:10??HB三層財務收支管理源碼\MyBal\obj\Debug\MyBal.csprojResolveAssemblyReference.cache
?????文件???????5632??2015-12-21?11:10??HB三層財務收支管理源碼\MyBal\obj\Debug\MyBal.dll
............此處省略759個文件信息
- 上一篇:ASP.net mvc5框架解析pdf
- 下一篇:wpf loading 控件
評論
共有 條評論