码迷,mamicode.com
首页 >  
搜索关键字:clean the working    ( 4168个结果
读书报告之《修改代码的艺术》 (I)
《修改代码的艺术》,英文名《Working Effectively with Legacy Code》,中文翻译的文笔上绝对谈不上“艺术”二字,愧对艺术二字(当然译者不是这个意思)。书中第三部分不论是例子还是解说都有点混乱,远不如《重构——改善既有代码设计》一书。此书精华在于第一、二部分。 如何学习这本书,作为一个最底层的码农,作为长期在别人代码上修修补补的苦逼二手货开发人员,我只能给的建议就是...
分类:其他好文   时间:2014-09-05 01:00:10    阅读次数:355
iOS 二维码扫描 zBarsdk 不支持64位 missing required architecture x86_64 in file
闲话少讲,实际上ios7以上是支持原生api扫描二维码的,所以我觉得这就是为什么zbarsdk没有继续更新的原因。 百度一下,说修改架构什么的还是有的,但貌似没说到点子上,还是老外的解决方法牛逼。 第一:问题的提出,给了很多解决方法: http://stackoverflow.com/questions/12506671/zbar-sdk-is-not-working-in-ios6/127...
分类:移动开发   时间:2014-09-04 19:10:10    阅读次数:203
eclipse的clean不自动生成apk的解决办法
在 首选项 中,Android--> Build 下,有一个复选框: skip packaging and dexing until export or launch.(Speed up automatic builds on file save )取消该选项,再重新cleanup一下,即可在bin...
分类:系统相关   时间:2014-09-04 10:28:59    阅读次数:238
UVA - 12230 Crossing Rivers (期望)
Description You live in a village but work in another village. You decided to follow the straight path between your house (A) and the working place (B), but there are several rivers you need to cro...
分类:其他好文   时间:2014-09-03 11:22:36    阅读次数:215
Hackerrank--Mixing proteins(Math)
题目链接Some scientists are working on protein recombination, and during their research, they have found a remarkable fact: there are 4 proteins in the pr...
分类:其他好文   时间:2014-09-02 19:49:05    阅读次数:254
yum安装软件包错误 HTTP Error 404 - Not Found Trying other mirror.
# yum clean all # rpm --rebuilddb # yum update...
分类:其他好文   时间:2014-09-02 09:06:04    阅读次数:199
Microsoft SQL Server 2012 管理 (1): 安装配置SQL Server 重点
SQL Server 可以在实例,数据库,列,查询分别指定排序规则/* Module 1 - working with Clollations*/-- 1.1 Obtain the Instance Collation from the GUI--Create a Database without ...
分类:数据库   时间:2014-09-01 03:58:22    阅读次数:309
Go’s Type System Is An Embarrassment
Go is one of the best tools out there today for heavy lifting and backend code. It’s my go to language when it’s time to bring out the big guns and I enjoy working with it immensely. That being ...
分类:其他好文   时间:2014-08-30 12:44:39    阅读次数:223
Moses创建一个翻译系统的基本过程记录,以后会按照每个过程详细说明,并给出每个步骤的参数说明
软件需求:首先你必须要有Moses(废话哈哈)、然后要有GIZA++用作词对齐(traning-model.perl的时候会用到)、IRSTLM产生语言模型大致步骤:大体的步骤如下:准备Parallerl data(需要句子对齐):对语料进行tokenisation、truecasing和clean...
分类:其他好文   时间:2014-08-28 23:56:46    阅读次数:432
Working with JSON in iOS
Note from author: This is a learning note ofWorking with JSON in iOS 5 Tutorialwritten by Ray Wenderlich.JSON is a simple human readable format that i...
分类:移动开发   时间:2014-08-27 23:16:48    阅读次数:440
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!