TaoAlpha 最近的时间轴更新
TaoAlpha's repos on GitHub
TypeScript · 7 人关注
npm-trending
Daily top popular packages!
Python · 2 人关注
pullword
Pull all words from a txt file and display word`s frequency.
HTML · 1 人关注
blog
Personal Blog
0 人关注
404Archive
0 人关注
Altius
Olympic motto: Citius, Altius, Fortius (Latin for "Faster, Higher, Stronger")
JavaScript · 0 人关注
baby
a tool kit for self-use
TypeScript · 0 人关注
beautifulcolors
CSS · 0 人关注
BigRedTransit
A little more than 14850
0 人关注
BTT
Best Teacher Tao :)
PHP · 0 人关注
CAMRedesign
cornell alumni magazine redesign - mps project
JavaScript · 0 人关注
datasets
Java · 0 人关注
DL
0 人关注
dot-country
TypeScript · 0 人关注
extendable-exention-starter
JavaScript · 0 人关注
feedpusher
Push your Feed Updates
JavaScript · 0 人关注
GTD
CSS · 0 人关注
hexo-theme-tao
JavaScript · 0 人关注
ipromise
keep word, chase dream.
JavaScript · 0 人关注
jsEverything
Implement everything with js
TypeScript · 0 人关注
L
another markdown editor
0 人关注
loveletter
Swift · 0 人关注
macKit
Mac app for advance mac settings
JavaScript · 0 人关注
num-format
undefined
JavaScript · 0 人关注
one-redirect
A Out of the Box 🎁 Browser Extension Template with support for React, Typescript, Preact
0 人关注
one-wallet
1wallet - unconventional keyless, non-custodial wallet secured by Google Authenticator. EVM-compatible, smart contract operated, with composable security.
JavaScript · 0 人关注
resume
PHP · 0 人关注
RNhelper
Combine readability and markdown--Write notes during reading.
JavaScript · 0 人关注
seajs
A Module Loader for the Web
TypeScript · 0 人关注
selection-highlighter
A chrome extension for highlighting selected text, works well with shadow DOMs
JavaScript · 0 人关注
share-button
including some chinese social networks and a new vertical style.
TaoAlpha

TaoAlpha

V2EX 第 69808 号会员,加入于 2014-08-04 13:00:06 +08:00
TaoAlpha 最近回复了
2016-05-07 03:04:35 +08:00
回复了 htc502 创建的主题 macOS mac 下 ntfs 文件系统怎么写文件
ntfs-3g 很棒啊. fstab 从 lion 好像就 deprecated.
.findAll(text=True) 可以直接提取 text, 忽略内部所有嵌套的 tag.
应该有插件可以做吧, history 页面就有个 better history 的插件可以覆盖掉. 不过我觉得新页面在大屏下还是很不错的哈
2016-03-22 01:11:20 +08:00
回复了 lyklykkkkkkk 创建的主题 程序员 文本 log 中含有部分 json,该如何取出?
正则走起~
\{(?:[^{}]|(?R))*\}

测试链接: https://regex101.com/r/pY9sD9/1
这个跟着帐号走的吧. 我当时从日本买的, 然后用美亚的帐号, 买书后自动会同步的.

绑定你的 kindle 到你的美亚帐号就行了, 然后会有个对应的 email: [email protected] 类似这样的, 然后买书后发送到这个就会自动发送给你的 kindle 了. (所有 kindle 设备, 客户端都会被分配一个邮箱 id, 然后选对应的 id 就是发送给对应的设备或者客户端) ~~
2016-03-02 12:51:03 +08:00
回复了 lycos 创建的主题 问与答 国外高质量内容创作平台有哪些?
2016-03-02 12:41:57 +08:00
回复了 carygao 创建的主题 问与答 技术博客的选择问题
既然是技术博客, 自己搭不是更好? 如果不想买空间, 买域名等等麻烦事, 可以选一些免费的托管服务, 比如 github pages
2016-02-12 12:46:58 +08:00
回复了 b244183 创建的主题 Python 做网站 API Wrapper 的最佳实践是什么
RESTful. 这里有篇很不错的文章介绍 RESTful API Design 的.
http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api
2016-02-11 21:20:39 +08:00
回复了 tanteng 创建的主题 互联网 个人网站除了博客之类的,还可以用来做什么呢?
曾经见过一个人把自己的 portfolio 做成了一个游戏(web 游戏), 进入后可以通过方向键控制前后走动, 然后所有关卡都是他的人生各项成就...挺不错的.

记得有些明星好像有私人 app, 集微博, 博客等等于一身的, 好像有个网站或者服务专门做这个业务的... 不过不如 web 端天然跨平台喽, 普通人的话一般还是很少需要的.
2016-02-10 04:12:05 +08:00
回复了 Vinuhz 创建的主题 问与答 Linux 里面 - 和 -- 的区别
- 后可以跟很多单字母选项, -- 后面只能跟一个多字母的选项. 很多时候, 单字母选项会是对应的一个长选项的缩写, 很多高级选项(设置)会设定为多字母的, 比如对应的单词, 一方面避免误操作, 一方面也为了更好理解和记忆.

比如 node:

```
Options:
-v, --version print Node.js version
-e, --eval script evaluate script
-p, --print evaluate script and print result
-c, --check syntax check script without executing
-i, --interactive always enter the REPL even if stdin
does not appear to be a terminal
-r, --require module to preload (option can be repeated)
```
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1107 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 18:30 · PVG 02:30 · LAX 11:30 · JFK 14:30
Developed with CodeLauncher
♥ Do have faith in what you're doing.