[root@luozhonghua mysql-5.5.21]# cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysql -DMYSQL_DATADIR=/data/mysql -DSYSCONFDIR=/etc
-- Check size of pthread_t
-- Check size of pthread_t - done
-- Perf...
分类:
数据库 时间:
2014-07-18 23:04:23
阅读次数:
287
Problem Description
The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, and the doggie could feel the ground sinking. He ...
分类:
其他好文 时间:
2014-07-18 22:25:05
阅读次数:
246
我用的XCode版本是5.1,遇到一种奇怪的编译错误:libxml/tree.h not found。查了一些文章,按照一篇XCode 4.5的解决方案解决了这个问题。我觉得应该有不少人遇到这种问题,这里分享一下。【注】至少我这里是可以解决的,确定无误,如果您看了我的文章没解决了您的问题,求轻喷……...
分类:
其他好文 时间:
2014-07-18 19:26:30
阅读次数:
147
分页程序一般由两条SQL组成:SELECT COUNT(*) FROM ... WHERE ....SELECT ... FROM ... WHERE LIMIT ... 如果使用SQL_CALC_FOUND_ROWS的话,一条SQL就可以了:SELECT SQL_CALC_FOUND_ROWS ....
分类:
数据库 时间:
2014-07-18 19:24:17
阅读次数:
292
最近接手一个项目,在用真机调试时出现了“Your build settings specify a provisioning profile with the UUID “”, however, no such provisioning profile was found”的出错。一直提示指定UUI...
分类:
移动开发 时间:
2014-07-17 14:23:41
阅读次数:
233
查询某session上持有的锁资源USE AdventureWorksGOSELECT DB_NAME(resource_database_id) AS [DataBase],resource_type --DATABASE、FILE、OBJECT、PAGE、KEY、EXTENT、RID、APPLI...
分类:
其他好文 时间:
2014-07-17 13:39:24
阅读次数:
273
I found this code works great as the function strip_tags in php to replace html tags from string and I just want to share it with you. Hope it benefit...
分类:
其他好文 时间:
2014-07-17 12:56:52
阅读次数:
220
执行php安装
--enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --...
分类:
其他好文 时间:
2014-07-17 10:46:12
阅读次数:
150
一直接触这些东西,还是归个类整理一下比较好。Resource -> DrawableDrawable draw1 = this.getResources().getDrawable(R.drawable.icon);Drawable -> Bitmap1.static Bitmap drawable...
分类:
其他好文 时间:
2014-07-17 10:11:04
阅读次数:
161
1、修改导入工程对应的Resource项的LinkedResource:修改如图2、在没有链接对应cocos2dx的Android平台对应源码时需要手动添加对应版本的Android平台源码如图:(注:要添加本工程对应的Android源码路径)
分类:
系统相关 时间:
2014-07-17 08:51:03
阅读次数:
357