搜索资源列表
无限级树形菜单(Sql数据库) MyTree
无限级树形菜单(Sql数据库)
利用VS2005+Sql2000开发的一个无限级树形菜单,比较简单,实用性比较强
DB_CNZZ下为数据库文件,附加即可
数据库连接配置修改DefaultTree.aspx.cs中的SqlConnection con = new SqlConnection("server=(local);database=GHRQ;uid=sa;pwd=sa&q
PW_Access(See Access Pwd)
- 通过此程序获取Access2000的数据库密码,对于破解一个软件数据库设计非常有用,对这可以根据程序的原理,自行编写获取其他版本Access数据库密码。 -Access2000 access to the database password, crack a database design software very useful in this process can be the principle, the preparati
简单shell
- 一个简单的shell,实现4个功能: (1)cd (2)pwd (3)pid (4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
myshell
- 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current p
图书馆管理系统rar
- SQL脚本文件放在查询分析器执行并生成数据表,在PASS_WORD表中添加一个初始化的用户名和密码,等一下在密码窗口中使用. 本系统不要求使用密码,本系统的ODBC配置是FileDSN=library.dsn UID=sa PWD= 本系统在XP中是可运行的-SQL scr ipt file analyzer inquiries on the implementation and generates data tables, i
BookSale
- 简单的图书销售管理系统 说明: 1.程序基本实现用户要求 2.登录密码为12345 该密码保存在数据库的Pwd表中,程序没有直接提供修改密码的功能 若要该密码,请到数据库中直接修改 3.为了方便统计,程序利用了临时表SaleReport。一般来说,统计完毕时该表会自动删除 如果由于异常原因,该表没有自动删除,那么程序在运行统计时会出现问题,其他功能不受影响 解决方法:用Access打开数据库RBo
ftbbs301dt
- 后台管理路径admin/index.asp 最高管理者:xmfangzi 密码从http://www.xmfangzi.xom/pwd.htm获取,获取后进 入后台你自已可以进行相应类别的调整或添加-management background path admin / index.asp top managers : xmfangzi from http://www.xmfangzi.xom/pwd.htm password
HrManage
- ASP.NET开发技术详解源代码 将解决方案目录“\\简历管理系统\\hrmanage”拷贝到本机中,并设置目录hrmanage目录的虚拟目录名称为hrmanage。双击根目录hrmanage.sln解决方案文件,系统会自动调用Visual Studio .NET打开本解决方案,通过“解决方案资源管理器”可查看到各层类文件的实现代码。 如果设置Webs目录的虚拟目录名称不是hrmanage,则需要修改Webs目录下的Webs.c
2006120314544029817
- C#进销存系统,WinForm与SQLServer开发,配有数据库文件, 1、把goods数据库附加在SQL SERVER中。 2、连接数据库的登录账号为:J110,登录密码:654321。 3、数据库连接字串:Server=localhost uid=sa pwd=123456 database=goods。-Invoicing System C#, SQLServer Layout and development, eq
ShellOfLinux
- Linux中Shell的几条简单命令的实现,基本框架已经搭好了,如果需要可以在此基础上进行扩充(代码中增加了多条命令同时执行的功能) 试验内容: 实现简单的Shell,至少能处理四条命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号 logout :退出shell -a few simple order to achieve the basic fr a mework has
简单shell
- 一个简单的shell,实现4个功能: (1)cd (2)pwd (3)pid (4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
pwd
- 获取windows用户帐户及密码 包括foxmail、outlook等
pwd
- 可以进行两次密码的验证,我美化了下,可以显示一些信息,蛮有成就感的。javascr ipt,在火狐和ie下均通过,没有通过,你联系我。396693709-Can verify the password twice, and I glorify, we can show some information, quite the sense of accomplishment. javascr ipt, in both Firefox and
ftp
- 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供的命令 quit:退出返回 !dir,列出本地当前目录。-In Li
ftpd
- A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s comma
ftp
- 在linux环境下用socket编程实现一个FTP,并支持以下命令: 1.?显示FTP的命令 2.pwd显示客户端的路径 3.dir列出客户端的文件信息 4.cd 改变客户端的路径 5.put 上传一个文件 6.get 下载一个文件 7.quit 结束,退出FTP -In the linux environment, with the socket programming an FTP,
myftpserver
- 使用c编写的简易ftp服务器端程序。实现的命令有:user,pass,cwd,port,pasv,type,retr,stor,dele,mkd,pwd,list,syst,quit。在linux下编译后可以执行。-Simple ftp using c write server-side program. Achieve the commands are: user, pass, cwd, port, pasv, type, retr
myftpclient
- 使用c语言编写的ftp客户端程序。实现的命令有:open,usr,pwd,cd,ls/dir,get,put,delete,mkdir,help/?,quit。在linux下编译执行。-Using the c language of the ftp client program. Implemented commands: open, usr, pwd, cd, ls/dir, get, put, delete, mkdir, hel
ftp
- 简单的ftp服务器端和客户端,两个程序同时运行,在客户端可以使用pwd、cd、quit、help、get、put、dir等命令进行操作,实现下载、上传文件等操作。-A simple ftp server-side and client-side, the two programs are running at the same time, the client can use the pwd, cd, quit, help, get,
pwd
- Mini pwd implementation busybox for Linux. -Mini pwd implementation busybox for Linux.