Zimilo 最近的时间轴更新
Zimilo's repos on GitHub
C · 140 人关注
guava
Guava is a lightweight Python web framework written in C
Go · 19 人关注
starfruit
A modern implementation of IRC server in Go
Python · 3 人关注
crabapple
A highly configurable automatic deployment tool integrated with Github
Go · 2 人关注
coconut
Frequent used data structures and algorithms written in Go.
1 人关注
101datumx-contribution-guideline
The guidelines that all internal employees and external contributors must follow.
C · 1 人关注
mongo-c-driver
C Driver for MongoDB
Python · 0 人关注
apricot
A series of tools developed specially for python performance tuning.
JavaScript · 0 人关注
casperjs
Navigation scripting & testing utility for PhantomJS
0 人关注
charts
Mirror the official helm charts, synced every day.
Emacs Lisp · 0 人关注
emacs
rework: my emacs configuration
C · 0 人关注
http-parser
http request/response parser for c
C · 0 人关注
ip2region
准确率99.9%的ip地址定位库,0.0x毫秒级查询,数据库文件大小只有1.5M,提供了java,php,c,python,nodejs,golang,c#查询绑定和Binary,B树,内存三种查询算法,妈妈再也不用担心我的ip地址定位!
Python · 0 人关注
lark-py
基于arkfbp框架构建的飞书Python SDK
0 人关注
llm.c
LLM training in simple, raw C/CUDA
Go · 0 人关注
miniark
miniark installer
Go · 0 人关注
minikube
Run Kubernetes locally
Python · 0 人关注
mongo-python-driver
PyMongo - the Python driver for MongoDB
JavaScript · 0 人关注
node
evented I/O for v8 javascript
C++ · 0 人关注
phantomjs
Scriptable Headless WebKit
C · 0 人关注
redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
CSS · 0 人关注
rockli.github.com
myblog
0 人关注
syncd
syncd是一款开源的代码部署工具,它具有简单、高效、易用等特点,可以提高团队的工作效率.
C · 0 人关注
uvbook
An Introduction to libuv
0 人关注
watchman
Watches files and records, or triggers actions, when they change.
Zimilo

Zimilo

V2EX 第 26657 号会员,加入于 2012-09-12 17:49:54 +08:00
Zimilo 最近回复了
2019-12-06 19:54:06 +08:00
回复了 saltbo 创建的主题 问与答 求问有没有开源的账号系统?
@saltbo 利益相关,我是 arkid 的开发者

arkid 是一个开源的 idP 实现。arkid 主要的场景是为了解决一个组织各种系统共用一个账号权限管理中心, 比如 wifi、gitlab、云盘、内部 oa、crm 等等。同时有管理后台管理每个人的权限等。

对于您的场景,您可以在 arkid 中新建一个应用,然后选择对接方式,比如选择 ldap 协议,OAuth 或者使用 http 接口进行对接即可。

当然也可以把 arkid 仅仅作为某个系统的账号中心,避免像您提到的需要重复开发功能。
比如我们公司的官网 https://www.longguikeji.com 就是使用 arkid(OAuth2)作为账号中心, 可以支持注册、登录。默认注册完会归类到 arkid 的外部账号中。管理员有 web 界面可以管理注册用户。
2015-06-30 21:35:32 +08:00
回复了 chairuosen 创建的主题 Node.js 关于 casperjs 中相对文件目录的问题
@Zimilo ROOT 的值 用绝对路径,写错了...
2015-06-30 21:32:10 +08:00
回复了 chairuosen 创建的主题 Node.js 关于 casperjs 中相对文件目录的问题
casperjs 的比较奇葩,最安全的做法是

注册一个全局变量,比如ROOT.

ROOT的值用相对路径. 这样每次require的时候都以绝对路径,而不是相对路径。 比如:

1. require(ROOT + '/' + 'b.js')
2. require(ROOT + '/' + 'config.json')
2012-09-12 17:51:46 +08:00
回复了 ishengsheng 创建的主题 程序员 [北京]爱声声科技有限公司诚招iOS技术主管
是个灰常靠谱的团队,有兴趣的赶紧加入哦。:)
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1081 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 19:20 · PVG 03:20 · LAX 12:20 · JFK 15:20
Developed with CodeLauncher
♥ Do have faith in what you're doing.