上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页
在Unix下常遇到一些解包、压包的问题。一般情况下将若干文件或文件夹打成tar包,是为了便于文件的传输和管理。例如,通过FTP从Unix平台下载目录结构较多的文件夹到Windows平台或另外一Unix平台,虽然文件夹不是太大,但由于每个文件很小,且非常多,每个文件都要进行文件头、尾检查校验。下载速度会非常慢。如果打成tar包,传输就会快很多。存档的文件夹打成tar包也容易管理。值得注意的是:tar... Read More
posted @ 2009-02-11 11:02 blueKnight Views(1733) Comments(0) Diggs(0) Edit
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->AIX常用命令 目录操作 命令名 功能描述 使用举例 mkdir 创建一个目录 mkdir dirname rmdir 删除一个目录 rmdir dirname mvdir 移动或重命名... Read More
posted @ 2009-01-19 19:47 blueKnight Views(1521) Comments(0) Diggs(0) Edit
D:">cd D:"Program Files"WebSphere"AppServer"bin D:"Program Files"WebSphere"AppServer"bin>./wsadmin.sh WASX7209I: 使用 SOAP 连接器连接到节点 jstrdpowerManager 上的进程“dmgr”;进程的 类型为:DeploymentManager WASX7029I: 要获取帮... Read More
posted @ 2009-01-19 11:39 blueKnight Views(229) Comments(0) Diggs(0) Edit
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->root用户登录后 #crontab -e 进入vi编辑模式 a键 -- 后插入 i 键 -- 前插入 dd(按双下d键) -- 删除一行 x键 -- 删除当前字... Read More
posted @ 2009-01-01 01:42 blueKnight Views(11841) Comments(0) Diggs(0) Edit
changedate.vbs Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->On Error Resume Next dim oshell Set objShell = CreateObject("Wscript.Shell") objShe... Read More
posted @ 2009-01-01 01:31 blueKnight Views(1281) Comments(0) Diggs(0) Edit
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->需求: 2009年1月1-15日日期定格在2008年12月31日 实现: 一、构建changedate.sh脚本文件Code highlighting produced by Actipro CodeH... Read More
posted @ 2009-01-01 01:26 blueKnight Views(1120) Comments(0) Diggs(0) Edit
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 一、文本模式下修改 命令及参数选项:date -s 示例如下: #date -s 04/11/2008 ------将系统时间设定成2008年4月11日 #date -s... Read More
posted @ 2008-12-31 14:13 blueKnight Views(314) Comments(0) Diggs(0) Edit
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1、服务器动: /sbin/service crond start //启动服务 /sbin/service crond stop //关闭服务 /sbin/service crond restar... Read More
posted @ 2008-12-31 14:09 blueKnight Views(722) Comments(0) Diggs(0) Edit
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->数据库服务器WZ79(备份源库jswz), WZ183(还原目标库jswztest) ============================= 1、清除WZ183.jswztest的表对象 ... Read More
posted @ 2008-12-23 12:41 blueKnight Views(233) Comments(0) Diggs(0) Edit
笔记本无线共享上网教程 2008-06-10 21:08 环境: 1. 两台本本,系统都是XP_sp2(多台没试,局域网的话相当于hub吧,应该也行)。 2. 一条网线能连上互联网。 3. 两台机器都有无线网卡,且工作正常。 4. 连网线的本本记做PC1,不连网线直接上网的本本记做PC2。 步骤: 1. 确保物理连接都正常。 2. 在网络邻居里面设置小型办公局域网,要选择共享文件和打... Read More
posted @ 2008-12-23 12:38 blueKnight Views(4399) Comments(0) Diggs(0) Edit
Linux命令大全(修改版).chm [下载] 一、常用的操作命令 相关的命令 ls 列出文件,文件名 CP 文件的复制 RM 删除文件 RM -R 删除有文件的文件夹 MV 移动文件 MKDIR 创建目录 RMDIR 删除目录 PS 查看进程 PWD 查看当前目录 DU 查看磁盘情况 CD 改变目录 FIND 搜索文件系统 LOCATE ... Read More
posted @ 2008-12-23 12:36 blueKnight Views(383) Comments(0) Diggs(0) Edit
系统环境: 1、操作系统:Windows 2000 Server,机器内存128M 2、数据库: Oracle 8i R2 (8.1.6) for NT 企业版 3、安装路径:D:\ORACLE 卸载步骤: 1、开始->设置->控制面板->管理工具->服务 停止所有Oracle服务。 2、开始->程序->Oracle - OraHome81->Oracle Installatio... Read More
posted @ 2008-10-09 17:40 blueKnight Views(350) Comments(1) Diggs(0) Edit
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--Oracle多行数据合并一行.sql --1. CREATE TYPE NUMBER_LIST_T AS TABLE OF varchar2(50); --2. CREATE OR R... Read More
posted @ 2008-09-11 18:45 blueKnight Views(1359) Comments(2) Diggs(0) Edit
select.js Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->var searchReq=createAjaxObj(); function createAjaxObj() { var httprequest=false; if(... Read More
posted @ 2008-06-15 17:32 blueKnight Views(365) Comments(0) Diggs(0) Edit
DECLARE @subSql varchar(8000), @strType varchar(50),@type varchar(8), @i1 INT, @i2 INT set @subSql='' set @strType=',3,4,5,7,8,9,10,11,22,23,25,40,41,45,46,' set @i1=charindex(',',@strType) set @strTy... Read More
posted @ 2008-05-30 17:27 blueKnight Views(1101) Comments(0) Diggs(0) Edit
download image String root = getServletContext().getRealPath("/"); String path = request.getParameter("path"); String name = request.getParameter("name"); System.out.println(root + path + name... Read More
posted @ 2008-05-26 10:04 blueKnight Views(646) Comments(0) Diggs(0) Edit
/**//** * Access数据库通用处理类 * Author: ding.email@163.com * CreateTime: 2008-05-16 */ using System; using System.Collections.Generic; using System.Collections; using System.Text; using System.Data; us... Read More
posted @ 2008-05-17 19:44 blueKnight Views(4507) Comments(0) Diggs(0) Edit
例: 在原有onload事件上增加处理 Read More
posted @ 2008-04-30 12:26 blueKnight Views(499) Comments(1) Diggs(0) Edit
正在加载数据,请稍候. Loading 可以将此页面做为公用页面,利用iframe调用其他页 亦或者在其它JSP页面上,利用来引入该页面 Read More
posted @ 2008-04-30 12:18 blueKnight Views(7244) Comments(1) Diggs(1) Edit
/** *//** * 格式化中文字符,防止出现乱码 * @param str * @return */ public String codeToString(String str) { String strString = str; try { byte tempB[] = strStri... Read More
posted @ 2008-04-23 12:23 blueKnight Views(8303) Comments(1) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页