xoyo 最近的时间轴更新
xoyo's repos on GitHub
C++ · 25 人关注
mmap_benchmark
benmark for different mmap prefault/prefetch methods
JavaScript · 1 人关注
octopress
Octopress is an obsessively designed framework for Jekyll blogging. It’s easy to configure and easy to deploy. Sweet huh?
Emacs Lisp · 1 人关注
oh-my-zsh
A community-driven framework for managing your zsh configuration. Includes 40+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, macports, etc), over 80 terminal themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
Python · 0 人关注
aa
AA accounting system for lunch/dinner
Emacs Lisp · 0 人关注
conf
Configurations for everyday tools
0 人关注
Emacs
⌨️ Emacs Keymap inside Visual Studio Code.
C · 0 人关注
futex-exp
Linux Futex experiment
Python · 0 人关注
incubator-airflow
Apache Airflow (Incubating)
0 人关注
kungfu
Kungfu Trader
JavaScript · 0 人关注
quora
JinshanQA
0 人关注
resume-archive
my resume and experience stuff
Ruby · 0 人关注
solutions
Exercise solutions / example hacking from books/courses
Emacs Lisp · 0 人关注
spacemacs
A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
Shell · 0 人关注
utils
utils scripts or code snippets
xoyo

xoyo

V2EX 第 7850 号会员,加入于 2011-04-12 13:39:38 +08:00
flutter 股票交易系统项目求接单~
Flutter  •  xoyo  •  348 天前  •  最后回复来自 lluckiy2tsh
9
vue 小项目求接单~
外包  •  xoyo  •  353 天前  •  最后回复来自 Mcler
14
@Livid 能否帮忙删除我的这个回复
Chamber  •  xoyo  •  2013-06-30 21:45:52 PM  •  最后回复来自 georgexsh
2
xoyo 最近回复了
353 天前
回复了 xoyo 创建的主题 Flutter flutter 股票交易系统项目求接单~
@tutou 是啊,找不到合适的人的话,就准备先这么搞了~ 简单点
353 天前
回复了 xoyo 创建的主题 Flutter flutter 股票交易系统项目求接单~
@roundgis 主要考虑跟我们整个后台系统技术栈统一,重构后这块后端会变得很轻,没有复杂逻辑
354 天前
回复了 xoyo 创建的主题 Flutter flutter 股票交易系统项目求接单~
@Aoyd 是的,选型 flutter 也是想为未来支持移动端准备,只是现阶段聚焦 web / pc
@dhb233 kernel 换页会有预取机制,可以通过 madvice 给出 hint ,也可以通过提前主动访问即将要读的内存,这样不仅把页表结构建好,还把数据加载进 CPU cache
之前写过一篇博客介绍过 mmap 的原理和一些优化思路
http://xoyo.space/2017/11/mmap-performance-analyzing-and-tuning/
2021-03-07 21:05:48 +08:00
回复了 Contextualist 创建的主题 Python 最近发现 defaultdict 的一个奇技淫巧
@jokeface deferred evaluate
2014-01-19 22:39:37 +08:00
回复了 EchoFUN 创建的主题 程序员 求指正一段正则表达式
@mengzhuo 人家这匹配的是xml文本里某个值的内容,用xml解释器怎么做呢?
2013-09-18 19:29:28 +08:00
回复了 itfanr 创建的主题 程序员 如何输出一个数组的全排列?
@itfanr Depth first search 深度优先搜索。比如@txx的代码就是。
2013-09-18 16:52:36 +08:00
回复了 itfanr 创建的主题 程序员 如何输出一个数组的全排列?
用DFS就可以了~
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2933 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 12:58 · PVG 20:58 · LAX 04:58 · JFK 07:58
Developed with CodeLauncher
♥ Do have faith in what you're doing.