码迷,mamicode.com
首页 >  
搜索关键字:issue    ( 1724个结果
git学习--bug分支
如果你接到一个修复代号为1的任务,那么想创建一个分支issue-1来处理,但是,现在在dev上进行的工作还没完成,无法完成提交。如下图则需要用git stash把工作现场先储存起来,等以后恢复现场后继续工作。如下图,执行git stash后工作区为空首先确定要在哪个分支修复bug,假设是master...
分类:其他好文   时间:2014-12-31 00:52:20    阅读次数:188
UBUNTU系统常用基本命令
1、系统基本信息查询查看内核#uname -a查看Ubuntu版本#cat /etc/issue查看内核加载的模块#lsmod查看PCI设备#lspci查看USB设备#lsusb查看网卡状态#sudo ethtool eth0查看CPU信息#cat /proc/cpuinfo显示当前硬件信息#lsh...
分类:系统相关   时间:2014-12-27 00:14:29    阅读次数:259
cannot resolve symbol r android studio
转自stackoverflowhttps://stackoverflow.com/questions/17054000/cannot-resolve-symbol-r-android-studioI had this this issue too. A simple 'gradlew clean' ...
分类:移动开发   时间:2014-12-25 20:23:48    阅读次数:173
MP20 MBO issue summary
做系统2 sensor PR的时候发现灯光太暗,PR识别不过(图片),问任华,调灯光:Folder》》Machine》》???》》Lamb name》》LambD,抄其他线的灯光数据,立!刻!有效果。第一次学会调灯光。调完灯光要做auto calibration,如果不做后面会出问题(PP tool...
分类:其他好文   时间:2014-12-25 17:57:37    阅读次数:154
FIS Issue 标记
-----已知[pack问题]忽视进行合并https://github.com/fex-team/fis/issues/253关于增加md5戳以后文件越来越多https://github.com/fex-team/fis/issues/97-----待了解fis-plus如何与后端结合使用https...
分类:其他好文   时间:2014-12-23 10:22:55    阅读次数:121
【转】Linux(Ubuntu)系统查看版本及内核信息
原文网址:http://www.shangxueba.com/jingyan/121649.html查看ubuntu版本号方法一:cat /etc/issue返回结果:Ubuntu 6.06.2 LTS \n \l方法二:sudo lsb_release -a返回结果:No LSB modules ...
分类:系统相关   时间:2014-12-22 15:49:39    阅读次数:256
Indy Changed from Indy10
Indy Changed from Indy10http://stackoverflow.com/questions/16339656/delphi-xe4-indy-compatibility-issue-between-tbytes-and-tidbyteshttp://stackoverflo...
分类:其他好文   时间:2014-12-18 21:53:46    阅读次数:323
Import SHA2 SSL cert to Windows IIS7
Import SHA2 SSL cert to Windows IIS71.You will get 3 piece of certs from GeoTrust, and save them to below1)=server.cert: Issue to "*.domain.cn", Issue...
分类:Windows程序   时间:2014-12-17 12:28:14    阅读次数:214
用find/find-all match方式查找list元素
查找list中的一个子list假定数据库里面有若干行记录,newlisp mysql模块返回结果是用一个list表示这个若干行记录,然后每个元素都是一个list,里面包含一行记录,每行记录list里面有包含了若干list,每个list都有两个元素:字段名和字段值。现在我们可以用find方式来进行模式查找> (find (list (list "issue_id" 1773) '*) '((("is...
分类:其他好文   时间:2014-12-17 01:37:31    阅读次数:213
C#:Bug,EndpointDispatcher&ContractFilter
[FaultException:由于 ContractFilter在 EndpointDispatcher不匹配,因此 Action为“http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue”的消息无法在接收方处理。这可能是由于协定不匹配(发送方和接收方 Action 不匹配)或发送方和接收方绑定/安全不匹配。请检查发送方和接收方是否具有相同的协定和绑定(包括安全要求,如 Message、Transport、None)。]   [Fau...
分类:Windows程序   时间:2014-12-16 11:46:49    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!