码迷,mamicode.com
首页 >  
搜索关键字:shared preferences    ( 5663个结果
The Shared folder with you
怎样与他人共享文件夹?下面是实际解决的一个方案,不过前提是PC机要在同一局域网内。 重新安装系统后,发现了一个很重要的问题。之前导出的Win7虚拟机未成功备份,而在此之前老师已提醒过要备份。 万幸的是在计算机E盘里留有原件,可是问题又来了,该文件占有6.79G的内存空..
分类:其他好文   时间:2014-12-12 01:34:45    阅读次数:142
Texas Instrument's Bluetooth Driver For Shared Transport 笔记
Bluetooth Driver acts as interface between HCI core and TI Shared Transport Layer. /drivers/bluetooth/Btwilink.c: #include #include #include #include #include #include #define DEBUG #defin...
分类:其他好文   时间:2014-12-11 19:15:25    阅读次数:295
Maven deploy时报Fatal error compiling: tools.jar not found错误的问题处理
在Eclipse环境下,使用Maven进行MavenIntall时发现报了该错误:Fatalerrorcompiling:tools.jarnotfound:C:\ProgramFiles\Java\jre6\..\lib\tools.jar.解决办法:点击Eclipse菜单:Window->Preferences->Java->Installed JREs,选择右侧的Edit来修改JREs,之前我的JAVA_H..
分类:编程语言   时间:2014-12-10 14:28:06    阅读次数:1159
sublime package control 下载不了插件问题解决
shift+ctrl+p 调出 package control install无反应,可以打开打开preferences - package settings - package control - settings-default把channels里的https://sublime.wbond.n...
分类:其他好文   时间:2014-12-10 13:59:35    阅读次数:513
linux 之centos6.3 安装中文输入法
1、使用root登录 /su root 2、使用 yum install "@Chinese Support" 3、exit 4、回到桌面 左下角 System-->preferences-->input method。...
分类:系统相关   时间:2014-12-10 12:47:38    阅读次数:174
Shared Library Search Paths
http://www.eyrie.org/~eagle/notes/rpath.htmlhttp://thecourtsofchaos.com/2013/09/16/how-to-copy-and-relink-binaries-on-osx/http://osiris.laya.com/codin...
分类:其他好文   时间:2014-12-10 12:27:45    阅读次数:185
改变Eclipse主题风格
长期开发使用白色背景对眼睛伤害很大,所以博主尝试了下修改Eclipse的默认主题步骤:1.打开Eclipse的Help->Eclipse Marketplace2.在Find里搜索Eclipse Color Theme,点击Install按钮3.打开Window->Preferences->Gene...
分类:系统相关   时间:2014-12-09 22:50:57    阅读次数:383
Gathering Initial Troubleshooting Information for Analysis of ORA-4031 Errors on the Shared Pool
In this Document   Purpose   Troubleshooting Steps   References APPLIES TO: Oracle Database - Enterprise Edition - Version 8.0.6.3 and later Inform...
分类:其他好文   时间:2014-12-09 19:39:44    阅读次数:307
eclipse 编码设置
一般Java文件编码格式是UTF-8的。以下以默认GBK改为UTF-8为例。1.改变整个工作空间的编码格式,这样以后新建的文件也是新设置的编码格式。 eclipse->window->preferences->General->workspaceTypes->Other->UTF-8->OK ...
分类:系统相关   时间:2014-12-09 19:08:31    阅读次数:208
10G之后统计信息收集后为什么执行计划不会被立马淘汰
在10G之前,使用DBMS_STATS收集统计信息将会导致与此对象相关的游标失效,下次执行此的时候将会进行HARD PARSE,除非收集的时候NO_INVALIDATE设置为TRUE。由于硬解析会消耗大量的CPU,还会导致大量的library cache 和 shared pool 的LATCH竞争...
分类:其他好文   时间:2014-12-09 17:37:59    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!