ASPX代码 上传图片 CS代码using System;using System.Configuration; using System.Data; using ...
分类:
Web程序 时间:
2014-07-15 08:24:49
阅读次数:
197
紧接前一篇,在VMWare安装完Linux,这个时候我们要使用远程工具连接到虚拟机上去了,以前一直使用Putty,后来到新公司之后,推荐使用SecureCRT,使用之后,觉得效果不错,但是每次连接都失败,linux新手伤不起,在网上搜啊搜,终于找到解决办法。
分类:
系统相关 时间:
2014-07-14 14:45:54
阅读次数:
361
由于机器的原因VMware使用起来很卡,占用的内存多,所以想换成VirtualBox,安装了ubuntu14.04的使用跟在VMware上是一样的。...
分类:
其他好文 时间:
2014-07-14 13:06:45
阅读次数:
274
报错标题:Could not apply the stored configuration for monitors内容是一堆显示器分辨率问题。解决办法:因为我现在用的是笔记本外挂一个显示器,在重启的时候,gnome-setting-deamon 会保存上一次的设置,生成一个monitors.xml...
分类:
其他好文 时间:
2014-07-13 22:18:10
阅读次数:
443
What is Configuration Management?Configuration Management refers to the process by which all artifacts relevant to your project, and the relationships...
分类:
其他好文 时间:
2014-07-13 21:57:57
阅读次数:
232
FATAL conf.Configuration: error parsing conf file: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence.
14/07/12 23:51:40 ERROR namenode....
分类:
其他好文 时间:
2014-07-13 18:40:22
阅读次数:
291
在System.Configuration命名空间下死活找不到ConfigurationManager类,执行程序便报错。遇到这种情况,需要对项目添加引用。方法如下:
右键references->add references->assemblies下的framework->勾选System.Configuration->ok
如图所示。
...
分类:
其他好文 时间:
2014-07-13 17:59:19
阅读次数:
166
bridged(桥接模式)一种网络连接模式,也是VMware的一种工作模式。bridge就是“桥”的意思,说起桥接,就不能不说局域网。比如我们有两个局域网络,他们的ip段都处于192.168.0.*,同时,我们希望把这两个网络链接起来,这种情况下,我们就可以采用桥接。这个时候,“桥”就是一..
分类:
其他好文 时间:
2014-07-13 14:49:01
阅读次数:
292
在VMware里克隆出来的redhatlinux6.0,重启网卡报错,无法ping通eth0的IP地址。故障现象:servicenetworkrestartShuttingdownloopbackinsterface:[OK]Bringinguploopbackinsterface:[OK]Bringingupinterfaceeth0:Deviceeth0doesnotseemtobepresent,delayinginitialization.[FAIL..
分类:
系统相关 时间:
2014-07-13 14:28:40
阅读次数:
286
执行:
./configure --prefix=/usr/local/php --enable-fastcgi --enable-fpm
之后出现
Running FastCGI Process Manager checks
checking for php-fpm config file path... $prefix/etc/php-fpm.conf
checking for ...
分类:
其他好文 时间:
2014-07-13 13:50:43
阅读次数:
205