码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
ld: library not found for -lPods clang: error: linker command failed with exit code 1 (use -v to see invocation)
当用第三方库管理工具遇到这样的bug时,请确保Set Build Active Architectures Only在cocoapods和项目中设置为一样的。Had this problem as well. Something was wrong with my CocoaPods install...
分类:其他好文   时间:2015-03-14 15:07:25    阅读次数:148
crash log具体流程概述
crash log具体流程概述当某服务或者native code程序crash产生调试信息后有两中去向: 1.写入到logcat: 这种信息可以通过adb shell中的logcat中察看到。 2.写入到系统的/data/tombstones/文件夹中: 创...
分类:其他好文   时间:2015-03-14 13:40:01    阅读次数:242
ABAP EXCEL 文件上传下载 用SMW0
T-CODE: SMW0在这里只介绍二进制数据,HTML模板的上传也一样。另外也可以用CBO TABLE管理文件 可以看我另一个博文:CBO TABLE管理文件上传下载选择 二进制写包名:进入后点击新建输入对象名称和描述之后 按输入按钮选择文件上传完毕。如果提示以下信息。可以维护MIME类型。在菜单...
分类:Web程序   时间:2015-03-14 10:49:40    阅读次数:516
SIM900 AT来电显示开启,一些代码
/*Note: this code is a demo for how to using gprs shield to send sms message, dial a voice call and send a http request to the website, upload data .....
分类:其他好文   时间:2015-03-14 09:32:40    阅读次数:1355
OpenCV2.4.10 Mac Configuration
Download OpenCV 2.4.10Download CMake 2.8Open CMake and choose the source code directory and build binary directoryThen click "Configure", and "Generat...
分类:系统相关   时间:2015-03-14 06:12:57    阅读次数:233
一些著名开源项目的源代码行数统计
这些项目大多数使用C++或者C编写,使用SourceCounter-3.5.33.73工具来统计源代码数量,本来是这里下载的:https://code.google.com/p/boomworks/downloads/list但是今天看到code.google.com即将关闭,那我还是上传一份吧:h...
分类:其他好文   时间:2015-03-14 06:10:17    阅读次数:365
JVM概论
引子 Java虚拟机是Java应用程序的执行环境。通常而言,JVM是由一组严格的指令集和一个复杂的内存模型来具体实现的虚拟机,它用来解释编译好的java字节码文件,将字节码转换为特定机器可以执行的本机代码(native code)。它也可以指代某一软件运行时的进程实例。这里,我们以hotspot.....
分类:其他好文   时间:2015-03-13 23:41:40    阅读次数:193
guava 学习
1,本文翻译自http://eclipsesource.com/blogs/2012/06/06/cleaner-code-with-guava-optionals-and-preconditions/,有说的不对的地方,欢迎斧正。2,我开发软件的时候,朝着干净代码发展是我的特权,有一段时间,我曾在...
分类:其他好文   时间:2015-03-13 23:35:28    阅读次数:190
阅读源代码之“那是我的青春”
Any fool can write code that a computer can understand. Good programmers write code that humans can understand. ...
分类:其他好文   时间:2015-03-13 15:53:14    阅读次数:92
Source Insight 查找的选择项
查找参数:whole words only:全字匹配查找case sensitive:区分大小写project wide:项目内查找include subdirectories:包含子目录查找skip inactive code:跳过无效代码查找skip comments:跳过注释查找search ...
分类:其他好文   时间:2015-03-13 14:20:17    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!