V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  013231  ›  全部回复第 23 页 / 共 60 页
回复总数  1200
1 ... 19  20  21  22  23  24  25  26  27  28 ... 60  
@yorkw 但"不能被2整除"這個意義似乎並不是近代才有的. <<說文解字>>中對"奇"的解釋是"異也。一曰不耦。从大从可。" 也就是說東漢時"奇"就有這兩種意義了.
2013-07-19 22:02:23 +08:00
回复了 lichao 创建的主题 分享发现 刚刚 12315 被黑了
這個組織幹的? http://www.fangongheike.com/
不過12315的官方站點應該是 http://www.315.gov.cn/ , 12315.tv應該只是個民間網站.
2013-07-18 06:11:13 +08:00
回复了 andybest 创建的主题 问与答 我决定在我的常用密码中加一个特殊符号,用什么符号?
@andybest
有没有遇到不让用?号或者:号当密码的?
===================================
有, 建行网银, 只能用字母和数字.
2013-07-18 01:09:29 +08:00
回复了 andybest 创建的主题 问与答 我决定在我的常用密码中加一个特殊符号,用什么符号?
@andybest 現在我的選擇是只用大小寫字母和數字. 16個大小寫字幕和數字可以形成47672401706823533450263330816種組合, 強度足夠高了.


@Perry 剛剛試了下, Apple ID的密碼可以包含符號呀.
2013-07-18 00:53:26 +08:00
回复了 andybest 创建的主题 问与答 我决定在我的常用密码中加一个特殊符号,用什么符号?
@nichan 如果你編寫過密碼生成工具就會意識到很多網站都對密碼規則有匪夷所思的限制, 不能包含"特殊字符", 長度小於XX, 不能以XX字符開頭之類的.
2013-07-16 17:15:02 +08:00
回复了 xiluo 创建的主题 问与答 这种是自己画的还是根据照片自动生成的
2013-07-16 03:26:18 +08:00
回复了 paicha 创建的主题 Python # -*- coding:utf-8 -*- 为什么要这样的格式?
Python支持3種不同方式的文件編碼聲明:
http://www.python.org/dev/peps/pep-0263/

Defining the Encoding
Python will default to ASCII as standard encoding if no other
encoding hints are given.

To define a source code encoding, a magic comment must
be placed into the source files either as first or second
line in the file, such as:

# coding=<encoding name>

or (using formats recognized by popular editors)

#!/usr/bin/python
# -*- coding: <encoding name> -*-

or

#!/usr/bin/python
# vim: set fileencoding=<encoding name> :

More precisely, the first or second line must match the regular
expression "coding[:=]\s*([-\w.]+)". The first group of this
expression is then interpreted as encoding name. If the encoding
is unknown to Python, an error is raised during compilation. There
must not be any Python statement on the line that contains the
encoding declaration.

To aid with platforms such as Windows, which add Unicode BOM marks
to the beginning of Unicode files, the UTF-8 signature
'\xef\xbb\xbf' will be interpreted as 'utf-8' encoding as well
(even if no magic encoding comment is given).

If a source file uses both the UTF-8 BOM mark signature and a
magic encoding comment, the only allowed encoding for the comment
is 'utf-8'. Any other encoding will cause an error.
2013-07-16 03:17:05 +08:00
回复了 byron 创建的主题 PyGame mac 10.8.4 安装pygame失败
@byron
brew tap samueljohn/python
brew install pygame

https://github.com/samueljohn/homebrew-python
2013-07-15 20:23:37 +08:00
回复了 byron 创建的主题 PyGame mac 10.8.4 安装pygame失败
pygame是用brew安裝的嗎? 如果不是, 卸掉用brew重裝.
2013-07-14 22:08:54 +08:00
回复了 alexrezit 创建的主题 问与答 国内的旅游团就没有不带人购物的吗?
旅游跟團不是自找沒趣嗎... 自己定交通住宿, 到了目的地自己雇個導游, 讓導游跟著你走而不是你跟著導游走.
2013-07-11 08:18:12 +08:00
回复了 xiluo 创建的主题 随想 顺丰算是良心企业了
順豐提供免費的包裝服務的, 我從來都是直接把東西交給順豐由他們來包裝.
2013-07-11 08:12:49 +08:00
回复了 013231 创建的主题 编程 為什麼有些編程語言中的月從0開始, 日卻從1開始?
@nybux 這種說法恐怕解釋不通. 且不說編程時月份確實是用數字表示的, 如果你在stackoverflow上搜索過就會知道, 許多外國人對這個問題同樣不解; 另外, 也有很多編程語言(例如C#和Python)月份就是從1開始的.
2013-07-11 06:12:52 +08:00
回复了 013231 创建的主题 编程 為什麼有些編程語言中的月從0開始, 日卻從1開始?
@Livid 本節點建議放入"技术"分类.
2013-07-10 23:41:11 +08:00
回复了 luzhirui 创建的主题 深圳 求可靠的移动硬盘数据恢复
首先把硬盤拆出來(肯定能拆開的)裝入其它盒子或直接接上主板試試. 如果確認是硬盤本身的問題, 可以在這家店試試: http://shop36091792.taobao.com/ 我曾經在這家店完美恢復過一個損壞硬盤的數據.
普通機械鍵盤的價格買不到好顯示器, 所以還是買鍵盤吧.
2013-07-07 17:58:32 +08:00
回复了 aveline 创建的主题 DevOps 好奇一下大家都是怎么命名自己服务器名字的
Jupiter, Staum, Neptune.
2013-07-07 04:13:45 +08:00
回复了 chuhades 创建的主题 tmux tmux 很赞啊!
@tioover
Ctrl keys may be prefixed with `C-' or `^', and Alt (meta) with `M-'. -- from man page

順便說一下, 如果是OS X的Terminal, 需在Preferences -> Settings -> Keyboard裏勾上"Use option as meta key".
2013-07-07 02:56:14 +08:00
回复了 breeswish 创建的主题 问与答 汇编语言中,push操作为什么是给指针做减法?
棧向低位增長, 數據入棧後棧頂地址變得更小, 自然是減法.
2013-07-07 02:43:50 +08:00
回复了 013231 创建的主题 Python Python Challenge卡在第12關了, 求提示
s/各是/格式/
2013-07-07 02:43:26 +08:00
回复了 013231 创建的主题 Python Python Challenge卡在第12關了, 求提示
@xuc 謝謝, 不過圖片是三種各是呢, JPEG, PNG和GIF.
1 ... 19  20  21  22  23  24  25  26  27  28 ... 60  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2540 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 74ms · UTC 07:12 · PVG 15:12 · LAX 00:12 · JFK 03:12
Developed with CodeLauncher
♥ Do have faith in what you're doing.