• 大小: 1.31M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 源码  管理  财务  

资源简介

三层财务收支管理源码,了解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个文件信息

评论

共有 条评论