V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  aaaa007cn  ›  全部回复第 2 页 / 共 18 页
回复总数  353
1  2  3  4  5  6  7  8  9  10 ... 18  
2015-04-01 21:21:26 +08:00
回复了 soratadori 创建的主题 Python 读取编码 utf-8 网页出现问题 [Non-BMP character not supported in Tk]
请贴出网页地址先
2015-04-01 21:16:32 +08:00
回复了 hh54188 创建的主题 问与答 编写 web Server 与 game server 有什么区别?有什么要注意的地方
http://mienfield.com/
一年前流行了一阵子的在线多人扫雷
就是用的 websocket 和服务器实时通信
2015-04-01 21:10:58 +08:00
回复了 sarras 创建的主题 问与答 请问下 python 如何获取当前剪切板的内容?
google python clipboard
2015-04-01 20:43:03 +08:00
回复了 OscarUsingChen 创建的主题 Firefox 为什么火狐发布新版之后会暂时关闭升级一段时间?
wiki 只翻到这篇
https://wiki.mozilla.org/Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Throttling
Generally, there's two different ways we do throttling for releases. Most of the time we ship a release partly throttled (10% served), throttle it completely 48 hours later (at the request of RelMan through release-drivers and/or a bug), once some amount of users have it in their hands. In certain cases (for example, when our release day coincides with a Microsoft patch Tuesday), we ship a release fully throttled (0% of requests are served an update).
想要详细了解还是得上 irc 或者邮件列表问吧
2015-04-01 15:20:33 +08:00
回复了 commoccoom 创建的主题 Python 入门 Python ,有一段脚本看不明白,望指教。谢谢!
入门可以使用这个可视化工具单步执行来观察流程
http://www.pythontutor.com/visualize.html

另外
不应是 print "Grand total:$()".format(grand_total)
而应是 print "Grand total:${}".format(grand_total)
2015-04-01 08:08:47 +08:00
回复了 soratadori 创建的主题 Python 读取编码 utf-8 网页出现问题 [Non-BMP character not supported in Tk]
错误提示已经讲得很清楚了
Non-BMP character not supported in Tk
Tk 不支持 Non-BMP(非基本多文种平面)字符
而 IDLE 正是基于 Tcl/Tk 的

关于 Non-BMP 可以参考 wikipedia
https://en.wikipedia.org/wiki/Plane_%28Unicode%29

另外
问题是出在 print(page),而不是之前的 decode
显式 encode 吧
print(page.encode('utf-8'))
2015-03-31 20:16:45 +08:00
回复了 nightar 创建的主题 问与答 GFW 对于境外访问国内的网站有没有影响?
单单只是慢的话
比被人替换了返回内容要好多了
http://netres.ec/?b=153DB4E
嫌长的可以直接拉到底看结论
2015-03-31 20:12:47 +08:00
回复了 xubingok 创建的主题 问与答 求推荐一个支持 python3.x 的应用引擎.(python 区似乎人气不够)
如果只是自己玩玩
用 https 访问
aws 部分 ip 会被中断链接,删掉重建可以刷 ip
2015-03-31 17:13:11 +08:00
回复了 sure15 创建的主题 Python 为什么 python 官方的这个代码在我的电脑上无法执行?
又没有重定向子进程的输出
当然没提示啊
2015-03-31 17:08:44 +08:00
回复了 yufengshizhe 创建的主题 Python python 如何实现显示器的测试?
可以用 ctypes 调用 so
2015-03-31 17:01:27 +08:00
回复了 xubingok 创建的主题 问与答 求推荐一个支持 python3.x 的应用引擎.(python 区似乎人气不够)
OpenShift
目前官方提供 3.3 支持
也可以 diy 上 3.4

Heroku
3.4.1
2015-03-30 23:22:24 +08:00
回复了 lzyroot 创建的主题 程序员 请问各位有没有好点的博客程序推荐
@yulgang
之前在某家 bsp 用过 2~3 年 MT 4
每次改动侧栏都要重建全部页面 XD
2015-03-30 16:03:59 +08:00
回复了 lzyroot 创建的主题 程序员 请问各位有没有好点的博客程序推荐
@yulgang
http://www.movabletype.jp/opensource/mtosdl.html
官网倒是有 5.x 的 MTOS 直接下载

个人非商业使用可以免费使用 6.x 的 pro 版
https://www.sixapart.jp/inquiry/movabletype/personal_download.html
2015-03-30 00:53:46 +08:00
回复了 z742364692 创建的主题 Linux Linux 下载器为毛不支持 ed2k
MLDonkey
aMule
所以让你先分割
ftp 上传后再重新合并啊
超不了 100MB 就按 90MB 分割呗
然后多线上传
2015-03-29 19:02:29 +08:00
回复了 kslr 创建的主题 问与答 电信每天自动监控我的位置如何关闭/禁止这个功能?
或者先分割
上传后再合并
2015-03-28 23:48:52 +08:00
回复了 kslr 创建的主题 问与答 电信每天自动监控我的位置如何关闭/禁止这个功能?
@acmetal
漏了一种
记了->告诉你我没记
1  2  3  4  5  6  7  8  9  10 ... 18  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   763 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 22:03 · PVG 06:03 · LAX 15:03 · JFK 18:03
Developed with CodeLauncher
♥ Do have faith in what you're doing.