[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
貌似已经很晚了,但是还是想记下笔记,想让今天完满。
在ListView中加了checkBox,可是发现点击改变其选中状态的时候,发现其位置错乱。状态改变的并不是你选中的,百思不得其解。后面通过上网查资料,可是个说纷纭,但是我还是找到了解决办法。
在自定义的适配器中,对checkBox的设置如下:
记住两者的顺序,先对checkBox进行事件监听,再设置其状态。前提在布局中对check...
分类:
移动开发 时间:
2014-07-18 22:26:43
阅读次数:
324
在中国使用android有点郁闷,经常被屏蔽。使用一下方法android studio升级时提示 Connection failed. Please check your network connection and try again2013年02月16日? 综合? 共 322字 ? 字号小中大?...
分类:
移动开发 时间:
2014-07-16 18:00:31
阅读次数:
303
Problem: Implement a function to check if a singly linked list is a palindrome.思路:最简单的方法是 Reverse and compare.另外一种非常经典的办法是用 Recursive 的思路,把一个list看成这种形...
分类:
其他好文 时间:
2014-07-16 17:41:23
阅读次数:
188
出现错误提示: Failed to load administrator rule file.Check your Installation. 原因: 电脑缺少MS XML4.0,导致SAP客户端无法正确读取XML文件C:\program files\SAP\FrontEnd\SAPgui\them...
分类:
其他好文 时间:
2014-07-16 15:39:00
阅读次数:
355
Validating Receipts Locally
Perform receipt validation immediately after your app is launched, before displaying any user interface or spawning any child processes. Implement this check in the ma...
分类:
其他好文 时间:
2014-07-16 11:48:20
阅读次数:
267
mysql多实例1.my.cnf通过定义mysqldconfig类mysqld_vars={}从里面获得很多配置文件相关参数写入字典mysql.py2.initDB初始化数据库3.修改权限4.rc脚本启动5.check检查一下配置文件,配置文件与mysql变量同步6.值其实一样,不让显示7.Popen调用mysql-e命令SQLIOSeconds_Behind_Ma..
分类:
数据库 时间:
2014-07-15 10:55:19
阅读次数:
398
经过N次安装尝试吐血总结,希望对大家有所帮助,同时做下记录备忘:
总结:安装前的准备工作是关键!!!Check and recheck!
***********************ORACLE 12C 安装步骤********************************************
0、准备软件:Oracle Linux 6.4 X86_64 虚拟机...
分类:
数据库 时间:
2014-07-15 10:34:02
阅读次数:
276
这篇文章来自iOS Tutorial Team 成员Marcelo Fabri, 他是Movile的一个iOS开发者. Check out hispersonal websiteorfollow him on Twitter.原文地址 当我们开发iOS应用时,好的性能对我们的App来说是很重要的.....
分类:
移动开发 时间:
2014-07-15 09:46:23
阅读次数:
382