码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
Vagrant Tip: Virtualbox Guest Additions
Vagrant Tip: Virtualbox Guest Additions 12 February 2016 Tired of seeing this message when you run vagrant up? ==> default: Machine booted and ready! ...
分类:其他好文   时间:2017-02-18 09:20:03    阅读次数:269
安装php-redis扩展
1. 下载扩展包 wget https://github.com/nicolasff/phpredis/archive/master.zip 2. 解压安装redis扩展unzip master.zipcd phpredis-masterphpize./configure –with-php-con ...
分类:Web程序   时间:2017-02-18 09:15:52    阅读次数:213
PHP之递归函数
https://www.cnsecer.com/4146.html http://www.jb51.net/article/71424.htm ...
分类:Web程序   时间:2017-02-18 01:03:00    阅读次数:234
IDEA Junit4配置
一、安装JUnitGenerator V2.0。 1、通过网络安装。如下 2、手动下载插件安装。插件下载:https://plugins.jetbrains.com/idea/plugin/3064-junitgenerator-v2-0 。安装如下图所示: 3、安装完成重启IDEA,即可使用。 二 ...
分类:其他好文   时间:2017-02-18 00:56:59    阅读次数:1429
工作室成员 GitHub 地址集中贴(按发布时间先后排序)
金质行 https://github.com/jinxiaohang/ 金林超 https://github.com/jinlinchao/ 王贤国 https://github.com/ErhuoHome/ ...
分类:编程语言   时间:2017-02-17 23:48:20    阅读次数:340
(转) The Incredible PyTorch
转自:https://github.com/ritchieng/the-incredible-pytorch The Incredible PyTorch What is this? This is inspired by the famous Awesome TensorFlow reposito ...
分类:其他好文   时间:2017-02-17 23:31:24    阅读次数:908
NodeJS NPM 镜像使用方法
每次npm的时候,走国外的镜像,非常的慢,可以配置一下 通过改变默认npm镜像代理服务,以下三种办法任意一种都能解决问题,建议使用第三种,将配置写死,下次用的时候不用重新配置。 通过config命令 npm config set registry https://registry.npm.taoba ...
分类:Web程序   时间:2017-02-17 23:26:14    阅读次数:185
配置vscode c/c++像sublime那样按Ctrl+shift+B编译直接运行
需求: 最近喜欢折腾各种编辑器。 用了vscode官方的c/c++插件,配好launch.json和tasks.json之后用debug还是感觉很不错的。 但是感觉对于acm有些用不上,反而不太灵敏,用起来也不太方便。 就想配成像subliime自带的那样: 1、编译之后直接运行 2、可以把输出显示 ...
分类:编程语言   时间:2017-02-17 23:05:01    阅读次数:388
MySQL学习2 使用docker建立mysql服务
在centos7的服务器上运行yuminstalldocker安装完docker后,运行servicedockerstart启动docker由于公司的服务器连接dockerhub一直有些问题,估计是gfw导致的,所以只能下载一个国内的镜像https://hub.tenxcloud.com/大家可以到时速云搜索自己需要的p_w_picpath我选择了star最高..
分类:数据库   时间:2017-02-17 22:06:38    阅读次数:250
docker基础用法
1、安装vim/etc/yum.repos.d/CentOS-Base.repo[dockerrepo]name=DockerRepositorybaseurl=https://yum.dockerproject.org/repo/main/centos/$releasever/enabled=1gpgcheck=1gpgkey=https://yum.dockerproject.org/gpgyuminstall-ydocker-enginechkconfigdockeron2、镜像镜像库..
分类:其他好文   时间:2017-02-17 21:58:49    阅读次数:143
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!