7、如何确定SQL SERVER 2000数据库已经安装了SP4补丁? ?(1)电脑桌面左下角“开始”-“所有程序”-“Microsoft SQL Server”-“企业管理器”。如下图所示: (2)双击“Microsoft SQL Servers”-“SQL Server组...
分类:
数据库 时间:
2015-04-07 12:18:09
阅读次数:
184
1、打开MyEclipse选择主菜单中的window—>preferences2、在搜索框中输入tomcat,在下面的Tomcat中选择对应的版本,在Tomcathomedirectory找到自己的Tomcat的文件夹,点击确定,路径会自动填充,并选择Enable启用(如果没用启用,则servers窗口上则不会显示),最后点击确定..
分类:
系统相关 时间:
2015-04-06 18:57:24
阅读次数:
149
.NET技术+25台服务器怎样支撑世界第54大网站英文原文:StackOverflow Update: 560M Pageviews A Month, 25 Servers, And It's All About PerformanceStackOverflow 是一个 IT 技术问答网站,用户可以...
分类:
Web程序 时间:
2015-04-03 13:18:14
阅读次数:
207
eclipse在tomcat运行自己的网页程序Run on Server时发现RT错误解决办法:Windows ->Show View -> Servers在 Servers View 里删除相应的 Server然后再Run on Server,就可以了
分类:
其他好文 时间:
2015-04-01 11:09:41
阅读次数:
159
#!/bin/bash
if[-z$1];then
echo"Usage:crun<p_w_picpathname>:<version>"
echo"cstop<containername>"
exit1
fi
if[-z$ETCD_HOST];then
ETCD_HOST="192.168.2.98:4001"
fi
if[-z$ETCD_PREFIX];then
ETCD_PREFIX="app/servers"
fi
if[-z$CPORT];then
CPO..
分类:
其他好文 时间:
2015-03-28 18:53:39
阅读次数:
168
在应用程序服务连接器(上)一文中,小编为大家介绍了MyEclipse中的服务连接器、服务连接器是如何工作的以及连接器的配置。接下来小编将继续为大家介绍另外两节的内容,希望能够帮助到大家。
4. 服务器视图
服务器视图提供了配置应用程序服务连接器状态的全面视图。这种视图是MyEclipse默认视图的一个标准部分。要打开服务器视图,选择Window>Show View>Servers。
...
分类:
系统相关 时间:
2015-03-20 11:02:14
阅读次数:
162
查看进程:1,ps -e 命令 2,feng@feng:~$ sudo netstat -antupActive Internet connections (servers and established)Proto Recv-Q Send-Q Local Address Foreign Addre...
分类:
系统相关 时间:
2015-03-19 13:13:01
阅读次数:
198
Eclipse启动Tomcat时,默认配置的启动超时时长为45秒。假若项目启动超过45秒将会报错。两种解决方法:1、改XMLeclipse\workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xmlstart-timeout="45"修改workspace\.metadata\.plugins\org.eclipse.wst.server.core..
分类:
系统相关 时间:
2015-03-19 06:43:06
阅读次数:
161
[root@Mail-Verify-01salt]#cattop.slsbase:‘*‘:-servers[root@Mail-Verify-01f_source]#salt‘CMM-182.91‘state.highstateCMM-182.91:----------ID:apacheFunction:pkg.installedName:httpdResult:TrueComment:Packagehttpdisalreadyinstalled.Started:00:06:06.450717Duration..
分类:
其他好文 时间:
2015-03-19 06:31:52
阅读次数:
166
Git:
export http_proxy=http://yourproxyaddress:proxyport
SVN:
终端直接输入: sudo gedit ~/.subversion/servers
在打开的文本编辑器中找到 [global]
修改
# http-proxy-host = defaultproxy.whatever.com
# http-proxy-port = ...
分类:
其他好文 时间:
2015-03-17 14:19:03
阅读次数:
104