Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1782420
  • 博文数量: 297
  • 博客积分: 285
  • 博客等级: 二等列兵
  • 技术积分: 3006
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-06 22:04
个人简介

Linuxer, ex IBMer. GNU https://hmchzb19.github.io/

文章分类

全部博文(297)

文章存档

2020年(11)

2019年(15)

2018年(43)

2017年(79)

2016年(79)

2015年(58)

2014年(1)

2013年(8)

2012年(3)

发布时间:2016-04-13 16:42:24

办法太多。下面代码里面有4种办法。3种使用字典,一个办法使用list。点击(此处)折叠或打开def char_freq(sentence):    frequencies={}    for letter in sentence:      &.........【阅读全文】

阅读(1149) | 评论(0) | 转发(0)

发布时间:2016-04-06 21:45:10

代码多是参照这里的:http://interactivepython.org/run ... dLadderProblem.html首先是Graph 和Vertex 类点击(此处)折叠或打开class Vertex:    def __init__(self,key,distance=0,pred=None,color="white"):    &nbs.........【阅读全文】

阅读(1515) | 评论(0) | 转发(0)

发布时间:2016-04-05 11:41:11

转载自:http://ju.outofmemory.cn/entry/245530点击(此处)折叠或打开apt-get install lxde-core lxde kali-defaults kali-root-login desktop-baseupdate-alternatives --config x-session-manager            .........【阅读全文】

阅读(6777) | 评论(0) | 转发(0)

发布时间:2016-03-31 11:24:05

我的感觉是devstack 对ubuntu 的支持比较好。ubuntu 上一切都很简单,我使用的是Ubuntu 14.04 LTS 准备环境,查看防火墙。点击(此处)折叠或打开apt-get updateiptables -nvL开始安装:点击(此处)折叠或打开sudo git clone http.........【阅读全文】

阅读(2872) | 评论(0) | 转发(0)

发布时间:2016-03-28 15:50:18

Item 1:Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.The brackets must close in the correct order, "()" and "()[]{}" are all valid but "(]" and "([)]" are not.很简单的stack的应用,代码如下:点击(此处)折叠或.........【阅读全文】

阅读(1403) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

fireboyz20052010-11-10 18:27

HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"

这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。

我的qq是:369035906
或gtalk:jiale.chan@gmail.com

回复  |  举报
留言热议
请登录后留言。

登录 注册