搜索列表
-
tar命令
【Linux】怎样使用tar命令打包(备份)文件?A:The syntax of tar is:tar [options][files]The options used most often with tar are as follows:c Creates a new backup,overwriting any files already on the backup destination.x Extracts files from backup media.t Lists
tar命令 -
修改fckeditor的文件上传功能步骤
【网页编辑器】虽然fckeditor自带了文件上传功能,但感觉自带的不方便使用。
fckeditor文件上传 -
Solaris 10 OS 快速安裝配置 Apache + Mysql + php
【Solaris】前言:本文的阅读对象是为已经有 Apache、MySQL 和 php 基本的操作经验的人员编写。主要讲求正确和快速安装。致于,Apache、MySQL 和 php详细设定、修改方面和软件测试,在这里不会详谈。设定、测试与启动 Apache2 Solaris 10 已经内置安装了 Apache 2.xx,只需要
配置快速 root:/#版本以上启动安装设定如果 -
给Solaris打补丁 保护系统安全
【Solaris】一、solaris补丁介绍 1.1补丁的种类及文件名 solaris的补丁分为两类,一类是Point补丁,另一类是Cluster补丁。 a)Point补丁程序: 这类补丁仅仅是针对某一问题
安全系统保护补丁 安装文件patch 可以 -
FreeBSD常用命令--ports使用方法讲解
【Unix/BSD】更新 INDEX 对照表 4.x 的 INDEX 位於 /usr/ports/INDEX,5.x 位於 /usr/ports/INDEX-5。 INDEX 是对照 ports 所有相依等资讯的对照表,若长期未更新的话,会导致ports 对照失败。官方有定期更新 INDEX,如果 想自行更新的话,则:cd /usr/ports/make fetch
讲解命令常用ports安装make cd版本套件 -
FREEBSD手工配置网络
Warning: Illegal string offset 'id' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71
Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71
Warning: Illegal string offset 'classname' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
【】在FreeBSD系统中,网络能力十分重要,对于一个标准的FreeBSD系统,至少要有一个网络界面以便与其他计算机通信。最常见的网络界面为以太网卡。此外FreeBSD也支持Token Ring和FDDI,以及普通电话拨号连接、ISDN、ATM等广域网连接方式。在计算机网络领域内最常使用的连接方 -
Linux系统下安装软件,程序
【RedHat/Centos】1、源代码包的安装gzip -d apache_1.3.20.tar.gz (解压)tar xvf apache_1.3.20.tar (解包)cd apache_1.3.20 ./configure (配置) ----./configure --help(查看configure选项)make (编译)make install (安装)ma
程序软件安装系统 软件包文件&helliprpm -
linux系统下rpm包的安装、删除、效验、查询
【RedHat/Centos】安装软件包rpm-i 包全名删除 rpm -e name(不是包名)参数-ivh 获得一个详细的安装进程 --nodeps 忽略依赖关系--force 强制安装-U 包名:升级安装-F 更新不管是什么直接覆盖--replacepkgs这样 RPM 将忽略该错误信息 -vih --repla
查询删除安装系统 软件包文件RPMrpm使用 -
aspupload 3.0 下载与使用集锦
【ASP编程】AspUpload 是一款功能强大的动态服务器上传组件!安装此程序,可以让你通过ASP程序上传各种文档
aspupload -
用ASP打开远端MDB文件的方法
【ASP编程】如果你用ODBC connection (DSN or DSN-less)来访问远端的(UNC path)数据库, OLEDB会出现以下错误信息: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC&nbs...
用ASP打开远端MDB文件的方法 -
javascript asp教程创建数据库连接
【ASP编程】While this section is devoted to ASP database utilization, it very important to remember that this web site is not intended to be a thorough ASP resource. Remember, the focus of this site is strictly limited to how to use JavaScript as your primary scripting language for ASP. You'...
javascriptasp教程创建数据库连接 -
javascript asp教程第十二课---session对象
【ASP编程】Overview: The Session Object is how you track a single user across many pages. It has four (4) properties, two (2) collections, one (1) method, and two (2) events. Get Started: In this series of examples we will create a password system. We will use the Session Object to track whet...
javascriptasp教程第十二课---session对象