转载在 http://www.runoob.com/redis/redis-install.html Redis 安装 Window 下安装 下载地址:https://github.com/MSOpenTech/redis/releases。 Redis 支持 32 位和 64 位。这个需要根据你系 ...
分类:
其他好文 时间:
2017-08-19 21:13:57
阅读次数:
149
本文主要介绍如果用git将项目上传到githup。一、准备工作 (1)欲将项目上传到githup,先在githup上新建一个仓库。这里就不介绍。 (2)安装git,这里也不介绍。二、开始上传 (1)进入到项目文件夹,调出git命令窗口,初始化仓库 git init (2)添加远程仓库 ... ...
分类:
Web程序 时间:
2017-08-19 20:15:03
阅读次数:
204
requests在爬取网页时候时候中文显示乱码 第一个问题是,为什么会有ISO-8859-1这样的字符集编码? iso-8859是什么? 他又被叫做Latin-1或“西欧语言” . 对于我来说,这属于requests的一个bug,在requests库的github里可以看到不只是中国人提交了这个is ...
分类:
Web程序 时间:
2017-08-19 20:12:59
阅读次数:
179
曾几何时在公司用代理上过网,后来在家里使用git訪问csdn code和github就出现代理超时的问题,例如以下: $ git clone https://github.com/bumptech/glide.git fatal: unable to access 'https://github.c ...
分类:
其他好文 时间:
2017-08-19 20:02:17
阅读次数:
234
出处:https://github.com/pagekit/vue-resource/issues/267 ...
分类:
其他好文 时间:
2017-08-19 20:01:00
阅读次数:
802
云端打包 https://build.phonegap.com/apps phonegap PC端下载 https://www.phonegap.com/getstarted/ 移动端下载 https://github.com/phonegap/phonegap-app-developer/blob ...
分类:
移动开发 时间:
2017-08-19 18:51:39
阅读次数:
264
韩梦飞沙 yue31313 韩亚飞 han_meng_fei_sha 313134555@qq.com LeakCanary是Square开源了一个内存泄露自动探测神器 。这是项目的github仓库地址:https://github.com/square/leakcanary 。使用非常简单,在bu ...
分类:
移动开发 时间:
2017-08-19 18:37:39
阅读次数:
226
第一步:到github上clone angular/material2 项目 第二步:npm install 第三步: 打开git bash (cmd 或 powershell 是无法成功运行该项目的) 第四部:运行 npm install gulp 第五步:运行 gulp material:bui ...
https://github.com/mouse0270/bootstrap-notify $.notify('Hello World', { offset: { x: 50, y: 100 } }); ...
分类:
其他好文 时间:
2017-08-19 18:32:04
阅读次数:
123
安装git 1 2 1 2 配置 你的github 1 2 1 2 查看配置信息 1 1 编辑配置信息 1 1 修改 1 2 3 1 2 3 创建公钥 1 1 这会在 用户目录 ~/.ssh/ 下建立相应的密钥文件 上传公钥 在 github.com 的界面中 选择右上角的 Account Sett ...
分类:
系统相关 时间:
2017-08-19 17:10:17
阅读次数:
215