上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页
摘要: Docker 101: The Basics I. How To Install Docker on Ubuntu 14.04 LTS II. How To List and Attach to Docker Containers III. How to Commit Changes and Cre 阅读全文
posted @ 2016-11-22 13:57 ordi 阅读(546) 评论(0) 推荐(0)
摘要: install path: /usr/lib/jvm/java-8-oracle 阅读全文
posted @ 2016-11-21 21:20 ordi 阅读(147) 评论(0) 推荐(0)
摘要: Generate public keys and certificates using keytool. Pay money to have your certificates authenticated by a trusted third party such as Comodo. Create 阅读全文
posted @ 2016-09-30 15:08 ordi 阅读(236) 评论(0) 推荐(0)
摘要: Operators The shells use arithmetic operators from the C programming language, in decreasing order of precedence.Math Operators 阅读全文
posted @ 2016-09-28 13:39 ordi 阅读(203) 评论(0) 推荐(0)
摘要: COMMAND DESCRIPTION ( ) Runs the enclosed command in a sub-shell (( )) Evaluates and assigns value to a variable and does math in a shell $(( )) Evalu 阅读全文
posted @ 2016-09-28 10:15 ordi 阅读(145) 评论(0) 推荐(0)
摘要: if … then statement if [ test_command ] then commands fi if … then … else statement if [ test_command ] then commands else commands fi if … then … elif … (else) statemen... 阅读全文
posted @ 2016-09-28 09:47 ordi 阅读(169) 评论(0) 推荐(0)
摘要: #!/bin/bash # # SCRIPT: NAME_of_SCRIPT # AUTHOR: AUTHORS_NAME # DATE: DATE_of_CREATION # REV: 1.1.A (Valid are A, B, D, T and P) # (For Alpha, Beta, D 阅读全文
posted @ 2016-09-28 09:42 ordi 阅读(172) 评论(0) 推荐(0)
摘要: 1. Title 235. Lowest Common Ancestor of a Binary Search Tree 2. Http address https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-t 阅读全文
posted @ 2016-05-21 22:13 ordi 阅读(146) 评论(0) 推荐(0)
摘要: 1. Title 283. Move Zeroes 2. Http address https://leetcode.com/problems/move-zeroes/ 3. The question Given an array nums, write a function to move all 阅读全文
posted @ 2016-05-19 20:37 ordi 阅读(184) 评论(0) 推荐(0)
摘要: 1. Title 328. Odd Even Linked List 2. Http address https://leetcode.com/problems/odd-even-linked-list/ 3. The question Given a singly linked list, gro 阅读全文
posted @ 2016-05-19 17:46 ordi 阅读(133) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页