1.Jexus国内的官网:http://www.jexus.org2.Apache官网:http://mono-project.com/Mod_mono3.Nginx官网:http://mono-project.com/FastCGI_Nginx
分类:
Web程序 时间:
2014-05-18 19:59:10
阅读次数:
385
rtx客户端绿化方法:1-复制客户端安装目录。2-运行以下命令,注册dll文件和ocx文件,及rtx程序注册。rtx.exe
/regserverren Config.dll c.dFor %%a in (*.dll) do regsvr32.exe /s %%aFor %%a in
(*.ocx)...
分类:
其他好文 时间:
2014-05-18 19:29:18
阅读次数:
480
会发生这种错误的环境:ASP.NET 或
XML情况:一个原本运行正常的C#页面,因为SQL的密码更改后一直出现“分析 EntityName 时出错”错误,验证过web.config的SQL
ConnectionString的密码是更改后的。在百思不得其解中,发现VisualStudio(2008)...
分类:
其他好文 时间:
2014-05-18 19:18:50
阅读次数:
308
tcpcopy是一种应用请求复制(基于tcp的packets)工具,其应用领域较广,我们曾经应用于网易的广告投放系统,urs系统,nginx
hmux协议开发等系统,避免了上线带来的很多问题。总体说来,tcpcopy主要有如下功能:1)分布式压力测试工具,利用在线数据,可以测试系统能够承受的压力大小...
分类:
其他好文 时间:
2014-05-18 19:16:49
阅读次数:
537
public class MainActivity extends Activity {
private ImageView iv;
float startX = 0;
float startY = 0;
//获得一个可以被bitmap
Bitmap bitmap = Bitmap.createBitmap(400, 400,Bitmap.Config.ARGB_8888);
//创...
分类:
移动开发 时间:
2014-05-18 15:54:33
阅读次数:
318
环境:jenkins+maven+nginx+tomcat
在执行jenkins job发布项目到远程服务器,服务器使用nginx+tomcat。默认使用80端口,通过nginx转发请求。在执行tomcat:redeploy时,出现下面的错误:
[ERROR] Failed toexecute goal org.codehaus.mojo:tomcat-maven-plugin:1.1:red...
分类:
其他好文 时间:
2014-05-18 13:38:52
阅读次数:
510
MainActivity如下:
package cc.y;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.os.Bundle;
import and...
分类:
移动开发 时间:
2014-05-18 03:54:44
阅读次数:
365
配置OVS虚拟OpenFlow交换机:
进行OVS设置时很容易造成虚拟交换机与物理交换机构成二层环路(比如虚拟交换机包含两块网卡,而这两块网卡都连接到物理交换机上,就是一个环路),一旦有广播报文,比如ARP请求,就会引发广播风暴,使网络瘫痪。因此,应该把虚拟交换机开启STP支持,避免广播风暴:
ovs?vsctl set bridge 交换机名 stp_enable=true
常用OVS操作:
修改dpid:ovs-vsctl set bridge 交换机名 other_config:datapath-id...
分类:
其他好文 时间:
2014-05-18 03:00:32
阅读次数:
371
安装sphinx的php客户端# wget -c
http://pecl.php.net/get/sphinx-1.3.0.tgz# tar zxvf sphinx-1.3.0.tgz# cd
sphinx-1.3.0# phpize# ./configure --with-php-config=/...
分类:
Web程序 时间:
2014-05-18 02:08:12
阅读次数:
465
今天给nginx 升级的时候碰到一个问题通过执行 add-apt-repository
命令来添加nginx 的ppa的时候发现 命令找不到root@ubuntu:~# sudo
add-apt-repositoryppa:nginx/stablesudo: add-apt-repository: ...
分类:
其他好文 时间:
2014-05-17 22:10:10
阅读次数:
336