flniu 最近的时间轴更新
flniu's repos on GitHub
Vim script · 6 人关注
txt.vim
Make Vim more usable for viewing and editing plain text
Vim Script · 3 人关注
f-vimrc
A Minimal & Universal Vim runtime configuration
Vim script · 1 人关注
er.vim
Vim support for the ER file format
Python · 0 人关注
basic_flask
Demonstration of using Flask, SQLAlchemy, and Alembic together.
VimL · 0 人关注
CmdlineComplete
complete command-line (: / etc.) from the current file
VimL · 0 人关注
confluencewiki.vim
Confluence WIKI syntax
Python · 0 人关注
django-rest-api-mysql
Python/Django CRUD with MySQL example that uses Django Rest Framework for building Rest Apis
Emacs Lisp · 0 人关注
dot-files
My dot files
Python · 0 人关注
eralchemy
Entity Relation Diagrams generation tool
VimL · 0 人关注
f-vim-colors
My vim colorscheme collection
Vim script · 0 人关注
f-vimrc-custom
My custom vimrc in addition to f-vimrc
0 人关注
f-vimrc-server
Minimal vimrc for server admin
0 人关注
flask-sqlalchemy
Adds SQLAlchemy support to Flask
HTML · 0 人关注
flniu.github.io
My blog
Perl · 0 人关注
gigasync
Rsync-based Perl script to incrementally mirror enormous directory trees.
Java · 0 人关注
java-camp
VimL · 0 人关注
molokai
Molokai color scheme for Vim
Shell · 0 人关注
oh-my-zsh
A delightful community-driven (with 1,000+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 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.
HTML · 0 人关注
poetry_analyzer
诗歌分析程序
Python · 0 人关注
posthog-migration
Spike PostHog migration from Postgres to ClickHouse
TypeScript · 0 人关注
posthog-plugin-migrator3000
Migrate your events to a new PostHog instance.
Python · 0 人关注
pytest-cov
Coverage plugin for pytest.
Python · 0 人关注
python-pinyin
汉语拼音转换工具 Python 版(pypinyin)。
Python · 0 人关注
qiandao
各种网站的签到
0 人关注
slate
Beautiful static documentation for your API
JavaScript · 0 人关注
ui-calendar
A complete AngularJS directive for the Arshaw FullCalendar.
Vue · 0 人关注
ViewUI
A high quality UI Toolkit built on Vue.js 2.0
Vim script · 0 人关注
vim-markdown
Markdown Vim Mode
Python · 0 人关注
w3af
w3af: web application attack and audit framework, the open source web vulnerability scanner.
flniu

flniu

V2EX 第 204433 号会员,加入于 2016-12-05 12:54:33 +08:00
flniu 最近回复了
2022-01-15 16:21:36 +08:00
回复了 yuxing1171 创建的主题 程序员 你认为什么是 10 倍程序员

吴军参考物理学家朗道的理论,把工程师也划分为五个等级,其中相临等级的工程师,能力差 10 倍,创造的价值差 10 倍,收入可能也会差 10 倍。
2021-12-07 10:53:04 +08:00
回复了 Richard14 创建的主题 Python 用了一段时间的 SQLAlchemy,感受到的只有混沌和混乱
用 Peewee 基本上思维方式跟原生 SQL 很像。而 ORM 又帮你解决了连接管理、防范 SQL 注入的问题。
2021-12-07 10:51:08 +08:00
回复了 Richard14 创建的主题 Python 用了一段时间的 SQLAlchemy,感受到的只有混沌和混乱
SQLAlchemy 是基于 data mapper pattern 的 ORM 。如果是复杂查询比较多的业务,不如试试基于 active record pattern 的 ORM ,比如 Peewee 。
2021-12-04 22:48:06 +08:00
回复了 youthfire 创建的主题 Python 求教下,写 Python 代码,先前置大量定义函数的写法是否正确
另外现代 IDE 的代码跳转功能非常完备,比如 PyCharm ,可以很方便从函数调用的地方跳转到函数定义。
2021-12-04 22:40:50 +08:00
回复了 youthfire 创建的主题 Python 求教下,写 Python 代码,先前置大量定义函数的写法是否正确
这跟 Python 或具体哪门语言无关,跟程序的设计和代码的组织有关(可读性、封装、DRY 原则、SOLID 原则等等)。
推荐一本《程序员修炼之道(第 2 版)》。
2021-12-03 13:26:02 +08:00
回复了 oaza 创建的主题 职场话题 公司入职起花名
@chiaf 红凤凰粉凤凰红粉凤凰
2021-12-02 13:49:23 +08:00
回复了 AndyAO 创建的主题 Python 那些 Python 语言设计上的重大失误
用缩进表示结构的另一个主流语言是 Yaml (虽然只是标记语言,不是编程语言)。
2021-12-02 13:46:40 +08:00
回复了 AndyAO 创建的主题 Python 那些 Python 语言设计上的重大失误
@TypeError
“默认参数不能为可变对象,比如 list ,这个问题搞垮了一家创业公司”
这个真的是大坑。
2021-11-30 13:50:28 +08:00
回复了 macscsbf 创建的主题 程序员 一年工作经验 go 码农 想问下怎么提升自己
纵向:把 Go 语言的设计理念、特点优势、底层原理搞清楚。
横向:不限语言的原理和思想:《深入理解计算机系统(原书第 3 版)》《数据密集型应用系统设计》《实现领域驱动设计》……
2021-11-30 13:43:48 +08:00
回复了 macscsbf 创建的主题 程序员 一年工作经验 go 码农 想问下怎么提升自己
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5461 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 06:02 · PVG 14:02 · LAX 23:02 · JFK 02:02
Developed with CodeLauncher
♥ Do have faith in what you're doing.