資源簡介
1、用戶管理
2、組管理
3、用戶授權(quán)
4、菜單管理
5、菜單授權(quán)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Data.SqlClient;
using?System.Security;
using?System.Security.Cryptography;
using?System.Configuration;
namespace?System_Manage
{
????public?partial?class?Frm_Login?:?Form
????{
????????SqlConnection?conn?=?new?SqlConnection(ConfigurationManager.ConnectionStrings[“conn“].ConnectionString);
????????public?static?string?userid?=?““;
????????public?static?string?usertruename?=?““;
????????public?static?string?roleid?=?““;
????????public?Frm_Login()
????????{
????????????InitializeComponent();
????????}
????????private?void?User_Login(string?username?string?userpass)
????????{
????????????t
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????222??2014-12-04?22:40??LangPowerMS\App.config
?????文件???????9216??2014-11-27?13:26??LangPowerMS\bin\Debug\Interop.EPASSMDLibFull.dll
?????文件?????240640??2014-12-04?11:12??LangPowerMS\bin\Debug\System_Manage.exe
?????文件????????219??2014-12-04?11:05??LangPowerMS\bin\Debug\System_Manage.exe.config
?????文件?????132608??2014-12-04?11:12??LangPowerMS\bin\Debug\System_Manage.pdb
?????文件??????11592??2014-12-04?11:11??LangPowerMS\bin\Debug\System_Manage.vshost.exe
?????文件????????219??2014-12-04?11:05??LangPowerMS\bin\Debug\System_Manage.vshost.exe.config
?????文件????????490??2012-07-26?20:00??LangPowerMS\bin\Debug\System_Manage.vshost.exe.manifest
?????文件????2031616??2014-12-04?22:43??LangPowerMS\DB\system_manage_Data.MDF
?????文件????3932160??2014-12-04?22:43??LangPowerMS\DB\system_manage_Log.LDF
?????文件???????4501??2014-11-03?13:39??LangPowerMS\Frm_Login.cs
?????文件???????8003??2014-11-03?13:39??LangPowerMS\Frm_Login.Designer.cs
?????文件?????135654??2014-11-03?13:39??LangPowerMS\Frm_Login.resx
?????文件???????6034??2014-12-04?10:01??LangPowerMS\Frm_Main.cs
?????文件???????8227??2014-12-04?10:01??LangPowerMS\Frm_Main.Designer.cs
?????文件???????6607??2014-12-04?10:01??LangPowerMS\Frm_Main.resx
?????文件??????29097??2014-12-04?10:00??LangPowerMS\Frm_Resources.cs
?????文件??????20223??2014-11-03?13:39??LangPowerMS\Frm_Resources.Designer.cs
?????文件???????6012??2014-11-03?13:39??LangPowerMS\Frm_Resources.resx
?????文件???????8064??2014-12-04?10:00??LangPowerMS\Frm_Roles.cs
?????文件??????13169??2014-11-03?13:39??LangPowerMS\Frm_Roles.Designer.cs
?????文件???????6368??2014-11-03?13:39??LangPowerMS\Frm_Roles.resx
?????文件???????9359??2014-11-03?13:39??LangPowerMS\Frm_Role_Resources.cs
?????文件???????6362??2014-11-03?13:39??LangPowerMS\Frm_Role_Resources.Designer.cs
?????文件???????5814??2014-11-03?13:39??LangPowerMS\Frm_Role_Resources.resx
?????文件??????11306??2014-12-04?10:00??LangPowerMS\Frm_Users.cs
?????文件??????21061??2014-11-03?13:39??LangPowerMS\Frm_Users.Designer.cs
?????文件???????7308??2014-11-03?13:39??LangPowerMS\Frm_Users.resx
?????文件???????7690??2014-11-03?13:39??LangPowerMS\Frm_Users_Roles.cs
?????文件???????6338??2014-11-03?13:39??LangPowerMS\Frm_Users_Roles.Designer.cs
............此處省略44個文件信息
- 上一篇:學院OA系統(tǒng)源碼
- 下一篇:MapReduce分布式計算 入門級代碼
評論
共有 條評論