摘要:
之所以会写下这篇日志,是因为安装的过程有点虐心。目前这篇文章是针对windows操作系统上的mysqldb的安装。安装python的mysqldb模块,首先当然是找一些官方的网站去下载:https://pypi.python.org/pypi/MySQL-python。下载后,cmd进入MySQL- 阅读全文
摘要:
C中的: int printf( const char* format, ...); @@Variadic Functions 这个特性允许你使用可变参数,实例如下: function concatenate($transform, ...$strings) { $string = ''; fore 阅读全文