打开ssh先停服务sudo ./shutdown.sh删除遗留数据sudo rm -rf
**拷贝文件到指定目录sudo mv xx /xx/xx/xx启动服务sudo ./startup.sh包中修改数据库配置cd config
打开config文件sudo vi server.xml 编辑s.....
分类:
系统相关 时间:
2014-05-22 04:01:02
阅读次数:
359
注:本文转自http://www.ichatter.net/2013/03/21/385/
CAS(Central Authentication
Service)框架是一个开源的单点登陆框架。最近公司要将几个产品实现单点登陆,同事在负责技术筛选时选择了CAS,并已实现了单点登陆功能,但是在...
分类:
其他好文 时间:
2014-05-22 03:52:04
阅读次数:
444
工具:Sybase PowerDesigner 15.1Microsoft SQL
Server 2005第一步概要设计:打开PowerDesigner软件,设计“概念数据模型”(Conceptual Data
Model):点击workspace 右键---》New—>Conceptual Dat...
分类:
数据库 时间:
2014-05-22 03:30:22
阅读次数:
322
在Amazon AWS EC2申请了一年的免费使用权,安装了CentOS + Mono +
Jexus环境做一个Web Server使用。在上述系统安装好之后,把TCP 80端口开启(iptables),同时启动Jexus。正常情况下,从客户端使用
http://IP地址/info,就可以看到Jex...
分类:
Web程序 时间:
2014-05-22 03:00:58
阅读次数:
524
lmysql有六处使用了字符集,分别为:client
、connection、database、results、server
、system。?client是客户端使用的字符集。?connection是连接数据库的字符集设置类型,如果程序没有指明连接数据库使用的字符集类型就按照服务器端默认的字符集设...
分类:
数据库 时间:
2014-05-22 02:27:03
阅读次数:
278
Find 2 numbers with given sum in sorted array.
分类:
其他好文 时间:
2014-05-22 01:53:17
阅读次数:
288
Definitions:?StressTests the server –Peak volume
over a short span of time?LoadTests the database –Largest load the database can
handle at one time?Vo...
分类:
其他好文 时间:
2014-05-22 01:29:01
阅读次数:
338
Find a number which appears once in an array with
all the other numbers appear twice.
分类:
其他好文 时间:
2014-05-22 01:08:40
阅读次数:
278
Reorder an array so that odd numbers come
before even numbers.
分类:
其他好文 时间:
2014-05-22 00:38:39
阅读次数:
259
一:字符替换:strtr > str_replace >
preg_replace注意:1:一般用strtr函数的这种形式:string strtr ( string $str , array
$replace_pairs )2:如果 replace_pairs 中包含一个空 字符串 (...
分类:
Web程序 时间:
2014-05-21 23:40:35
阅读次数:
357