File “/usr/lib/python2.7/logging/config.py”, line 562, in configure
‘filter %r: %s’ % (name, e))
ValueError: Unable to configure filter ‘require_debug_false’: ‘DictConfigurator’ object has no attribute ‘startswith’

解决方法见:
        
          more >>
        
      
      
    
记录成长的地方
File “/usr/lib/python2.7/logging/config.py”, line 562, in configure
‘filter %r: %s’ % (name, e))
ValueError: Unable to configure filter ‘require_debug_false’: ‘DictConfigurator’ object has no attribute ‘startswith’

解决方法见:
        
          more >>
        
      
      
    
Ubuntu 16.04.1 安装gitlab 8.10.7-ce.0
GitLab 是一个用于仓库管理系统的开源项目。使用Git作为代码管理工具,并在此基础上搭建起来的web服务。
特点:1. Web框架使用Ruby on Rails。 2. 基于MIT代码发布协议。 3. 需要gitolite协同工作。
Windows下安装Docker,参见:使用Boot2Docker来使用Docker(toolbox在Windows下安装Docker)
在linux上安装, the Docker client, the Docker daemon, and any containers 会执行运行在本机上. 这意味着可以Docker container 可以使用直接使用本地地址,例如localhost:8000 、0.0.0.0:8376。

In an OS X installation, the docker daemon is running inside a Linux VM called default. The default is a lightweight Linux VM made specifically to run the Docker daemon on Mac OS X. The VM runs completely from RAM, is a small ~24MB download, and boots in approximately 5s. 和windows类似,Docker 在mac os x也是借助linux虚拟机来运行的。
        
          more >>
        
      
      
    
在linux上安装Docker,你的机器即使localhost也是docker主机;在网络中,localhost是指您的计算机。docker主机是容器中在该机器上运行。说白了就是直接安装在linux上,英文翻译真蛋疼。
在Windows安装,Docker守护进程运行Linux虚拟机内。您可以使用Windows的客户端与虚拟机中的Docker主机通信。这台主机中运行你的Docker容器。
more >>更新了下Xcode,运行之前的项目发现提示网络不可用,在模拟器里用浏览器访问相应地址,是可以打开的;
Xcode7 (IOS9) 报错:The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.
        
          more >>
        
      
      
    
tag:
            缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
 npm i hexo-generator-json-content --save
            3、在根目录_config.yml里添加配置:
  jsonContent:
    meta: false
    pages: false
    posts:
      title: true
      date: true
      path: true
      text: false
      raw: false
      content: false
      slug: false
      updated: false
      comments: false
      link: false
      permalink: false
      excerpt: false
      categories: false
      tags: true