码迷,mamicode.com
首页 >  
搜索关键字:latest    ( 1907个结果
(转载)ubuntu 搭建wordpress 并用nginx配置代理
下载Wordpress wget http://wordpress.org/latest.tar.gz 解压文件包。假设解压至用户的主目录中。 tar -xzvf latest.tar.gz 创建Wordpress数据库和用户 登录MySQL mysql -u root -p 创建数据库: CREA ...
分类:系统相关   时间:2017-03-04 17:12:53    阅读次数:241
腾讯云centos6.8 64位搭建phpadmin
下载php5.5文件方法http://blog.csdn.net/leejianjun/article/details/52200909rpm-Uvhhttps://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpmrpm-Uvhhttps://mirror.webtatic.com/yum/el6/latest.rpmyumlistphp*yuminstallphp55w.x86_64php55w-fpm.x86_64ph..
分类:Web程序   时间:2017-03-02 22:14:10    阅读次数:650
python PIL实现图片合成
在项目中需要将两张图片合在一起。遇到两种情况,一种就是两张非透明图片的合成, 一种是涉及到透明png的合成。 相关API见 http://pillow.readthedocs.io/en/latest/reference/Image.html 第一种情况,直接将两张图片合在一起就可以了。如下图所示, ...
分类:编程语言   时间:2017-02-27 19:31:03    阅读次数:1091
wiki中文语料+word2vec (python3.5 windows win7)
环境: win7+python3.51. 下载wiki中文分词语料 使用迅雷下载会快不少,大小为1个多G https://dumps.wikimedia.org/zhwiki/latest/zhwiki-latest-pages-articles.xml.bz2 2. 安装opencc用于中文的简繁... ...
分类:编程语言   时间:2017-02-18 18:35:17    阅读次数:7001
linux php 升级
centos 6.5 : 更新yum :(下面这三个我都执行了,自己不懂的) rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-releas ...
分类:Web程序   时间:2017-02-13 18:56:11    阅读次数:194
linux yum源安装
#1.安装remi源mkdir /disk1/toolscd /disk1/toolsrpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpmwget http://rpms.famillecoll ...
分类:系统相关   时间:2017-02-13 17:34:58    阅读次数:164
[原][译][osgearth]API开发地球(OE官方文档翻译)
原文参考:http://docs.osgearth.org/en/latest/developer/maps.html#programmatic-map-creation 本人翻译水平有限。。。 加载earth地图文件 最简单的方式 API编程式的地图创建 用API创建一个地图的基本步骤是: 1.创 ...
分类:Windows程序   时间:2017-02-07 10:43:27    阅读次数:621
NVIDIA GeForce Driver Installation on Debian Jessie Linux 8 64bit
The easiest way to install NVIDIA GeForce Driver on Debian Linux 8 ( Jessie ) ( for Debian 9 Stretch visit: How to install the latest NVIDIA drivers o ...
分类:系统相关   时间:2017-02-06 22:24:27    阅读次数:652
centos 6.7搭建Discuz!X3.3论坛记录
最小化安装系统优化系统关闭防火墙等安装mysql安装PHP7.0.14开启GD库开启OPcache安装论坛1.2参见我的百度经验不详述3.安装mysqlyum-yinstallmysqlmysql-servermysql-devel4.安装PHP7.0.14开启GD库开启OPcache更新源rpm-Uvhhttps://mirror.webtatic.com/yum/el6/latest.rpm安装p..
分类:Web程序   时间:2017-01-30 14:50:43    阅读次数:252
Make python2.7 use the right version of opencv
Bug: Some day I updated my openCV to the latest version 2.4.13, while recently I found I always get "2.4.8" when I check the version in python2.7. It ...
分类:编程语言   时间:2017-01-26 07:43:01    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!