git同步遇到报错“fatal: unable to access 'https://github.com/ruanwenwu/newp.git/': Peer reports incompatible or unsupported protocol version.” 网上很多人说是因为git版本 ...
分类:
数据库 时间:
2018-02-27 19:36:23
阅读次数:
6326
微信小程序输出html内容数据插件wxParse,可以把带html标签的数据输出为微信小程序正常显示的格式,wxParse插件带有演示,也有使用文档说明。 下载地址:https://github.com/icindy/wxParse 参考来自: http://www.51xuediannao.com ...
分类:
其他好文 时间:
2018-02-27 19:32:26
阅读次数:
206
(来自StackOverflow,GitHub) 问题原因:maven库缓存崩溃 解决方法: 1、使用命令行进入项目路径(pom.xml所在路径),执行mvn dependency:purge-local-repository 2、如果方法一还是不行,删除本地库中的~/.m2/repository/ ...
分类:
移动开发 时间:
2018-02-27 19:25:45
阅读次数:
304
commonjs是用在服务器端的,同步的,如nodejs amd, cmd是用在浏览器端的,异步的,如requirejs和seajs 其中,amd先提出,cmd是根据commonjs和amd基础上提出的。 AMD 规范:https://github.com/amdjs/amdjs-api/wiki/ ...
分类:
Web程序 时间:
2018-02-27 19:20:13
阅读次数:
195
概述讲义:GitLab是一个开源版本管理系统,是集代码托管,测试,部署于一体的开源git仓库管理软件,可通过web界面来进行访问公开的或私人项目。与Github类似,GitLab能够浏览代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易于浏览提交过的版本,并提供一个文件历史库。是目前非常流行好用的研发版本控制系统。Git有三个类分别为:Git:是本地版本控制系统工具。Github:是官方在线
分类:
其他好文 时间:
2018-02-27 19:19:40
阅读次数:
209
下载lib-flexible https://github.com/amfe/lib-flexible 在main.js中引入lib-flexible 安装px2rem-loader https://github.com/songsiqi/px2rem 配置px2rem-loader 在build文 ...
分类:
Web程序 时间:
2018-02-27 17:45:48
阅读次数:
919
文章:https://juejin.im/post/5a9315e46fb9a0633a711f25 https://github.com/jamiebuilds/babel-handbook/blob/master/translations/zh-Hans/plugin-handbook.md 你 ...
分类:
其他好文 时间:
2018-02-27 17:37:12
阅读次数:
246
Java核心知识点-字节流和字符流详解 https://github.com/CyC2018/InterviewNotes/blob/master/notes/Java%20IO.md ...
分类:
编程语言 时间:
2018-02-27 17:36:17
阅读次数:
141
学习了一下github的基本命令,弄了大半天了,唉,结合网友的一些资料,总结了一大堆! 一、如果输入$ git remote add origin git@github.com:djqiang(github帐号名)/gitdemo(项目名).git 提示出错信息:fatal: remote orig ...
分类:
其他好文 时间:
2018-02-27 15:00:30
阅读次数:
238
参考:Familia的Github项目地址、百度NLP专栏介绍 Familia 开源项目包含文档主题推断工具、语义匹配计算工具以及基于工业级语料训练的三种主题模型:Latent Dirichlet Allocation(LDA)、SentenceLDA 和Topical Word Embedding ...
分类:
其他好文 时间:
2018-02-27 14:59:04
阅读次数:
1069