V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  arbipher  ›  全部回复第 8 页 / 共 22 页
回复总数  435
1 ... 4  5  6  7  8  9  10  11  12  13 ... 22  
2014-11-10 15:14:17 +08:00
回复了 arbipher 创建的主题 Python 怎么理解和正确使用 virtualenv/pyenv/pyvenv
@julyclyde
> virtualenv的{python可执行文件,标准库,库安装工具}
“库安装工具”指的是pip吗?

> 而libpython是用系统级的,以节省空间
标准库还是其他库?
@cuelly
@MasterYoda
你们两个,干脆交(bai)往(he)算了!
2014-11-07 01:35:07 +08:00
回复了 Livid 创建的主题 DevOps The Twelve-Factor App
自问自答了。。。
[Logs Are Streams, Not Files](http://adam.herokuapp.com/past/2011/4/1/logs_are_streams_not_files/) 这篇博客算是解释了这个问题。

“要说找到也不能说完全没有找到;概念上是理解了的样子”
2014-11-06 15:08:50 +08:00
回复了 Livid 创建的主题 DevOps The Twelve-Factor App
http://12factor.net/logs 里面提到:
A twelve-factor app never concerns itself with routing or storage of its **output stream**. It should not attempt to write to or manage logfiles. Instead, each running process writes its event stream, unbuffered, to stdout.

In staging or production deploys, each process’ stream will be captured by the execution environment, collated together with all other streams from the app, and routed to one or more final destinations for viewing and long-term archival.

这个意思是"我的代码中所有的Log.debug, Log.error都替换成print吗?",感觉这样很别扭啊。。。
2014-11-05 17:06:39 +08:00
回复了 phoenixlzx 创建的主题 分享创造 发三枚萌 DNS 的内测帐号
对这个万物皆可萌的世界,半天说不出一句话来。。。
2014-10-31 23:21:18 +08:00
回复了 lushl9301 创建的主题 程序员 github 的万圣节平配色简直瞎眼。。。
开始还以为出了什么问题了。。。
2014-10-21 23:22:24 +08:00
回复了 hostker 创建的主题 分享发现 .moe 域名注册转入续费 95 元福利
@miyuki 魔都。
2014-10-21 23:13:41 +08:00
回复了 hostker 创建的主题 分享发现 .moe 域名注册转入续费 95 元福利
moe域名现在在国内还没法备案吧?
2014-10-18 21:47:24 +08:00
回复了 emarvin 创建的主题 macOS 更新 Yosemite 后磁盘空间释放了 30~40Gb....
+1
我的释放了70G
2014-10-15 22:43:37 +08:00
回复了 otfos 创建的主题 问与答 你们写代码的过程中是否对命名纠结,改来改去,浪费时间?
当然会!
There are only two hard things in Computer Science: cache invalidation and **naming things**. -- Phil Karlton
2014-10-10 16:28:02 +08:00
回复了 crazycookie 创建的主题 Python 链接最后是否带"/"
不带。
URL是a reference to a resource
https://en.wikipedia.org/wiki/Uniform_resource_locator
2014-09-22 21:40:48 +08:00
回复了 iyaozhen 创建的主题 问与答 Bootstrap 样式权重问题
bootstrap可以自己customize的,自己编译sass或者less。

另一种省事的途径就是在网站上costomize
http://getbootstrap.com/customize
各种尺寸和样式都能自定义,
第一次compile之后会重定向到
http://getbootstrap.com/customize/?id=YOUR_ID_HERE
收藏这个页面,之后访问能保留之前的编译参数
2014-09-19 14:50:47 +08:00
回复了 shirleyqin216 创建的主题 Java 有人和我一样喜欢 bootstrap 吗
以前喜欢用,现在只是编译它的grid system用了
2014-09-16 22:46:32 +08:00
回复了 kevinzeq 创建的主题 酷工作 为什么寻一个 python 大牛如此之难,急求 python 大牛
@binux 说得好
2014-09-16 00:15:50 +08:00
回复了 gentleming 创建的主题 问与答 大家平时上班背什么包?
题名不应景啊,何不改成:

程序员平时上班都背什么包?
2014-09-15 22:56:54 +08:00
回复了 Livid 创建的主题 Minecraft 翻译:我将会离开 Mojang
赞,尤其是
> It’s not about the money. It’s about my sanity.
2014-09-13 11:32:35 +08:00
回复了 arbipher 创建的主题 前端开发 如何知道网页元素的真实字体
@liaa 赞赞赞!给你一万个赞!
还有,这个图是怎么制作的?
2014-09-13 10:05:51 +08:00
回复了 4gShell 创建的主题 Python Python 编码折磨是一个必经过程吗?
http://stackoverflow.com/questions/10838016/unicodedecodeerror-utf8-codec-cant-decode-byte

"If you are using Notepad++ make sure the "encoding" (in the menu) of all your files is set to "UTF-8"."

试试?
2014-09-01 12:50:10 +08:00
回复了 xuefu 创建的主题 Python Tornado 中 self.write("hello")出现"Broken pipe Error",如何解决?
@xuefu 不是的=。=
如果是高级接口就不用“代码模拟登录”了。。。直接回复就行了
1 ... 4  5  6  7  8  9  10  11  12  13 ... 22  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1087 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 40ms · UTC 22:47 · PVG 06:47 · LAX 15:47 · JFK 18:47
Developed with CodeLauncher
♥ Do have faith in what you're doing.