安装方法确定下来了,剩下的就是怎么安装的问题了,再次搬来Google、Baidu(搜索引擎真是好东西啊,难以想象没有它们,要找到解决这些问题的方法该有多麻烦,在此俺要感谢Google、Baidu、以及互联网上千千万万跟大家分享他所学的人),经过努力搜索、研究后,初步掌握了通过网络安装的基本原理和方法。通过网络安装Windows有两种方案可选:
第一种方案是通过Windows自带的网络安装服务,需要一台安装了Windows Server 2000或者Windows Server 2003的机器,在上面安装RIS服务,而RIS服务需要有域环境支持,由于局域网里没有安装了2000或2003的服务器,所以这个方案还是比较麻烦;
另一种方案就是通过一些第三方的软件模拟出RIS的环境来,就是安装DHCP、TFTP、Samba以及BINL服务,这些不论是在 Linux/Unix,还是Windows环境下,都是很容易实现的,而且Windows下的软件还是绿色的,连安装都省了,啥也不说,就是它了。
sed -i -e 's/NTLDR/XPLDR/g' startrom.n12 sed -i -e 's/ntldr/XPLDR/g' startrom.n12 sed -i -e 's/winnt/.sif/winxp/.sif/g' setupldr.exe sed -i -e 's/ntdetect/.com/ntdetect/.wxp/g' setupldr.exe
首先看看 WeakReference
wiki 上 Weak reference 的一个例子:
public class ReferenceTest {
public static void main(String[] args) throws InterruptedException {
WeakReference r = new Wea
有一个线上环境使用的是c3p0数据库,为外部提供接口服务。最近访问压力增大后台tomcat的日志里面频繁出现
com.mchange.v2.resourcepool.TimeoutException: A client timed out while waiting to acquire a resource from com.mchange.v2.resourcepool.BasicResou
https://weblogs.java.net/blog/mriem/archive/2013/11/22/jsf-tip-45-create-composite-component-custom-namespace
When you developed a composite component the namespace you would be seeing would
一、复本集为什么要加入Arbiter这个角色 回答这个问题,要从复本集的存活条件和Aribter服务器的特性两方面来说。 什么是Artiber? An arbiter does
not have a copy of data set and
cannot become a primary. Replica sets may have arbiters to add a
# include <stdio.h>
int main(void)
{
int a[5] = {1, 2, 3, 4, 5};
//a 是数组的名字 5是表示数组元素的个数,并且这五个元素分别用a[0], a[1]...a[4]
int i;
for (i=0; i<5; ++i)
printf("%d\n",