码迷,mamicode.com
首页 >  
搜索关键字:shared preferences    ( 5663个结果
mysql快速入门
一、下载并解压 $ wget http://cdn.mysql.com/Downloads/MySQL-5.5/MySQL-5.5.42-1.el6.x86_64.rpm-bundle.tar 解压后得到以下几个文件: $ tar -xvf MySQL-5.5.42-1.el6.x86_64.rpm-bundle.tar   MySQL-shared-5.5.42-1.el6.x86_64...
分类:数据库   时间:2015-04-28 16:16:21    阅读次数:173
Preparing Your Cluster
Oracle® Database 2 Day + Real Application Clusters Guide 11g Release 2 (11.2) E17264-13 2 Preparing Your Cluster About Shared Storage Note: If you choose not to use Oracle ASM for storing yo...
分类:其他好文   时间:2015-04-28 14:08:30    阅读次数:161
〖Android〗arm-linux-androideabi-gdb报 libpython2.6.so.1.0: cannot open shared object file错误的解决方法
执行: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gdb out/target/product/rk30sdk/symbols/system/bin/app_process报错: ....
分类:移动开发   时间:2015-04-28 13:32:20    阅读次数:230
〖Android〗我的ADT Eclipse定制
1. 配置自动补全:Windows -> preferences -> 搜索assist,修改 java xml自动触发补全:.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_2. 自动补全插件:http://www.cnblogs.com/...
分类:移动开发   时间:2015-04-28 01:43:06    阅读次数:154
C++智能指针模板类复习
//C++智能指针模板类复习 #include #include using namespace std; //智能指针用于确保程序不存在内存和资源泄漏且是异常安全的。 //C++98中提供了auto_ptr,C++11摒弃了auto_ptr,并提出了unique_ptr 、shared_ptr、weak_ptr void show1() {     int* p = ne...
分类:编程语言   时间:2015-04-27 21:57:40    阅读次数:247
libmysqlclient.so.16()(64bit) is needed by MySQL-shared-compat-5.1.73-1.rhel5.x86_64
出现如下报错libmysqlclient.so.16()(64bit)isneededbyMySQL-shared-compat-5.1.73-1.rhel5.x86_64下载server对应的mysql兼容包即可解决MySQL-shared-compat-5.5.43-1.el6.x86_64.rpm
分类:数据库   时间:2015-04-27 15:28:48    阅读次数:192
MAC安装JDeveloper
1. Make Java 6 the default JVM on your Mac  - Run Java Preferences (in /Applications/Utilities/Java)  - Move the Java SE 6 (64 Bit) to the top of the Java application versions list  2. In...
分类:系统相关   时间:2015-04-27 13:15:07    阅读次数:181
Redhat 6.4安装ORACLE11R2 ,运行root.sh报错:“libcap.so.1:cannot open shared object file”
1、系统环境:     Redhat 6.4 企业版                     Oracle11.2.0.2 RAC+ASM 2、报错信息:/oracle/app/11.2.0/grid/bin/clscfg.bin: error while loading shared libraries: libcap.so.1: cannot open shared object f...
分类:数据库   时间:2015-04-27 11:22:12    阅读次数:185
ubuntu系统中查看可执行文件是32位还是64位
执行file ,即可。返回解决如下:: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha...
分类:系统相关   时间:2015-04-27 11:10:25    阅读次数:154
linux应用开发-设计动态库
linux应用开发-设计动态库 一 制作动态库 1. gcc –c mylib.c –o mylib.o 2. gcc -shared -fPIC mylib.o -o libmylib.so  3. 将制作好的libmylib.so 复制到/usr/lib 4 -fpic 使输出的对象模块是按照可重定位地址方式生成 5 -shared 指明产生动态链接...
分类:系统相关   时间:2015-04-27 09:52:58    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!