登录
首页 » Windows Socket编程 » 初始化管理员账号:admin密码:admin初始化生成。

初始化管理员账号:admin密码:admin初始化生成。

于 2022-04-16 发布 文件大小:600.39 kB
0 245
下载积分: 2 下载次数: 1

代码说明:

初始化管理员帐号:admin 密码:admin   初始化一般用户帐号:user密码:user   初始化新注册用户帐号:guest密码:guest 以这三种权限登录,都将返回不同的页面。 如果在管理用户的时候不小心把“admin”或者你后来添加的系统管理员删除了,你可以打开“jgxx.mdb”数据库来,然后在"yonghu"表中添加“uname","upassword","upassword","uxinming","uaccesslevel"字段填充记录,注意这些字段每一个字段都是必填的,另:"uaccesslevel"字段值填“2”为最高级系统管理员级别。 “1”为普通用户级别,即只可以查看使用,不得添加和修改数据。“0”最低级别 注意数据库保密,您可以修改数据库名称,或者路径,你然后在"conn.asp"数据库连接中再做相应修改-initialization administrator account : admin Password : admin initialization general user account : user password : user initialization new user account : guest Password : guest to the three powers Login, will return to different pages. If users in the management of not careful, "admin" or later you add the system administrator to delete, you can open the "jgxx.mdb" database, and then "yonghu" Table adding "uname", "upassword", "upassword", "uxinming , "" uaccesslevel "field filled with records, the attention of each one of these fie

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一款POP3协议的实例小软件,用于接受邮件的
    一款POP3协议的实例小软件,用于接受邮件的-A small example of POP3 protocol software, used to accept mail
    2023-05-04 02:30:02下载
    积分:1
  • 宽带运营支撑系统采集模块,客户登录,服务器对登录信息进行采集...
    宽带运营支撑系统采集模块,客户登录,服务器对登录信息进行采集-Broadband Operational Support System acquisition module, customers log on, server log information collected on
    2023-04-27 21:45:04下载
    积分:1
  • 聊天序(客户端和服务端,包含一个socket.ocx)
    聊天程序(客户端和服务端,包含一个socket.ocx)-chat program (client and server, including a socket.ocx)
    2022-02-06 12:33:27下载
    积分:1
  • 查看HOTMAIL邮件的源代码
    查看HOTMAIL邮件的源代码-See HOTMAIL e-mail source code
    2022-06-19 12:46:23下载
    积分:1
  • 使用C#语言实现通过FTP服务器下载文件,有下载文件进度显示!
    使用C#语言实现通过FTP服务器下载文件,有下载文件进度显示!-using C# language through FTP server download files, download files show progress!
    2023-07-31 11:30:03下载
    积分:1
  • 演示如何用MFC和DAO(数据访问对象)写一个CGI扩展服务器,序动态生成一个网页显示数据库中的前三条记录(8KB)<END>...
    演示如何用MFC和DAO(数据访问对象)写一个CGI扩展服务器,程序动态生成一个网页显示数据库中的前三条记录(8KB)-演engraved 如何 sputum MFC 和 DAO (Kam 据访 mad 对 kick) reclaimed land 个 CGI 扩 Nanjing Lan Jiao 服 器, 程 Saitama 动 生 成 dispatch Nanjing Gong 个 carved female显Kam 据库 Shilu 的前三 Department of 记录 (8KB)
    2022-02-03 19:59:32下载
    积分:1
  • Embedded Web Server
    介绍
    2023-05-26 23:25:03下载
    积分:1
  • 1: Animation mode pop
    1:动画方式弹出,就像MSN的提示框 2:漂亮,详细见配图 3:还可以再在开一个更加详细的内容网页 4:自动关闭,无需手工确认那个ok 5:示例包括C#和VB两个版本,popUp的源文件在EeekSoft.Web.PopupWin文件夹中 6:用起来简单(具体使用方法见代码佩文),示例使用前请先编译-1: Animation mode pop-up, just like MSN Tips Box 2: beautiful, detailed distribution see Figure 3: can also be opened again in a more detailed content of the page 4: automatically shut down without manually confirm that ok5: examples include the C# And VB two versions, popUp the source file in EeekSoft.Web.PopupWin folder 6: simple to use (see specific use code佩文), examples of the use of the compiler before
    2022-05-18 14:12:05下载
    积分:1
  • (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:
    (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX spe
    2022-05-19 18:52:33下载
    积分:1
  • Echo_Receiver
    Echo_Receiver
    2022-01-22 16:27:35下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载