码迷,mamicode.com
首页 >  
搜索关键字:no space left on device    ( 37186个结果
Bootstrap_02_流动网格布局
<!doctypehtml> <html> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkhref="__PUBLIC__/bootstrap/css/bootstrap...
分类:其他好文   时间:2014-05-12 03:54:09    阅读次数:253
Bootstrap_01_网格布局
<!doctypehtml> <html> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkhref="__PUBLIC__/bootstrap/css/bootstrap...
分类:其他好文   时间:2014-05-12 03:13:07    阅读次数:236
二、设备和驱动的注册时序
一、引言 在platform驱动程序框架中,我们了解到,platform设备和驱动最终会挂载在platform总线上,platform总线会对设备和驱动进行匹配。那么设备和驱动是怎么注册到platform框架中去的,其先后顺序又是怎样的?二、设备和驱动注册platform_device_regist...
分类:其他好文   时间:2014-05-12 01:20:15    阅读次数:338
右键弹出自定义菜单,很有意思呀!
右键弹出自定义菜单,很有意思呀! 右键菜单 function showmenuie5(){ var rightedge=document.body.clientWidth-event.clientX var bottomedge=document.body.clientHeight-event.clientY if (rightedge ie5menu.style.left=d...
分类:其他好文   时间:2014-05-11 20:20:35    阅读次数:240
【LeetCode】Reverse Nodes in k-Group
Given a linked list, reverse the nodes of a linked listkat a time and return its modified list.If the number of nodes is not a multiple ofkthen left-o...
分类:其他好文   时间:2014-05-11 18:15:52    阅读次数:300
leetcode | Text Justification
Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified.You shoul...
分类:其他好文   时间:2014-05-11 15:15:29    阅读次数:287
[Ubuntu]安装中文输入法
安装了英文版的Ubuntu12.04之后,使用ctrt+space无法切换到中文,才反应过来。 于是查询了下怎么在Ubuntu下安装和配置中文输入法。 第一步安装语言包: 在左侧的菜单栏中点击 system setting 然后搜索下Lanuage Support,弹出一个语言支持的对话框,选择Install/Remove Languages.. 在语言选择中找到简体中文,...
分类:其他好文   时间:2014-05-11 14:52:46    阅读次数:371
(练手备忘)汇编实现将输入的字符串中的空格去掉后反序输出
功能:任意输入一个字符串,去掉其中的空格后反序输出 编译器使用的是MASMPlus ;#Mode = DOS MAXLEN = 64 ;设置字符串的最大长度 SPACE = ' ' ;空格 datasg segment buffer db MAXLEN+1,0,MAXLEN+1 dup(0) ;字符串输入缓冲区 string db MAXLEN+3 dup(0)...
分类:其他好文   时间:2014-05-11 14:25:57    阅读次数:353
安装orcle10g oel5.6
一、安装OEL 5.6 二、安装VMware Tools 1)  选择菜单里的VM选项,里面有一个子选项是installVMware Tools,选择它。 2)   回到操作系统,将光驱挂载到/mnt 下  [root@tyger~]# mount /dev/cdrom /mnt mount:block device /dev/cdrom is write-protected, mou...
分类:其他好文   时间:2014-05-11 07:15:48    阅读次数:431
九度 1113 关于二叉树节点的个数问题
#include #include int main() { int n,m,left,right; int count; int deep_n,deep_m,deep_diff; int i, j; for( scanf("%d%d",&m,&n); n!=0 && m!=0; scanf("%d%d",...
分类:其他好文   时间:2014-05-11 06:38:40    阅读次数:395
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!