上一页 1 2 3 4 5 6 7 8 9 10 ··· 29 下一页
摘要: find使用find示例find path -option [-printf] [-exec -ok cmd ] {} \-name -user -size -depthfind ~ -name “a.c” 在~下递归的找并打印出来,也可不要引号find . -name “[A-Z]*”-5. fi... 阅读全文
posted @ 2014-06-28 11:51 海滨银枪小霸王 阅读(177) 评论(0) 推荐(0) 编辑
摘要: - sudo apt-get install rdesktop说明-u -p 用户名和密码 -f 全屏 -g WxH 大小还有一个比较好的是可以在两边粘贴和复制 阅读全文
posted @ 2014-06-27 17:29 海滨银枪小霸王 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Markdown在ubuntu下的使用工具的使用安装的软件如下:sudo apt-get install retextretext Release-Notes.mdsudo apt-get install discountsudo apt-get install python-markdownsud... 阅读全文
posted @ 2014-06-25 14:05 海滨银枪小霸王 阅读(599) 评论(0) 推荐(0) 编辑
摘要: 实用shellsudo !!python -m SimpleHTTPServer^foo^barctrl-x ecmdalt+. or Esc+.resetmount | column -tman asciicurl ifconfig.memount -t tmpfs tmpfs /mnt -o s... 阅读全文
posted @ 2014-06-25 11:08 海滨银枪小霸王 阅读(182) 评论(0) 推荐(0) 编辑
摘要: staticedit上的一个模板以后使用就方便了,直接套用Welcome to StackEdit! {#welcome}=====================Hello, I am your first Markdown document within **StackEdit**[^stack... 阅读全文
posted @ 2014-06-25 02:16 海滨银枪小霸王 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 1. 一个在线的编辑txt流程图的地方,可用在txt中编辑,支持方格,线段,箭头,文字适合开发时跨平台的显示http://asciiflow.com/2. 命令行参考http://www.commandlinefu.com/commands/browse3. 绝对神器可视化的编辑成网页/pdf/ht... 阅读全文
posted @ 2014-06-25 01:50 海滨银枪小霸王 阅读(150) 评论(0) 推荐(0) 编辑
摘要: Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a... 阅读全文
posted @ 2014-06-22 16:59 海滨银枪小霸王 阅读(80) 评论(0) 推荐(0) 编辑
摘要: Givennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, a solution set is:"((()))... 阅读全文
posted @ 2014-06-22 02:48 海滨银枪小霸王 阅读(97) 评论(0) 推荐(0) 编辑
摘要: Given a singly linked list where elements are sorted in ascending order, convert it to a height balanced BST./** * Definition for singly-linked list. ... 阅读全文
posted @ 2014-06-22 02:28 海滨银枪小霸王 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Given inorder and postorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree./** * Definiti... 阅读全文
posted @ 2014-06-21 23:43 海滨银枪小霸王 阅读(136) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 29 下一页