三月 24, 2019

环境装怕了,还是用 docker 吧

前因除了兴趣,很多时候技能也是跟着需求走的;这一次某站需要迁移服务器,由于某些原因,接手了这个工作,迁移工作比想象...

一月 02, 2018

Linux:为服务器新加一个硬盘,并分配到指定的文件系统

使用 df -h 查看目前磁盘空间和使用情况 12345678[nukc@localhost ~]# df -hFilesystem ...

七月 11, 2017

'config.h' file not found

升级 react-native 后,run 提示 ‘config.h’’ file not found,之后在 issues 下找到如下解决方法: Run...

七月 11, 2017

react-native-xcode.sh No such file or directory

Script-00DD1BFF1BD5951E006B06BC.sh: line 3: ../node_modules/react-native/pack...

七月 11, 2017

fetch的问题

使用 fetch 的时候遇到了一个比较奇怪的问题, 我的代码是这样的: 1234567fetch(api) .then(this.json) ...

四月 27, 2017

java.lang.NoClassDefFoundError,选择第三方库还需多注意

1java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/an...

四月 19, 2017

安装 Scrapy 出错,Microsoft Visual C++ 14.0 is required

123running build_extbuilding 'twisted.test.raiser' extensionerror: Microsoft ...

三月 28, 2017

Centos6.5:python2 和 python3 共存下,supervisor 管理 python web 进程,使用 virtualenv 创建独立环境

Centos6.5: python2 和 python3 共存下,supervisor 管理 python web 进程,使用 virtualenv 创建...