macOS Mojave Pyenv 安装多版本 build failed 解决办法
Build Failed 在 macOS Mojave 上,如果你想要安装多版本的 python,你 … [Read more…]
Build Failed 在 macOS Mojave 上,如果你想要安装多版本的 python,你 … [Read more…]
上一篇文章当中我提到了 Apache Spark 和 Python 3.6 之间存在兼容性问题。   … [Read more…]
今天我把我的服务器从阿里云重新换回了 Digital Ocean。我已经用阿里云很长一段时间了, … [Read more…]
If you are using MacOs Sierra and Homebrew like me, and you want to build … [Read more…]
[Best_Wordpress_Gallery id=”3″ gal_title=”2016 ACM-ICPC Hongkong Regional Contest”]
我发现,GDB 从很早开始就不安装在 macOS 上了,取而代之的是 lldb,所以这篇文章是介绍如何在 macOS Sierra 上安装 GDB
从很早以前我就发现 WordPress 的图片无法打开了,今天比较闲,我决定解决这个问题。 … [Read more…]
In this article I will generate the solution of migration from Apache to Nginx server with your wordpress or other web app.
So basically I have a parent class with some arguments in the init(), now I want to define a subclass, I want to redefine the init() in the subclass just append a new argument in it. Is there any convenient way to complete this?
class Employee(object): “””Models real-life employees!””” def __init__(self, empl … [Read more…]