1.using UnityEngine; class GarbageCollectManager : MonoBehaviour { public int frameFreq = 30; void Update() { if (Time.frameCount % frameFreq...
分类:
移动开发 时间:
2014-07-16 22:49:21
阅读次数:
298
使用索引的优势与代价。 优势: 1)索引是表的一个概念部分,用来提高检索数据的效率,ORACLE使用了一个复杂的自平衡B-tree结构. 通常,通过索引查询数据比全表扫描要快. 当ORACLE找出执行查询和Update语句的最佳路径时, ORACLE优化器将使用索引. 同样在联结多个表时使用索引也可...
分类:
数据库 时间:
2014-07-16 21:43:22
阅读次数:
224
rails中的回调可跳过,使用下列方法即可:decrementdecrement_counterdelete delete_allincrementincrement_countertoggle touchupdate_columnupdate_columnsupdate_allupdate_cou...
分类:
其他好文 时间:
2014-07-16 20:51:32
阅读次数:
259
在安装Standards Update for VS2010 SP1后,VS2010中没有CSS3.0问题,以下是我的解决方法1、首先去官网下载 CSS 3 Intellisense Schema网址:http://visualstudiogallery.msdn.microsoft.com/721...
错误提示:与此更新关联的程序包标识符与已上传程序包中的标识符不匹配:The package identity associated with this update doesn't match the uploaded appx解决办法:1,进入开发者中心仪盘表,点击正在提交的应用名,点击详细信息中...
分类:
其他好文 时间:
2014-07-16 20:20:00
阅读次数:
154
Update: July 10, 2014I got so many books in DB, so it is a better choice to focus on one book for each domain and finish those exercises.0. Blog --- u...
分类:
其他好文 时间:
2014-07-16 20:16:58
阅读次数:
177
主要问题还是之前装过,卸载的时候卸载不干净导致的。如下:安装到最后出现:Unable to update security settings. Access denied for user 'root'@'localhost' (using password: YES)这个问题还是在网上找的,引自:...
分类:
数据库 时间:
2014-07-16 20:15:21
阅读次数:
591
一、Ubuntu10.4 启动纯文件界面 打开 /etc/default/grub 文件, 注释掉 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash",增加新行 GRUB_CMDLINE_LINUX_DEFAULT="text" 再执行命令sudo update...
分类:
系统相关 时间:
2014-07-13 11:45:28
阅读次数:
266
转自:http://blog.sina.com.cn/s/blog_6e322ce70100xwve.html1, 事务处理innodb 支持事务功能,myisam 不支持。Myisam 的执行速度更快,性能更好。2,select ,update ,insert ,delete 操作MyISAM:如...
分类:
数据库 时间:
2014-07-13 10:56:03
阅读次数:
253
环境:系统硬件:vmware vsphere (CPU:2*4核,内存2G)系统版本:CentOS Linux release 7.0.1406安装步骤:1.系统环境1.1 更新系统[root@centos ~]# yum update -y 1.2 查看环境[root@centos ~]# cat...
分类:
其他好文 时间:
2014-07-12 13:55:19
阅读次数:
8376