https://stackoverflow.com/questions/12506897/is-safari-on-ios-6-caching-ajax-results Since the upgrade to iOS 6, we are seeing Safari's web view take ...
分类:
移动开发 时间:
2017-07-18 23:07:19
阅读次数:
301
Traction – The Nike Kyrie 3 for sale traction was one of the better tractions I’ve played in. It’s hard to upgrade what was already amazing from the K ...
分类:
其他好文 时间:
2017-07-17 20:06:49
阅读次数:
174
使用unity AutoLight.cginc文件里的内置函数 UNITY_LIGHT_ATTENUATION shader如下: ...
分类:
编程语言 时间:
2017-07-17 18:48:44
阅读次数:
1831
本文讲述了怎样使用virtualenv, uwsgi, nginx来布署flask的步骤。 升级软件包 运行下面命令,保证你的机器安装了最新的软件包。 sudo apt-get update sudo apt-get upgrade 安装python和virtualenv sudo apt-get ...
分类:
其他好文 时间:
2017-07-16 09:51:04
阅读次数:
207
PIL是Python平台事实上的图像处理标准库,需要用到图片的需要导入该模块 一 安装pip https://pip.pypa.io/en/stable/installing/#id8 二 选择PIL 官方没有支持python3.6的PIL库,所以用pillow代替 http://www.lfd.u ...
分类:
编程语言 时间:
2017-07-15 13:49:53
阅读次数:
210
转载自https://www.tecmint.com/upgrade-mariadb-5-5-to-10-centos-rhel-debian-ubuntu/ How to Upgrade MariaDB 5.5 to MariaDB 10.1 on CentOS/RHEL 7 and Debian ...
分类:
数据库 时间:
2017-07-14 14:57:07
阅读次数:
295
参考:https://sb.sb/centos-upgrade-openssl/ yum install gcc gcc-c++ autoconf automake zlib zlib-devel pcre-devel cd /usr/local/src wget https://www.opens ...
分类:
其他好文 时间:
2017-07-14 10:18:38
阅读次数:
253
官方Doc:https://docs.bazel.build/versions/master/install-ubuntu.html 使用Bazel定制的APT存储库 (recommended) 1. Install JDK 8 安装JDK 8使用下面命令:: sudo apt-get instal ...
分类:
其他好文 时间:
2017-07-12 18:58:40
阅读次数:
1299
原文参考:http://wuzhuti.cn/2348.html 之前在centos6.4系统安装的是自带的mysql 5.1版本,后来升级到了5.6版本,执行以下命令报错 在网上查找原因说说因为升级不当导致,执行以下命令即可正常执行命令 mysql_upgrade -uroot -p123456 ...
分类:
数据库 时间:
2017-07-11 19:31:28
阅读次数:
305
国人的博客写的比较懒,个人从stack over flow 查找到这个问题,大概就是.... I'm using npm install react-native@0.40.0 --save to upgrade React Native, but I keep getting an error t ...
分类:
其他好文 时间:
2017-07-10 10:20:22
阅读次数:
354