码迷,mamicode.com
首页 >  
搜索关键字:shared    ( 3257个结果
smb
[share]path=/home/an/shareavailable=yesbrowse able=yespublic=yeswritable=yessecurity = userusername map = /etc/samba/smbusers[share]comment = Shared F...
分类:其他好文   时间:2014-07-22 23:11:34    阅读次数:332
编译打包Apache源码
如果要编写定制的Apache模块,最总需要编译成Apache包。 命令如下: % ./buildconf % ./configure --prefix=/usr/local/apache > --with-layout=Apache --enable-modules=most --enable-mods-shared=all > --with-mpm=prefork % make #mak...
分类:其他好文   时间:2014-07-22 22:59:34    阅读次数:243
Android数据储存——SharedPreferences储存
SharedPreferences也是一种轻型的数据存储方式,它的本质是基于XML文件存储key-value键值对数据,通常用来存储一些简单的配置信息。其存储位置在/data/data//shared_prefs目录下。 读取SharedPreference  1.获取SharedPreference对象     /*      * name 打开的SharedPreference...
分类:移动开发   时间:2014-05-01 22:15:35    阅读次数:536
cmake
http://www.cmake.org/cmake/help/v2.8.8/cmake.htmladd_executable的作用是指示CMake生成一个可执行文件add_library的作用是指示CMake生成一个库,根据参数SHARED还是STATIC来决定生成动态库还是静态库include_...
分类:其他好文   时间:2014-05-01 21:19:44    阅读次数:418
Effective Java 66 Synchronize access to shared mutable data
When multiple threads share mutable data, each thread that reads or writes the data must perform synchronization. Without synchronization, there is no...
分类:数据库   时间:2014-05-01 09:14:25    阅读次数:506
PlayerPrefs游戏存档
本地存储。相当于Flash里面的SharedObject。Android位置:机器自身存储的(非扩展卡)/data/data/appname/shared_prefs/{AppName}.xml,如果想查看需要Root。IOS位置:暂时还没找到。其他位置:参考https://docs.unity3d...
分类:其他好文   时间:2014-05-01 05:38:35    阅读次数:281
Xcode 5.1安装插件:规范注释生成器VVDocumenter
类似java的多行注释! 安装过程: 1.前往GitHub下载工程文件:VVDocumenter-Xcode 2.用Xcode打开工程,Command + B Build成功后,可以在~/Library/Application Support/Developer/Shared/Xcode/Plug-ins目录下看到生成的xcplugin文件: ...
分类:其他好文   时间:2014-04-30 22:46:38    阅读次数:304
libpcre.so.1 cannot be found
./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory...
分类:其他好文   时间:2014-04-30 22:43:38    阅读次数:346
Pat(Advanced Level)Practice--1063(Set Similarity)
Pat1063代码 题目描述: Given two sets of integers, the similarity of the sets is defined to be Nc/Nt*100%, where Nc is the number of distinct common numbers shared by the two sets, and Nt is the to...
分类:其他好文   时间:2014-04-29 13:44:20    阅读次数:325
QT静态库和动态库的导出
由于静态库是不需要导出的,所以在写QT的前置声明的时候需要说明 #if defined(QT_SHARED) #ifdef COMMONLIB #define COMMONLIB_EXPORT Q_DECL_EXPORT #else #define COMMONLIB_EXPORT Q_DECL_IMPORT #endif #else #ifdef COMMONLIB #defi...
分类:其他好文   时间:2014-04-28 10:47:42    阅读次数:374
3257条   上一页 1 ... 323 324 325 326 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!