同一台电脑配置/关联/使用两个或多个Github账号

2016-03-19

传送门:http://www.iwwenbo.com/a-pc-many-githubs/

遇到的坑:

用Mac自带的ssh作为日常ssh客户端,我在~/.ssh/config中做了如下配置,以避免开多个tab登录同一个远程的时候,反复输入认证信息:

这里ControlPath是记录已登录会话,并且复用的。这里 %h-%p-%r 是生成的一个socket的文件名,%h代表实际远程的hostname,%p是远程主机的端口,%r是登录远程主机的用户名。由于上述两个git帐号的设置,这几个参数是一样的,所以登录多个git帐号无效。

小小的改动是增加一个%n,也就是同时记录本地别名,区分一下即可:

好久不更新了,动弹一下……

2016-03-16

使用Docker,PHP7,重新构建了一下本站,速度提高没提高不知道……

下一步,使用PHP7+Phalcon(2.1.x)……

下一步,使用Ruby……

下一步,产品……

PhalconPHP and PHP7

2016-03-16

From: http://phalcon.io/phalconphp-and-php7

PHP7 was released on the 3rd of December, 2015. This new version brought forward a large number of new and exiting features (http://php.net/manual/en/migration70.new-features.php) to PHP. Perhaps one of the biggest of the new features is a new Zend Engine (the engine that powers PHP).

This new engine, code named PHPNG, will give some of your applications double the performance speed.

Some benchmarks that have been run so far:

WordPress 3.6 – 20.0% gain (253 vs 211 req/sec)
Drupal 6.1 – 11.7% gain (1770 vs 1585 req/sec)
Qdig – 15.3% gain (555 vs 482 req/sec)
ZF test app – 30.5% gain (217 vs 166 req/sec)
It is only natural that once it came out the PhalconPHP community was dying to know when we would get a chance to work with PhalconPHP and PHP7.

The Problem

We all know that PhalconPHP is written in Zephir starting with version 2.0, and that this language compiles its code into a C PHP Extension. Because of PHP7’s new engine the extension had to be rewritten and adapted to the new specifications.

The Solution

Knowing this, the PhalconPHP team started working since last year on an updated version of Zephir to make the compiled code work with PHP7.

After a few months we are finally delivered PhalconPHP 2.1 and Zephir 0.9.x which brings PHP7 support.

Installing PhalconPHP with PHP7

You will need to install PHP7+ and Zephir 0.9.2a-dev (or its latest branch). After you have them installed go to PhalconPHP 2.1.0+ branch and download the source code.

Installation example:

If you get these warnings ignore them:

That’s it!

You now have PhalconPHP and PHP7 working.

Can you expect PhalconPHP to be even faster? No, but you can expect to see your your app be much faster since your PHP code will run better with the new engine. Plus, you won’t have any overhead since PhalconPHP is a extension. The best part of all this is that you get all the new features that PHP7 brings to the table.

Do take into account that PHP7 is still rather new, and most of the commonly used extensions like memcache, memcached, and redis are available in Dev/Beta branches, so you need to reinstall them.

Best of luck to all and enjoy PhalconPHP + PHP7.

百度真特么给力啊!

2016-03-14

搜索一个『深证证券交易所』,都能让那么多山寨、啃爹货放在头条,几乎是需要翻页才能找到正版。

屏幕快照 2016-03-14 上午9.06.25