`
文章列表
SSIS error message is: [Bulk Insert Task] Error: An error occurred with the following error message: "Cannot bulk load because the file "C:\Deployment\Files\temp.txt" could not be opened. Operating system error code 3(The system cannot find the path specified.)."   ...
虽然一直在项目中使用Spring,但是一些底层的设计思想还真是不太清楚。借此机会,学习升华一下。 收获: 第三章 IoC容器概述 1. 虽然知道Spring的核心技术是控制反转IoC(Inverse of Control)和依赖注入DI(Dependency Inject ...
核心: 如需把f盘下test.msi文件解开到目录f:\dir,操作如下: 打开命令提示符,输入 msiexec /a "F:\test.msi" /qb TARGETDIR="F:\dir"  //注释:其中F:\test.msi 是msi文件的路径,F:\dir 是解压路径。 回车,将会显示跟安装 msi ...
SSIS error message is: Error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.   Solution:   The solution is simple, change the CommandTimeout property of your SqlCommand object.  The Connect Timeout attribu ...
  OLE DB: obeject linking embedding 对象链接嵌入 ODBC: open database connection 开放式数据库连接 ADO.NET : ActiveX Data Objects 动态数据对象   一:从本质上区别 , OLE ,ADO.NET 是面向对象, ODBC是面向 SQL标准。 二:用途上, OLE DB 主要解决一些客户端程序或者文档的信息共享, ODBC 主要解决数据库上。 ADO.NET 与 OLE DB 的区别 ADO.ENT 的底层支持还是 O ...
exec   sp_help @TableName  --得到表信息。字段,索引。constraint. exec   sp_pkeys @TableName  --得到主键。 exec   sp_fkeys @TableName  --得到表的外键 exec   sp_primarykeys @table_server  --得到远程表主键。
打开控制面板 DOS命令 和RUNDLL32使用大全 ­ ­ 模块: control.exe ­ 命令 : rundll32.exe shell32.dll,Control_RunDLL ­ 结果: 显示控制面板窗口。 ­ 辅助选项 ­ 模块: access.cpl ­ 命令 : rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5 ­ 结果: 显示辅助选项/常规。 ­ 命令 : rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1 ­ ...
OpenSSL可以使用在Windows上,也可以在Linux下面使用,这次准备拿Linux开刀,于是找了RedHat 9.0安装,然后安装自带的OpenSSL组件,rpm一下而已,很简单,安装完成之后,就可以开始下面的工作了: 一、先建立OpenSSL的基本环境,为了达到最简单的效果,就不对OpenSSL的配置文件作出任何改动,准备工作如下: 1、在当前所在的目录下(随便什么目录,想在什么目录下开展工作都可以,自己记得就是)建立一个目录  demoCA 2、进入这个目录:cd  demoCA/ 3、建立空文件 index.txt 用来保存以后的证书信息,这是OpenSSL的证书数据库 ...
1.使用openssl转换将pem的密钥和证书成der格式 openssl pkcs8 -topk8 -nocrypt -in key.pem -inform PEM -out key.der -outform DER openssl x509 -in cert.pem -inform PEM -out cert.der -outform DER  2.使用java程序ImportKey创建密钥库,可以修改java代码中的密码,别名,文件路径和名字 java ImportKey key.der cert.der  也可以创建后,使用keytool命令修改密码,别名  检查一个keys ...
查看linux server的/etc/hosts 文件   例如: # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1        localhost.localdomain localhost ::1        localhost6.localdomain6 localhost6 192.168.1.114        mylinuxserver   其中192.168.1.114为linux ...
错误信息如下: <Feb 22, 2012 2:42:28 AM EST> <Warning> <HTTP> <BEA-101162> <User defined listener org.springframework.web.context.ContextLoaderListener failed: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in Servl ...

RPM 命令

    博客分类:
  • RPM
RPM 有五种基本的操作方式(不包括创建软件包): 安装, 卸载, 升级, 查询,和验证。 下面我们就来逐一的讲解吧。 一、 安装RPM包 RPM 软件包通常具有类似foo-1.0-1.i386.rpm 的文件名。其中包括 软件包的名称(foo),版本号(1.0),发行号(1), 和 硬件平台(i386)。安装一个软件包只需简单的键入以下命令: $ rpm -ivh foo-1.0-1.i386.rpm foo #################################### RPM安装完毕后会打印出软件包的名字(并不一定与文件名相同), 而后打印一连串的#号以 ...
#!../soft/perl/bin/perl #ident "%W%" #format data file my ($inputfile)=$ARGV[0]; my ($outfile)=$ARGV[1]; &getDatas(); sub getDatas{ #column size 5,2,2,2,6,8,5,15,1,30,30,10,10,10,8,23,20,2,4 #data size 5,2,2,2,6,8,5,20,1,30,30,3,10,10,8,26,20,2,4 @clmsLen=(5,2,2,2,6, ...

Hermes cmd

  1.Download the rpm.Z file and install it on a server.RPM command: Install:       scsudo - root /bin/rpm -ivh /XXX/XXX.rpm Remove:       scsudo - root /bin/rpm -ev XXX   2.Extract rpm package   rpm2cpio XXX.rpm | cpio -idmv   3. To extract a *.tar file: tar xvf package.tar To ...
1.cmd sendevent -E FORCE_STARTJOB -J JobName sendevent -E JOB_ON_ICE -J JobName sendevent -E CHANGE_STATUS -s FAILURE -J JobName sendevent -E CHANGE_STATUS -s SUCCESS -J JobName2.run jil file to create/update/delete Job jil < /path/JilFile.jil3.Create calendar on Autosys 1).create TXT docu ...
Global site tag (gtag.js) - Google Analytics