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
std::auto_ptr 析构的时候调用 delete
操作符来自动释放所包含的对象boost::scoped_ptr / boost::scoped_array不能传递它所包含的对象的所有权
到另一个作用域指针boost::shared_ptr /boost::shared_array在内部记录...
分类:
其他好文 时间:
2014-05-15 02:01:07
阅读次数:
353
这个mysql.sock应该是mysql的主机和客户机在同一host上的时候,使用unix
domain socket做为通讯协议的载体,它比tcp快。通常遇到这个问题的原因就是你的mysql
server没运行起来。Mysql有两种连接方式:(1),TCP/IP(2),socket对mysql.s...
分类:
数据库 时间:
2014-05-15 01:56:31
阅读次数:
342
import android.app.KeyguardManager;
import android.app.KeyguardManager.KeyguardLock;
import com.android.server.wm.WindowManagerService;
KeyguardManager keyguardManager = (KeyguardManager)mCont...
分类:
移动开发 时间:
2014-05-15 01:32:11
阅读次数:
343
Single Number II
Total Accepted: 14472 Total
Submissions: 44420My Submissions
Given an array of integers, every element appears three times except for one. Find that single one.
Note:
Y...
分类:
其他好文 时间:
2014-05-15 01:23:42
阅读次数:
273
SQLServer错误5120:先用widows用户登录附加再分离重新用sa附加就行了
不行的话,绝招:
你先用SQLServer创建一个新的数据库,然后用你要附加的文件去覆盖掉创建的文件!覆盖之前,记得计算机-管理-服务-把SQL服务关掉...
分类:
数据库 时间:
2014-05-15 01:12:03
阅读次数:
357
这是我今天遇到的一个最棘手的问题,耗费了一下午的时间终于解决了。不知道为什么,今天做这个web项目时突然遇到下面这样一个错误:typeExceptionreport
message
descriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.
exception
org.ap..
分类:
其他好文 时间:
2014-05-15 00:29:29
阅读次数:
328
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
[ 问题: ]
Given an array of integers, find two numbers such that they add up to a specific target number.
The function twoSum should return indices of the two numbers such that they add up to the ta...
分类:
其他好文 时间:
2014-05-15 00:04:39
阅读次数:
377
program Test;{$APPTYPE CONSOLE}uses System,
System.SysUtils; const Value: array[0..5] of Byte = (5, 72, 101, 76, 76, 111); {
Old ShortString represent...
分类:
其他好文 时间:
2014-05-14 23:42:03
阅读次数:
475