Loading

摘要: PHP-CPP是一个用于开发PHP扩展的C++库。本节讲解一些杂项。 读取php.ini配置 从php.ini文件中读取设置就像从常规PHP脚本中获取这些设置一样简单。在PHP脚本中,我们可以使用内置的ini_get()函数从php.ini文件中读取设置,在C++扩展中使用Php::ini_get( 阅读全文
posted @ 2019-06-16 20:50 飞鸿影 阅读(1064) 评论(0) 推荐(0)
摘要: 难度: 中等 题目 You are given two non empty linked lists representing two non negative integers. The digits are stored in reverse order and each of their no 阅读全文
posted @ 2019-06-16 16:10 飞鸿影 阅读(442) 评论(0) 推荐(0)
摘要: 难度: 简单 题目 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wou 阅读全文
posted @ 2019-06-16 16:02 飞鸿影 阅读(378) 评论(0) 推荐(0)