分区的过程正常:[root@db1 /]#fdisk -lDisk /dev/sda:
21.4 GB, 21474836480 bytes255 heads, 63 sectors/track, 2610 cylindersUnits =
cylinders of 16065 * 512 = 82...
分类:
系统相关 时间:
2014-05-19 23:51:01
阅读次数:
644
1开机图片:android-logo-mask.pngandroid-logo-shine.png这两个图片一个在上一个在下./out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes/asset...
分类:
移动开发 时间:
2014-05-19 22:42:33
阅读次数:
419
ssize_t generic_file_read(struct file * filp, char
* buf, size_t count,loff_t*ppos)这是一个文件读函数我们很容易看出输入参数中filp 是文件buf
是文件要读到什么地方去,用户bufcount是要读多少东西那么ppo...
分类:
其他好文 时间:
2014-05-19 22:29:53
阅读次数:
640
Linux大棚版vimrc配置—V2.0版本,如下: [shell] $cat .vimrc “==
“Author :roc “Website:roclinux.cn “Version:2.0 “== “vim支持go语言 - 开始 “关闭文件类型检测功...
分类:
系统相关 时间:
2014-05-19 21:45:21
阅读次数:
496
授权方式:署名,非商业用途,保持一致,转载时请务必以超链接(http://www.fwolf.com/blog/post/35)的形式标明文章原始出处和作者信息及本声明。jQuery
从 1.9 版开始,移除了 $.browser 和 $.browser.version , 取而代之的是 $.sup...
分类:
Web程序 时间:
2014-05-19 10:11:57
阅读次数:
274
protected void GridView1_RowDataBound(object
sender, GridViewRowEventArgs e) { for (int i = 0; i < e.Row.Cells.Count;
i++)//获取总列数 { //如果是数据行则添加title i...
分类:
其他好文 时间:
2014-05-19 09:44:01
阅读次数:
193
obj.value =
obj.value.replace(/[^\d\s]/ig,"");//只能输入数字和空格obj.value =
obj.value.replace(/[^\d\s\/]/ig,"");//只能输入数字 空格和/obj.value =
obj.value.replace(/[...
分类:
其他好文 时间:
2014-05-19 09:21:19
阅读次数:
314
代码SELECT A.*FROM( SELECT ROW_NUMBER()
OVER(PARTITION BY Host ORDER BY Host,count(EntranceURL) DESC) AS ROW, Host,
EntranceURL as PageURL ...
分类:
数据库 时间:
2014-05-19 09:12:59
阅读次数:
338
为实现一些玻璃蒙版的效果,需要用到高斯算法对图片进行模糊处理,基础算法代码如下 1
public static Bitmap fastblur(Context context, Bitmap sentBitmap, int radius) {
2 3 if (VERSION....
分类:
其他好文 时间:
2014-05-18 19:06:13
阅读次数:
297
>>>>1. 概述>>> 2. 一个简单的例子 Client
Without Log4j * Description: a sample with log4j * @version 1.0 */ public class
ClientWithoutLog4j { /**...
分类:
其他好文 时间:
2014-05-17 21:54:39
阅读次数:
545