码迷,mamicode.com
首页 >  
搜索关键字:preference    ( 889个结果
Activity之间传递数据的方式及常见问题总结
Activity之间传递数据一般通过以下几种方式实现: 1. 通过intent传递数据 2. 通过Application 3. 使用单例 4. 静态成员变量。(可以考虑WeakReferences) 5. 持久化(sqlite、share preference、file等)...
分类:其他好文   时间:2015-08-12 13:23:37    阅读次数:131
eclipse中,JVM参数设置
eclipse中,JVM参数设置: ?window - preference - java - install jres - edit - Default VM arguments ?填写参数参考: ?-Xms1024m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=512m...
分类:系统相关   时间:2015-08-12 11:49:02    阅读次数:155
myeclipse错误处理
错误:a configuration error occured during startup.please verify the preference field with the prompt:cannot connect to VM解决方法:Window->Preferences->MyEcl...
分类:系统相关   时间:2015-08-11 20:47:24    阅读次数:138
Eclipse Java注释模板设置详解
设置注释模板的入口: Window->Preference->Java->Code Style->Code Template 然后展开Comments节点就是所有需设置注释的元素啦。现就每一个元素逐一介绍:文件(Files)注释标签:/*** @Title: ${file_name}* @Packa...
分类:编程语言   时间:2015-08-11 11:43:46    阅读次数:155
scu oj 4442 Party(2015年四川省acm程序设计竞赛)
Party n frogs are invited to a tea party. Frogs are conveniently numbered by 1,2,…,n. The tea party has black and green tea in service. Each frog has its own preference. He or she may drink only b...
分类:其他好文   时间:2015-08-10 14:50:29    阅读次数:253
LAB - CCNP Configuring iBGP and eBGP Local Preference, and MED
TopologyObjectivesFor IBGP peers to correctly exchange routing information, use the next-hop-self command with the Local-Preference and MED attributes...
分类:其他好文   时间:2015-08-08 21:10:46    阅读次数:151
设置 sublime text 2 启动Python的快捷键
在preference-->key-bulindings--users,将下面代码黏贴进去。{"keys":["f5"],"caption": "SublimeREPL: Python - RUN current file","command": "run_existing_window_comma...
分类:编程语言   时间:2015-08-08 14:47:34    阅读次数:133
Eclipse背景和匹配出现单词的一些设置
Eclipse的背景色和关键词的设置这里就不多说了,只说明设置路径:背景色:【Window】--->【Preference】-->【General】--->【Editors】--->【Text Editors】:【Line number foreground】是编辑行号的颜色,我的习惯是设置成 R:...
分类:系统相关   时间:2015-08-07 13:12:11    阅读次数:320
Android Studio 获取数字签名的方法
原先在 Eclipse中 数字签名(SHA1或MD5)的获取方法 为: 点击 Eclipse导航栏的Windows --> Preference --> Android --> Build 现在 改到 Android Studio 或 IntelliJ IDEA下开发Android 应用, 没用找到只用鼠标点击...
分类:移动开发   时间:2015-08-06 11:27:02    阅读次数:206
myeclipse执行pull操作,出现错误提示
在myeclipse用egit插件,当使用pull操作时,出现 Error:The current branch is not configured for pull 解决:在Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:系统相关   时间:2015-08-04 13:44:53    阅读次数:227
889条   上一页 1 ... 52 53 54 55 56 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!