码迷,mamicode.com
首页 >  
搜索关键字:dev center    ( 30179个结果
LAMP-MYsql
MySQL授权表http://tech.it168.com/a2010/0114/837/000000837456_all.shtml如何以普通用户身份运行MySQLhttp://dev.mysql.com/doc/refman/5.1/zh/problems.html#changing-mysql...
分类:数据库   时间:2014-06-29 14:18:49    阅读次数:305
FreeSWITCH 1.2.5.3 Step by Step Install
Ubuntu:apt-get -y install build-essential automake autoconf git-core wget libtoolapt-get -y install libncurses5-dev libtiff-dev libjpeg-dev zlib1g-dev...
分类:其他好文   时间:2014-06-07 02:50:29    阅读次数:266
IoGetRelatedDeviceObject学习
PDEVICE_OBJECTIoGetRelatedDeviceObject( IN PFILE_OBJECT FileObject )/*++Routine Description: This routine returns a pointer to the actual dev...
分类:其他好文   时间:2014-06-03 11:35:08    阅读次数:294
JAVA 本地调用(JNI)之用dev c++简单实现
笔者在最近的项目中需要用JNI,调用C/C++编好的程序,由于此前对JNI不熟悉,在网上找了好多都是基于VC或者VS2008系列实现的,这样为了实现一个简单的调用,需要装几百兆的VC或者几个G的VS很麻烦,由于此前我一直用的dev C++做C的开发(这个DEV很小巧,功能很强大,只是自动补全不友好)...
分类:编程语言   时间:2014-06-03 05:37:46    阅读次数:359
Ubuntu fbterm安装配置
首先将当前用户加入到video组中:sudo gpasswd -a 您的用户名 video1 安装fbtermsudo apt-get install fbterm此时可以使用sudo fbterm启动,但无法使用普通用户2 执行chmod 777 /dev/fb0chmodu+s/usr/bin/...
分类:其他好文   时间:2014-05-31 15:26:21    阅读次数:299
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-05-30 16:13:38    阅读次数:334
mysql binaryVInstall
下载mysql1.下载:在http://dev.mysql.com/downloads/mysql/官网上下载mysql-5.5.28-linux2.6-i686.tar.gz.2.解压tar -xvf mysql-5.5.28-linux2.6-i686.tar.gz3.移动到/usr/local...
分类:数据库   时间:2014-05-30 14:50:08    阅读次数:369
Coursera compiler Set up environment and Run first program
Environment, Ubuntu 14.04set up guideSet up cool compiler1. sudo apt-get install flex bison build-essential csh openjdk-6-jdk libxaw7-dev libc6-i3862....
分类:其他好文   时间:2014-05-29 15:09:43    阅读次数:578
网页背景图片拉伸
解决方法有两种:一种是CSS,使用background-size:cover实现图片的拉伸效果,但是IE8及以下版本不支持background-size,于是可以使用微软的滤镜效果,但是IE6不支持。body{background:url(bg.jpg) center center;backgrou...
分类:Web程序   时间:2014-05-29 02:51:39    阅读次数:439
Innodb Double Write
http://www.orczhou.com/index.php/2010/02/innodb-double-write/http://www.mysqlperformanceblog.com/2006/08/04/innodb-double-write/http://dev.mysql.com/d...
分类:数据库   时间:2014-05-28 22:29:09    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!