BeginIn a text editor —vim,emacs, ornano— create a file with the following contents and filename:written and applied your first Puppet manifest.[root@...
分类:
其他好文 时间:
2014-11-06 17:20:35
阅读次数:
392
html5离线应用详摘在html文件里配置如下:在name.manifest文件里配置如下:CACHEMANIFEST#2014-07-27v1.0index.htmlindex.cssindex.jsimages/self.jpgNETWORK*①CACHEMANIFEST全部大写。②“#”开头的...
分类:
Web程序 时间:
2014-11-06 12:42:04
阅读次数:
197
1. MinGW(TDM)出了64位的gcc,4.8.1,64位对编译64位的程序非常友好,但是对编译32位程序就需要做额外的工作了。
2. 比如用windres编译manifest,64位环境下默认是不行的,带configure或makefile的即使加了-m32都不会自动对windres设置为编译32位的。
这里就需要在configure或make增加一些参数了....
repo init -u https://android.googlesource.com/platform/manifest -b android-5.0.0_r2
repo sync -j16
或者
repo init -u https://android.googlesource.com/platform/manifest -b lollipop-release
repo s...
分类:
移动开发 时间:
2014-11-04 11:02:50
阅读次数:
156
jar包根目录里的META-INF目录下的MANIFEST.MF文件里一般有会记录版本信息,可以到这个文件里查看 打开Java的JAR文件我们经常可以看到文件中包含着一个META-INF目录,这个目录下会有一些文件,其中必有一个MANIFEST.MF,这个文件描述了该Jar文件的很多信息,下面将详细...
分类:
编程语言 时间:
2014-11-04 10:46:51
阅读次数:
256
Android中BroadcastReceiver主要用途有 发送通知,更新UI或者数据,应用程序间相互通信,监听系统状态(比如开机,网络等) Android中BroadcasetReceiver的注册方式 manifest清单文件中的全局注册 按照生命周期,...
分类:
移动开发 时间:
2014-11-03 22:45:42
阅读次数:
313
更新Cocoapod之后出现问题:
diff: /../Podfile.lock: No such file or directory
diff: Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or updat...
分类:
移动开发 时间:
2014-11-03 19:31:04
阅读次数:
194
1. Correctness
1) DuplicatedIds
Layout中id应该唯一
2) NewApi
代码中使用的某些API高于Manifest中的Min SDK
3) InconsistentArrays
字符串国际化中,同一名字的的String-Array对应的item值不相同
4) Registered
Activity/Service/Conten...
分类:
移动开发 时间:
2014-11-03 16:28:50
阅读次数:
196
Manifest Merger的简介本文地址: http://blog.csdn.net/caroline_wendyManifest Merger可以使用一些策略,合并Android APP模块之间的Manifest,从而保证Manifest的整洁。参考: http://tools.android.com/tech-docs/new-build-system/user-guide/manifes...
分类:
移动开发 时间:
2014-11-02 12:34:16
阅读次数:
212
监听Activity点击无效本文地址: http://blog.csdn.net/caroline_wendy...
分类:
移动开发 时间:
2014-11-02 12:31:50
阅读次数:
228