在我正在进行的任氏有无轩改版中,我希望在首页获得我的博客的一些信息,比如最新发布的五个帖子。
我使用的博客后台是Wordpress,它提供了很好的编程接口,可以轻松地完成这个任务。而且Wordpress也提供了这些编程接口的说明。
在我正在进行的任氏有无轩改版中,我希望在首页获得我的博客的一些信息,比如最新发布的五个帖子。
我使用的博客后台是Wordpress,它提供了很好的编程接口,可以轻松地完成这个任务。而且Wordpress也提供了这些编程接口的说明。
(原文发布于2014年3月26日和4月5日,原文链接Getting Started with PHP Extension Development via PHP-CPP,以及PHP Extension Development with PHP-CPP: Object Oriented Code)
本文收录于[go4pro.org]
Running Press Book Publishers
2300 Chestnut Street
Philadelphia, Pennsylvania 19103-4317
To Whom It May Concern And Help,
I have bought your book God Created Integers (ISBN: 978-0-7624-3272-1) and finished reading.
I will be very much honored if I can translate this book into Chinese. There is one local publisher who is also very much willing to proceed once it gets the clearance on the copyright.
So far, the publisher has contacted your local representative in Beijing but no feedback yet.
This means no complaint to the representative but we would like to see a quicker movement on this.
Yours,
Taylor Ren
(原文发布于2014年3月4日,原文链接Functional Testing in Symfony 2)
本文收录于[go4pro.org]
=====
基于《Symfony 2中的批量数据生成》,我们可以对页面进行有控制的功能测试。所谓“有控制”,意为在测试数据是受控产生的前提下,假定程序逻辑没有问题,那么结果应该是如我们所预期的那样受控。否则程序一定有问题。
(原文发布于2014年2月24日,原文链接:Data Fixtures in Symfony 2)
本文收录于[go4pro.org]
=======
本文介绍了在Symfony 2中使用Data Fixtures工具进行批量数据生成的方法。特别介绍了牵涉到1-M等主从表之间PK关联的数据的生成方法。
前段时间和令狐、猛禽在Hangout里聊到了“多看”,着重谈到了两个问题:
一个是,多看的ePub有DRM保护,目前我还没有能找到破解的方法。相比之下,我经常去买书的Kobo站点中的ePub也有DRM保护,但是可以被破解。所以,我说我还是不会到多看去买书。
(原文发布于2014年2月5日,原文链接Cursors in MySQL Stored Procedures)
本文收录于[go4pro.org]
====
这篇文章继续了我之前《存储过程》的讨论,专注在讨论Cursor(光标)。这篇的讨论也很热烈。
(原文发布于2014年1月29日,原文链接Arbitrary Precision and Big Numbers in PHP)
本文收录于[go4pro.org]
====
严格的说,这是一篇纯算法的文章,文中讨论了三个PHP库:BC,GMP,php-bignumber,并分别用计算圆周率和进行RSA加密/解密进行了演示。