码迷,mamicode.com
首页 >  
搜索关键字:i see    ( 2224个结果
ubuntu配置 测试环境 记录
1 更新源 进入 /etc/apt/sources.list sudo vim进入, 更改为如下源 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the dis ...
分类:系统相关   时间:2017-12-26 19:53:56    阅读次数:198
Leetcode:8- String to Integer (atoi)
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below ...
分类:其他好文   时间:2017-12-26 14:34:27    阅读次数:148
Scrapy运行项目时出错:Scrapy 0.16.2 – no active project,Unknown command: crawl,Use "scrapy" to see available commands
【问题】 通过Scrapy创建好了项目: 1 E:\Dev_Root\python\Scrapy>scrapy startproject songtaste 1 E:\Dev_Root\python\Scrapy>scrapy startproject songtaste 1 E:\Dev_Root ...
分类:其他好文   时间:2017-12-25 14:59:04    阅读次数:3452
解决这个报错SyntaxError: Non-ASCII character
在文件头部添加这一句即可# -*- coding: utf-8 -* SyntaxError: Non-ASCII character '\xe5' in file ex16.py on line 1, ng declared; see http://python.org/dev/peps/pep- ...
分类:其他好文   时间:2017-12-23 01:02:10    阅读次数:164
LeetCode 8. String to Integer (atoi)
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below ...
分类:其他好文   时间:2017-12-20 20:14:02    阅读次数:208
September 27th 2017 Week 39th Tuesday
We both look up at the same stars, yet we see such different things. 我们仰望同一片星空,却看见了不同的事物。 Looking up at the stars, some may think it is due to the dar ...
分类:其他好文   时间:2017-12-17 22:25:29    阅读次数:179
老男孩Python视频教程:第一周
认识和尝试Python 备注:老男孩Python视频教程,视频来自网络,在此分享,侵删 对我来说,第一周视频主要解答了以下疑问: 1. Python的三大特点是什么? 答:解释型、动态类型(运行期间才做数据类型检查)、强类型定义(一个变量只能存储一种类型的数据)。【See More】 2. 应该使用 ...
分类:编程语言   时间:2017-12-10 15:54:38    阅读次数:223
Caused by: java.net.ConnectException: Call From master/192.168.199.130 to master:9000 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.
1:安装好hive,准备启动的时候出现下面的错误(由于hive是基于Hadoop的,所以必须先将你的集群启动起来,我就是没有启动集群,直接启动hive导致的错误): 2:启动你的集群,然后再启动你的hive再次尝试: 3:启动完集群以后再次启动hive的时候依旧还报错,不过是新的错误,如下所示,解决 ...
分类:编程语言   时间:2017-12-10 13:06:05    阅读次数:283
[Python] Find available methods and help in REPL
For example you want to know what methods are available in Python for String, you can do : Output: Now for example, we want to see How to use 'swapcas ...
分类:编程语言   时间:2017-12-10 11:23:45    阅读次数:157
/etc/ssh/sshd_config 配置(ssh连接)
# Package generated configuration file# See the sshd_config(5) manpage for details# What ports, IPs and protocols we listen forPort 22# Use these opti ...
分类:其他好文   时间:2017-12-09 16:59:05    阅读次数:374
2224条   上一页 1 ... 58 59 60 61 62 ... 223 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!