码迷,mamicode.com
首页 >  
搜索关键字:client browser    ( 17878个结果
ubuntu下安装使用mysql方法(12.04已验证)
安装mysqlsudo apt-get install mysql-serversudo apt-get install mysql-client安装mysql workbenchsudo apt-get install mysql-workbench
分类:数据库   时间:2014-05-15 11:33:11    阅读次数:283
Mysql-proxy实现MariaDB读写分离
MysqlProxy简介MySQLProxy是一个处于你的client端和MySQLserver端之间的简单程序,它可以监测、分析、或改变它们的通信。它使用灵活,没有限制,常见的用途包括:负载平衡,故障、查询分析,查询过滤或修改等等。MySQLProxy就是这么一个中间层代理,简单的说,MySQLProxy就是一..
分类:数据库   时间:2014-05-15 08:49:19    阅读次数:559
Perforce 使用笔记
Perforce requires at least two executables: the server (p4d), and at least one Perforce client program (such as p4 on UNIX, or p4.exe on Windows).If y...
分类:其他好文   时间:2014-05-15 07:51:28    阅读次数:276
Shark0.9.0安装
Shark0.9.0错误如下: Starting the Shark Command Line Client Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/hadoop/hive/cli/CliDriver : Unsupported major.minor version 51.0...
分类:其他好文   时间:2014-05-15 05:42:17    阅读次数:375
redhat下rpm安装mysql5.1
1、官网下载mysql5.1的rpm包服务端:MySQL-server-community-5.1.44-1.rhel4.i386.rpm客户端:MySQL-client-community-5.1.44-1.rhel4.i386.rpm2、执行rpm命令安装rpm -ivh MySQL-serve...
分类:数据库   时间:2014-05-15 02:10:54    阅读次数:411
servlet 发送到客户端的数据编码设置
setCharacterEncoding void setCharacterEncoding(java.lang.String charset) Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8. If the character...
分类:其他好文   时间:2014-05-15 01:36:58    阅读次数:233
linux下使用checkinstall 制作zabbix的rpm包
目前,想要在所有的client端安装zabbixclient,因为想要指定预定义的路径,通过zabbix资源制作rpm包,制作rpm包的方式有多种一种是:rombuild的方式,主要是编写spec的文件一种是:checkinstall开源的一种是:fpm,ruby写的,也是开源的学习通过checkinstall的方式,制作rpm包1..
分类:系统相关   时间:2014-05-15 00:30:42    阅读次数:1072
获取浏览器的类型
php方法第一种是:使用$_SERVER[‘HTTP_USER_AGENT‘]选项第二种是:使用PHP的get_browser()函数在使用此函数时,一般会得到如下警告“Warning:get_browser()[function.get-browser]:browscapinidirectivenotset.in…”意思是说:为了使用这个函数,你必须在php.ini文件里面增加..
分类:其他好文   时间:2014-05-15 00:21:23    阅读次数:344
AsyncTask的使用 (二)图片下载,进度条
importjava.io.ByteArrayInputStream; importjava.io.ByteArrayOutputStream; importjava.io.IOException; importjava.io.InputStream; importorg.apache.http.HttpResponse; importorg.apache.http.client.HttpClient; importorg.apache.http.client.methods.HttpGet; importo..
分类:其他好文   时间:2014-05-14 17:36:41    阅读次数:260
rail server 启动时报告错误undefine mysql_get_client_info
undefinemysql_get_client_info错误解决方法:安装mysql对应的依赖包,重新geminstallmysql2
分类:数据库   时间:2014-05-14 16:40:23    阅读次数:376
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!