发布于 2016-12-26 23:51:54 | 88 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的Atom 教程,程序狗速度看过来!

GitHub Atom 文本编辑器

Atom 是 Github 专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。


Atom 是由 ukey 改名,此版本主要修复了一些 bug,增加了 atom_explain() 函数,此函数可以将 ID 转换成一个包括“timestamp”,“datacenter”和“worker”的数组。

此版本可以使用在生产环境。

PHP unique ID generator

functions list:

  • 1) string atom_next_id(void);
    Get the next unique ID.

  • 2) array atom_explain(string ID);
    Change unique ID to array includes: timestamp, datacenter id and worker id.

example:

<?php $id = atom_next_id(); echo $id; $info = atom_explain($id); echo date('Y-m-d H:i:s', $info['timestamp']); ?>

 

install:

$  cd ./atom $  phpize $  ./configure $  make $  sudo make install

php.ini configure entries:

[atom] atom.datacenter = integer atom.worker = intger atom.twepoch = uint64


历史版本 :
Atom 1.23.2 ,1.24.0-beta2 发布,显著变化
Atom 1.23 发布,编辑器性能的改进
Atom 1.24.0-beta0 发布,显著变化
Atom 1.22.1 和 1.23.0-beta1 发布,修复 Bug
GitHub Atom 1.21.0 和 1.22.0-beta0 发布,重要更改
GitHub Atom 1.21.0-beta2 发布,跨平台文本编辑器
GitHub Atom 1.20.0 和 1.21.0-beta0 发布,Bug 修复
GitHub Atom 1.19.7 和 1.20.0-beta7 发布,Bug 修复
GitHub Atom 1.19.6 和 1.20.0-beta6 发布,Bug 修复
文本编辑器 Atom 1.19.5 发布,修正 bug
文本编辑器 Atom 1.19.4 和 1.20.0-beta5 发布
Github Atom 1.19.3 和 1.20.0-beta4 发布
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务