在iOS 7模拟器上测试没问题。iOS 8.3上报了如下警告:
Warning: Attempt to present
但是在模拟器上测试:iPhone模拟器上没发现异常,依旧可以选择,在iPad上点击没有反应,还是得解决。
more >>
记录成长的地方
在iOS 7模拟器上测试没问题。iOS 8.3上报了如下警告:
Warning: Attempt to present
但是在模拟器上测试:iPhone模拟器上没发现异常,依旧可以选择,在iPad上点击没有反应,还是得解决。
more >>
LINK : fatal error LNK1000: Internal error during IncrBuildImage
fatal error LNK1000 解决方法:
more >>
下载Apache并解压:
6 wget http://apache.fayea.com//httpd/httpd-2.2.29.tar.gz
28 tar zxvf httpd-2.2.29.tar.gz
29 cd httpd-2.2.29
配置:
more >>删除原有的yum包
|
|
添加源
more >>
:ImportError
Exception Value: No module named dateutil.relativedelta
So if you have this issue, try the following:
sudo pip install python-dateutil --upgrade
It can’t possibly hurt anything, so there is no harm in just forcing it to be reinstalled.
s3fs是把Amazon S3存储服务挂载到本地硬盘或者服务器上的程序,天翼云存储OOS和S3兼容,只需要修改s3fs一行代码,它就能挂载天翼OSS到服务器上。
github地址:https://github.com/s3fs-fuse/s3fs-fuse
[root@localhost ~]# wget https://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz
--2015-04-24 11:30:56-- https://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz
正在解析主机 sourceforge.net... 216.34.181.60
Connecting to sourceforge.net|216.34.181.60|:443... 已连接。
ERROR: certificate common name
*.sourceforge.net’ doesn’t match requested host name sourceforge.net'.
To connect to sourceforge.net insecurely, use
–no-check-certificate’.
无法建立 SSL 连接。
[root@localhost ~]# wget http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz
–2015-04-24 11:31:07– http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz
`
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