搜索结果
找到约 31 项符合
pwd 的查询结果
按分类筛选
交通/航空行业 1.解压后在sql2000中建立数据库flight,然后用本文件中的flight文件进行还原 2.数据库连接是用ADO实现的,如果更改连接,打开后对两个程序的ADOConn.cpp进行修改就行(t
1.解压后在sql2000中建立数据库flight,然后用本文件中的flight文件进行还原
2.数据库连接是用ADO实现的,如果更改连接,打开后对两个程序的ADOConn.cpp进行修改就行(to新手:Server=(local)(或你的机器名,若要连别人机器,要先进行注册) UID=sa PWD=密码 )
3.本程序包含客户端和服务器端两个程序,具体功能内祥
4.客户端登陆 ...
Linux/Unix编程 模拟unix操作系统中的文件系统功能
模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件 ...
Linux/Unix编程 linux下RFC 959 FTP客户端程序
linux下RFC 959 FTP客户端程序,可以下载上传 ls pwd cd lcd等
数据库系统 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
1.把"Web"文件夹内的文件拷贝到某个文件夹
2.在IIS中新建站点,指向该文件夹,如果新建虚拟路径,会导致一些图片的不正常显示.
3."Database"文件夹内有数据库文件hyb2bTest_Data.MDF,在Sql Server企业管理器中选择"附加数据库"
4.需要修改根目录web.config文件
<add key="DBServer" value="."/>,改成当前数据库地址
<add key ...
嵌入式Linux Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.
Qt/Embedded的安装(本人亲自安装步骤)
准备源码包
◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件)
◆ Qt/Embedded 2.3.7 (Qt/Embedded 安装包)
◆ Qt 2.3.2 for X11; (Qt的X11版的安装包, 它将产生x11开发环境所需要的两个工
具)
假设把源码包解压所在/root/build-arm下
1安装tmake
进入tm ...
SQL Server ASP+mssql 财务系统 【使用说明】 在Windows系统的管理工具中
ASP+mssql 财务系统
【使用说明】
在Windows系统的管理工具中,选择Internet信息服务,进入web页面管理界面。设置默
认web站点的路径为本目录的绝对路径。
确保您的机器上安装了SQL Server2000或以上的版本,建立一个新的数据库finance,利用
查询分析器和finance.sql建立数据库。(database文件夹内 ...
Linux/Unix编程 实现简单的Linux Shell
实现简单的Linux Shell,至少支持cd、pwd、logout、ls等命令
网络 A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and followi
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 command line ftp client,
* 2. IE 6.0,
* 3. Redhat 9.0 s ftp client,
* 4. CuteFTP 8,
* I ll ...
Linux/uClinux/Unix编程 linux
简单命令使用grep等的使用
[zorro@isch ~]$ history
&nbsp; &nbsp; 1 &nbsp;ifconfig
&nbsp; &nbsp; 2 &nbsp;su
&nbsp; &nbsp; 3 &nbsp;exit
&nbsp; &nbsp; 4 &nbsp;ls
&nbsp; &nbsp; 5 &nbsp;cd Desktop/
&nbsp; &nbsp; 6 &nbsp;ls
&nbsp; &nbsp; 7 &nbsp;tar zxcf VMwareTools-8.4.5-324285.tar.gz&nbsp;
&nbsp; &nb ...
源码 12345
/****************temic*********t5557***********************************/ &nbsp;&nbsp;
#include &nbsp; <at892051.h> &nbsp; &nbsp;
#include &nbsp; <string.h> &nbsp;&nbsp;
#include &nbsp; <intrins.h> &nbsp; &nbsp;
#include &nbsp; <stdio.h> &nbsp; &nbsp;
#define &nbsp; &nbsp;uchar &nbsp; &nbsp;unsign ...