码迷,mamicode.com
首页 >  
搜索关键字:study    ( 1969个结果
Linux用户和组管理
Linux用户和组管理useradd、passwd、chage、usermod、userdel、id、finger、chfn、chshgroupadd、groupdel /etc/passwd文件结构: [root@study~]#head-n4/etc/passwd root:x:0:0:root:/root:/bin/bash 账号名称 密码 UID GID 账号说明 家目录 Shell /etc/shadow文件结..
分类:系统相关   时间:2016-08-15 14:42:04    阅读次数:194
css3之currentColor
一个css3的高效变量currentColor,能够继承(父级)当前字体的颜色属性(代表当前的标签所继承的文字颜色)。 参考demo:http://www.zhangxinxu.com/study/201410/background-hollow-currentcolor.html 文章来自:cur ...
分类:Web程序   时间:2016-08-12 13:25:42    阅读次数:177
Java Study First Article-- Install JDK
1. DownLoad Oracle JDK Oracle JDK :http://www.oracle.com/technetwork/java/javase/downloads/index.html 2. Install JDK IN Windows Updating the PATH Envi ...
分类:编程语言   时间:2016-08-11 00:59:47    阅读次数:148
MySQL 表空间传送
1、源库查询表结构mysql>showcreatetables_show\G ***************************1.row*************************** Table:study_show CreateTable:CREATETABLE`study_show`( `id`int(11)unsignedNOTNULLAUTO_INCREMENT, `uid`int(11)DEFAULT‘0‘, `course_id`int(11)DEFAULT‘0..
分类:数据库   时间:2016-08-10 23:12:40    阅读次数:485
Career path of Bioinformatics
Core services: Reward bioinformaticians http://www.nature.com/news/core-services-reward-bioinformaticians-1.17251 Don't study bioinformatics https://w ...
分类:其他好文   时间:2016-08-10 22:21:15    阅读次数:188
覆盖与隐藏的区别 (一个列子)
例子: class Student1{ int math = 70; static int computer = 80; int english = 65; public Student1(){ study(); exercise(); } public void study(){ System.o ...
分类:其他好文   时间:2016-08-09 20:40:43    阅读次数:140
Ideal-image-slider 幻灯片实例演示
链接:http://zaixianshouce.iteye.com/blog/2316300 http://www.shouce.ren/study/api/s/jq--5733e32bf23bb--index2.html 在线实例 实例演示 默认效果 实例演示 淡入淡出 实例演示 带链接 实例演示 ...
分类:其他好文   时间:2016-08-09 10:38:29    阅读次数:173
Java Study 第一篇 --- 安装JDK
1. JDK http://www.oracle.com/technetwork/java/javase/downloads/index.html 2. Java环境变量设置 To set the PATH variable permanently, add the full path of the ...
分类:编程语言   时间:2016-08-07 23:28:01    阅读次数:385
Python Base Three
//sixth day to study python(2016/8/7) 32. In python , there are have an special type dictionary , it is same with oc. such as: dicOne = {'wyg':'write ...
分类:编程语言   时间:2016-08-07 18:46:44    阅读次数:157
Python Base Two
//fourth day to study python 24. In python , how to create funcation. we can use def to define funcation. such as: def MyFirstFuncation(): print('this ...
分类:编程语言   时间:2016-08-07 00:46:11    阅读次数:202
1969条   上一页 1 ... 87 88 89 90 91 ... 197 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!