cKK

............当你觉得自己很辛苦,说明你正在走上坡路.............坚持做自己懒得做但是正确的事情,你就能得到别人想得到却得不到的东西............

导航

上一页 1 ··· 3 4 5 6 7 8 9 下一页

2015年11月12日

摘要: sudo adduser xxx 这样的命令会在home目录下添加一个帐号sudo useradd xxx 仅仅是添加用户, 不会在home目录添加帐号sohu yuan:deb http://mirrors.sohu.com/ubuntu/ trusty main restricted unive... 阅读全文

posted @ 2015-11-12 23:41 cKK 阅读(133) 评论(0) 推荐(0) 编辑

2015年11月6日

摘要: EMC VPLEX架构 云计算的三种服务模式 (IaaS SaaS PaaS) 阅读全文

posted @ 2015-11-06 17:47 cKK 阅读(80) 评论(0) 推荐(0) 编辑

2015年11月3日

摘要: 二叉树:存储结构:顺序存储结构和链式存储结构二叉树的先根遍历的递归与非递归算法二叉树的中根遍历的递归与非递归算法二叉树的后根遍历的递归与非递归算法二叉树的层次遍历的递归与非递归算法e.g.二叉树的查找,统计节点个数,计算深度。建立二叉树: 阅读全文

posted @ 2015-11-03 17:52 cKK 阅读(143) 评论(0) 推荐(0) 编辑

2015年9月28日

摘要: shell:能够操作应用程序的接口就称为shell.Linux由C编写的.TAB键的使用alias:设置别名 阅读全文

posted @ 2015-09-28 10:38 cKK 阅读(128) 评论(0) 推荐(0) 编辑

2015年9月17日

摘要: /*Given two strings s and t, write a function to determine if t is an anagram of s.For example,s = "anagram", t = "nagaram", return true.s = "rat", t ... 阅读全文

posted @ 2015-09-17 21:26 cKK 阅读(441) 评论(0) 推荐(0) 编辑

摘要: //Given an integer, write a function to determine if it is a power of two.public class isPowerOfTwo { public static boolean isPowerOfTwo(int n) { ... 阅读全文

posted @ 2015-09-17 21:19 cKK 阅读(171) 评论(0) 推荐(0) 编辑

摘要: test 阅读全文

posted @ 2015-09-17 13:52 cKK 阅读(108) 评论(0) 推荐(0) 编辑

2015年9月9日

摘要: package cn.itcast.sax;import java.io.IOException;import javax.xml.parsers.ParserConfigurationException;import javax.xml.parsers.SAXParser;import javax... 阅读全文

posted @ 2015-09-09 11:55 cKK 阅读(251) 评论(0) 推荐(0) 编辑

2015年9月7日

摘要: /*DOM解析编程•遍历所有节点•查找某一个节点•删除结点•更新结点•添加节点/*package cn.itcast.jaxp;import java.io.File;import java.io.IOException;import javax.xml.parsers.DocumentBuilde... 阅读全文

posted @ 2015-09-07 21:12 cKK 阅读(195) 评论(0) 推荐(0) 编辑

2015年9月1日

摘要: 基础语法是:$(selector).action()美元符号定义 jQuery选择符(selector)“查询”和“查找” HTML 元素jQuery 的 action() 执行对元素的操作 阅读全文

posted @ 2015-09-01 15:51 cKK 阅读(123) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 下一页