码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
【iOS开发-2】Info.plist文件的初步窥探:如何增减配置以及如何用代码调用里面的值
info.plist文件其实类似于一个系统配置文件,在这里可以设置系统系统语言,程序版本以及是否把状态了隐藏现实等等。我们一般打开info.plist是以Property list的形式查看的,当然你也可以右击这个文件选择open as>>>Source Code以xml形式打开。...
分类:移动开发   时间:2014-09-23 18:35:25    阅读次数:238
windows下查找一个目录下所有文件内容
遇到这个问题的背景是我反编译了一个apk,得到了它的source code。我在jd-gui中查找一个String时,发现查找结果严重不全,于是我想,如果不用jd-gui自带的搜索功能,而直接从源码文件夹中查找这个String就好了。   但windows自带的查找功能,只能查找目录下的文件名,而无法查找文件内容。总不能把文件一个一个都打开,然后挨个find一遍吧?   办法总是有的,答案...
分类:Windows程序   时间:2014-09-23 17:35:24    阅读次数:329
ctags --- 每天一个 Linux 命令
###简介## ??ctags(Generate tag files for source code)是 vim下方便代码阅读的工具。尽管 ctags 也可以支持其它编辑器,但是它正式支持的只有 vim。并且 vim 中已经默认安装了Ctags,它可以帮助程序员很容易...
分类:系统相关   时间:2014-09-19 15:48:25    阅读次数:354
[RK_2014_0919]Linux Kernel Hacking
KernelBuildGuide to building the Linux kernel.Where do I find the kernel?The latest source code for the Linux kernel is kept onkernel.org. You can eit...
分类:系统相关   时间:2014-09-19 15:08:45    阅读次数:248
go channel 案例分析
断断续续理了一下关于channel的一些概念,现在可以把下面的程序理清楚了。1. source code这个程序来自于《Go语言程序设计》 7.2.2 并发的Grep, 程序如下。package mainimport ( "bufio" "bytes" "fmt" "io" ...
分类:其他好文   时间:2014-09-19 03:24:25    阅读次数:304
从NDK在非Root手机上的调试原理探讨Android的安全机制(转载)
从NDK在非Root手机上的调试原理探讨Android的安全机制 最近都在忙着研究Android的安全攻防技术,好长一段时间没有写博客了,准备回归老本行中--Read the funcking android source code。这两天在看NDK文档的时候,看到一句话“Native debugg...
分类:移动开发   时间:2014-09-18 23:37:24    阅读次数:365
Steps of source code change to executable application
程序运行的整个过程,学习一下 源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 汇编程序 (assembler) → 目标代码 (object code) → 连接器 (Linker) → 可执行程序 (executables) 1...
分类:移动开发   时间:2014-09-18 12:56:43    阅读次数:204
BLToolkit 目录
英文说多了都是泪啊,更好的翻译快点来.Business Logic Toolkit is a set of components to simplify .NET application development. BLToolkit is provided as source code that y...
分类:其他好文   时间:2014-09-17 13:33:22    阅读次数:200
Ubuntu Android system setup(2)
compile the android source code one branch, android-4.4.3_r1.1...
分类:移动开发   时间:2014-09-16 12:41:10    阅读次数:210
CentOS 5 - 安装PHP MongoDB扩展
For driver developers and people interested in the latest bugfixes, you can compile the driver from the latest source code on»Github. Go to Github and...
分类:数据库   时间:2014-09-12 11:31:23    阅读次数:184
706条   上一页 1 ... 62 63 64 65 66 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!