用户和组 添加一个tom用户,设置它属于users组,并添加注释信息分步完成:useradd tom usermod -g users tom usermod -c "hr tom" tom一步完成:useradd -g users -c "hr tom" tom 设置tom用户的密码passwd ...
分类:
系统相关 时间:
2017-11-17 16:19:07
阅读次数:
244
第一章标题:h1 ~ h6 h1最大段落:<p>段落标签</p> 自结束标签换行:<br/>水平线:<hr/>加粗:<strong>人物简介</strong>斜体:<em>1910</em>特殊符号空格 大于号> >小于号< <引号" "版权符号 ©图片标 ...
分类:
Web程序 时间:
2017-11-16 20:44:48
阅读次数:
186
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padd ...
分类:
Web程序 时间:
2017-11-13 13:46:23
阅读次数:
204
http://blog.itpub.net/1482/viewspace-835835/ 步骤 SQL> select * from v$session; SQL> connect / as sysdba SQL> grant select on v_$session to hr; SQL> con... ...
分类:
其他好文 时间:
2017-11-10 16:50:45
阅读次数:
205
标签的分类 标签分为 块级标签,内联标签,内联块标签 三类; 1 块级标签(block) 主要包括 h1-h6,div,section ,header,footer,nav,p,ul,ol,li,dl,dd,dt,hr(分割线),artical,aside,form等 特征:1 独占一行; 2 支持 ...
分类:
其他好文 时间:
2017-11-10 00:09:20
阅读次数:
293
在面试中,工资这块是不得不谈的,即使HR没有主动提起工资的问题,你也得主动顺其自然的跟HR谈起工资。为什么是顺其自然呢?因为在面试中谈工资也是项技术活,比如谈的太早,那么你们接下的的面试沟通环节就会崩塌。在Java面试中也是一样,今天就跟长沙尚学堂小编一起来看看,如何在Java面试中谈工资? 如何在 ...
分类:
编程语言 时间:
2017-11-09 11:41:59
阅读次数:
132
在网页中画直线的方法有很多种,可以直接使用html代码实现,也可以使用css实现; 使用html代码实现: <html> <body> <p>hr 标签定义水平线:</p> <hr /> <p>这是段落。</p> <hr /> <p>这是段落。</p> <hr /> <p>这是段落。</p> </b ...
分类:
Web程序 时间:
2017-11-07 23:49:27
阅读次数:
307
参考博客:http://blog.csdn.net/smilebzj/article/details/50913232#tmall天猫商城
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font:12px/..
分类:
Web程序 时间:
2017-11-07 23:00:43
阅读次数:
255
在html中画一条直线的属性是<hr/>,要改变直线的粗细直接在括号内添加代码就行: <hr size="5px" noshade=true /> noshade 当设置为 true 时,水平线呈现为纯色(2D 效果)。当设置为 false 时,水平线显示为双色凹槽(3D 效果)。size 规定水平 ...
分类:
Web程序 时间:
2017-11-07 22:59:50
阅读次数:
820
/** 清除内外边距 **/body, h1, h2, h3, h4, h5, h6, hr, p, /* structural elements 结构元素 */dl, dt, dd, ul, ol, li, /* list elements 列表元素 */form, fieldset, legen ...
分类:
Web程序 时间:
2017-11-06 19:02:28
阅读次数:
159