V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  flingjie  ›  全部回复第 2 页 / 共 2 页
回复总数  29
1  2  
2016-01-07 09:55:28 +08:00
回复了 flingjie 创建的主题 剧集 snow 归来啦
@zwy 大神的心思很难猜
@stillwater 期待中
2016-01-07 09:54:27 +08:00
回复了 flingjie 创建的主题 剧集 snow 归来啦
@markkitty kill the boy and let the man be born 一直觉得这句很赞
2016-01-06 12:16:31 +08:00
回复了 flingjie 创建的主题 前端开发 vue.js VS angular.js, 创业公司用哪个比较好?
@MarshallChen 用 react 招人会不会比较困难, 现在前端本来就缺, JSX 的风格有些适应不过来
2016-01-06 11:38:56 +08:00
回复了 flingjie 创建的主题 前端开发 vue.js VS angular.js, 创业公司用哪个比较好?
@heaton_nobu 一个电商平台
2016-01-06 10:39:44 +08:00
回复了 flingjie 创建的主题 Django django 运行正常, gunicorn 运行报'ascii' codec can't encode…错误
@latyas 哈哈, 不是啊, 是数据库中有中文的内容
2016-01-05 10:22:47 +08:00
回复了 Gem 创建的主题 Python Django 的 Restful Api
django-piston 比较老,现在用的比较多的是 django-tastypie 和 Django REST framework, 其中 django-tastypie 使用比较简单, Django REST framework 承袭 django 的结构, 比较符合 django 的思维
2016-01-05 09:54:26 +08:00
回复了 flingjie 创建的主题 Apache 请教, Apache 日志文件过大改怎么限制
@hcymk2 多谢
2015-12-31 16:38:50 +08:00
回复了 TheCure 创建的主题 Python python 如何动态创建一个类?
使用 type 函数.
def __init__(self, x):
self.x = x

def printX(self):
print self.x

Test = type('Test', (object,), {'__init__': __init__, 'printX': printX})
等同于
class Test(object):
def __init__(self, x):
self.x = x

def printX(self):
print self.x
2015-11-25 10:49:02 +08:00
回复了 flingjie 创建的主题 HTTP 请教一个"你的连接不是私密连接"的问题
@Starduster 谢谢, 购买的是*.example.com, 买的是国外的证书会有影响吗? 为什么有时可以,有时提示不安全?
1  2  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3129 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 10:58 · PVG 18:58 · LAX 03:58 · JFK 06:58
Developed with CodeLauncher
♥ Do have faith in what you're doing.