码迷,mamicode.com
首页 >  
搜索关键字:erro    ( 6389个结果
error: src refspec XXX matches more than one
错误原因是 branch名和tag名有相同的,在执行git push origin :branchName时,就会报上面的错 删除branch: 删除tag: ...
分类:其他好文   时间:2017-02-19 12:32:25    阅读次数:276
Azure ServiceBus的消息中带有@strin3http//schemas.microsoft.com/2003/10/Serialization/?
今天碰到一个很讨厌的问题,使用 Nodejs 接收Azure service bus队列消息的时候,出现了:@strin3http//schemas.microsoft.com/2003/10/Serialization/? ;本文将记录一下关于如何去掉那个内容的方法。 ...
分类:Web程序   时间:2017-02-19 00:26:04    阅读次数:229
destoon 信息发布表单提交验证
sell 模块的form表单如下: <form method="post" id="dform" action="?" target="send" onsubmit="return check();"> <tr> <td class="tl"><span class="f_red">*</span> ...
分类:其他好文   时间:2017-02-18 22:27:05    阅读次数:291
【问题】【编程环境】fatal error: security/pam_appl.h
【问题】 今天在docker中基于centos镜像的容器编译gogs遇到错误 似乎缺少库文件 【解决】 yum -y install pam-devel ...
分类:移动开发   时间:2017-02-18 19:46:01    阅读次数:177
数据结构练习 单链表实现反转
结果: [2,3,4,5] [5,4,3,2] 好久没写数据结构了 回顾一下 ...
分类:其他好文   时间:2017-02-18 18:50:47    阅读次数:169
MySQL语法错误
[2017-02-18 15:53:44] [42000][1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right... ...
分类:数据库   时间:2017-02-18 17:27:24    阅读次数:189
Python MySql 操作类
Python 2.7 暂时只用到这么多,以后用到其他的再补充。 ...
分类:数据库   时间:2017-02-18 01:01:44    阅读次数:383
eslint ":"号
eslint规则默认是没有;号的,如果也没要加;号,那就要在.eslintrc.js里面,加配置: 'semi':['error',always'] 强制有;号,没有就报错 参考地址:http://eslint.org/docs/rules/semi 看里面的 options ...
分类:其他好文   时间:2017-02-17 23:26:45    阅读次数:209
spring和UEditor结合
前言 春节无聊,就去弄一下富文本编辑器,然后百度了一番,很多说百度的UEditor不错,然后去官网照着文档弄一遍,是挺简单好用的。然后想把这玩意结合到自己的一个spring项目里面,果然还是在点上传图片的时候GG了,百度谷歌了一遍,现在只能做到前后台一起时上传图片可用,如果有jsp 的 UEdito ...
分类:编程语言   时间:2017-02-17 00:12:20    阅读次数:291
安装VNC
一、安装VNC相关包 [plain] view plain copy yum -y install tigervnc tigervnc-server tigervnc-server-module [plain] view plain copy [plain] view plain copy 二、复制 ...
分类:其他好文   时间:2017-02-16 23:34:04    阅读次数:291
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!