MySQL 
server为每一个connection建立一个thread为其服务,虽然thread create比着fork 
process代价高,单高并发的情况下,也不可忽略。 所以增加了Thread cache,重载了exit方式,cache 
Thread到一个队列中,当有新的THD请求时,从....
                            
                            
                                分类:
数据库   时间:
2014-04-28 08:54:55   
                                阅读次数:
1598
                             
                    
                        
                            
                            
                                带宽调度器AppBand可以为Windows应用程序分配网络带宽并指定数据收发的优先级,用软件的方式实现桌面应用的简单QOS调度。(1) 
P2P方式的下载软件(BT/eMule/迅雷等)或者在线播放占用了绝大部分单机带宽,而浏览器、游戏程序往往在争夺带宽中落于下风。在P2P下载的同时打不开网页或者游...
                            
                            
                                分类:
移动开发   时间:
2014-04-28 08:39:17   
                                阅读次数:
628
                             
                    
                        
                            
                            
                                所需工具1.Windows 7 32 Bit OS(你懂的)2.Apache Hadoop 
2.2.0-bin(hadoop-2.2.0.tar.gz)3.Apache Hadoop 
2.2.0-src(hadoop-2.2.0-src.tar.gz)3.JDK 1.74.Maven 3.2.1(a...
                            
                            
                                分类:
Windows程序   时间:
2014-04-28 08:33:25   
                                阅读次数:
1187
                             
                    
                        
                            
                            
                                ubuntu下安装tomcat 问题解决方法
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)...
                            
                            
                                分类:
其他好文   时间:
2014-04-27 20:39:23   
                                阅读次数:
595
                             
                    
                        
                            
                            
                                文字格式设置:
字体颜色设置:
Program.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace ColorDialog
{
    static class Program
    {...
                            
                            
                                分类:
其他好文   时间:
2014-04-27 20:38:47   
                                阅读次数:
576
                             
                    
                        
                            
                            
                                以CAN转UART(串口)为例。
        功能简介:
                 当主程序收到CAN口的数据后;根据按键的不同来选择是使用CAN口发送,还是使用UART口发送。
    一、图片
时序图
协作图
    二、下载
            can2uart.mdl...
                            
                            
                         
                    
                        
                            
                            
                                github.com,作为程序员的代码仓库,我们经常会用到。但有时候我们不能直接通过网络链接它,只能通过代理。
这里我有一台代理服务器,起初我以为在终端设置了代理环境就行了,其设置为在你的~/.bashrc里增加以下几行:
export http_proxy="http://proxy-server:3128/"
export https_proxy="http://proxy-server:...
                            
                            
                                分类:
系统相关   时间:
2014-04-27 19:50:27   
                                阅读次数:
1181
                             
                    
                        
                            
                            
                                Logging.c:
/*
  Copyright (c) 2008-2012 Red Hat, Inc. 
  This file is part of GlusterFS.
  This file is licensed to you under your choice of the GNU Lesser
  General Public License, version 3 or any...
                            
                            
                                分类:
其他好文   时间:
2014-04-27 18:57:31   
                                阅读次数:
702
                             
                    
                        
                            
                            
                                在Linux上启动VNC Server(如果没安装的话那就先安装)
执行vncserver命令: 
[root@linux root]# vncserver 
You will require a password to access your desktops.
Password: ----为了不想任何人都可以任意遥控此计算机。因此当第 
Verify: ---1次启动VNC se...
                            
                            
                                分类:
系统相关   时间:
2014-04-27 18:33:08   
                                阅读次数:
1009
                             
                    
                        
                            
                            
                                本例为串口类(VC)的类图
    一、图片
    二、下载
            SerialPort.mdl...