2024年(1)
2022年(1)
2021年(1)
2020年(1)
2019年(1)
2018年(3)
2017年(6)
2016年(4)
2015年(8)
2014年(15)
2013年(31)
2012年(19)
2011年(47)
2010年(33)
2009年(105)
2008年(109)
2007年(4)
发布时间:2013-05-21 16:58:17
【转贴】原帖地址:http://www.db2china.net/home/space.php?uid=21801&do=blog&id=18809数据仓库SQL编写规范:这里只突出讲4点1. 在where子句中,尽量避免对table column使用function在table column上使用function,会使得相应的index和statistics无法生效。有时候function的使用不是必须的,只是由于数据的不规.........【阅读全文】
发布时间:2013-05-09 17:32:42
手机在前两天恢复出厂值后,顺利了再次root 使用UnlockRoot 这个软件然后再装上 Quicksshd_2.0.3.apk然后,从ubuntu 12.04中ssh 到手机上,手机与笔记本都连到同一个wifi执行了下面命令后,mount -o remount,rw -t ext4 /dev/block/mmcblk0p12 /system上述命令参考了下面这篇博客(注意,博文中手机用到的是yaffs2.........【阅读全文】