MainActivity如下:
package cc.cv;
import android.os.Bundle;
import android.app.Activity;
/**
* Demo描述:
* ThreadLocal使用示例.
* 关于ThreadLocal的官方文档描述
* Implements a thread-local storage, that is, a vari...
分类:
其他好文 时间:
2014-11-13 18:58:41
阅读次数:
179
首先需要说明下,这里说的sdcard的权限并不是指在Android application程序中设置sdcard的权限读取问题。而是指在DDMS看到的目录下的那个sdcard目录的权限问题。 有时候,当你想在sdcard(或者是storage目录)目录下面导入某个文件时,突然发现sdcard目...
分类:
移动开发 时间:
2014-11-13 18:09:38
阅读次数:
164
1,prelight/prefaceceph storage clusterceph block deviceceph filesystemceph object storage此篇记录ceph block device,ceph storage cluster见上一篇Realiable Auton...
分类:
其他好文 时间:
2014-11-13 18:06:10
阅读次数:
107
Here‘s my solution to make SOAP-headers based authentication. 1). First of all we define the decorator class for our service class: <?php
class?SOAP_Service_Secure
{
????protected?$class_na...
分类:
Web程序 时间:
2014-11-13 16:55:13
阅读次数:
250
配置config(连接mongo)mongo define('KVSTORE_STORAGE', 'base_kvstore_mongodb'); define('MONGODB_SERVER_CONFIG', 'mongodb://localhost:27017');mongo ind...
分类:
数据库 时间:
2014-11-13 14:28:59
阅读次数:
287
ecstore中kvstore选用memcached作为存储介质kvstore存储类选用base_kvstore_memcached(app/base/lib/kvstore/memcached.php)# kvstroe存储类define('KVSTORE_STORAGE', 'base_kvst...
分类:
系统相关 时间:
2014-11-13 14:19:04
阅读次数:
263
验证jquery的cookie插件时才知道原先文件一直在桌面上放着执行发现没有效果,文件必须放在web服务器下面执行才会生效,晕菜!$.cookie(name,value,{expires: 7,path:'/',domin:'jquery.com',secure:true})参数详解: ...
分类:
Web程序 时间:
2014-11-13 12:42:16
阅读次数:
202
一般操作Linux系统都是通过远程登录使用的,本节介绍几种远程登录Linux、上传下载文件的工具。 1、 Secure Shell SSH 简单方便、既能使用命令行登陆也能传文件,免费。 打开SSH Secure Shell Client程序就能打开软件界面,点击Quick Connect输入远程L...
分类:
系统相关 时间:
2014-11-13 12:17:11
阅读次数:
409
============问题描述============ 利用下面的代码读取到sd卡内的图片,显示出来
setBackgroundDrawable(newBitmapDrawable(BitmapFactory.decodeFile("/storage/sdcard/bg.jpg")));
然后进行...
分类:
移动开发 时间:
2014-11-12 13:21:40
阅读次数:
317
第一种
在 connection.connect(); 建立连接之前
调用这个方法
SmackAndroid.init(this);
第二种
public static void configure(ProviderManager pm) {
// Private Data Storage
pm.addIQProvider("query", "jabber:iq...
分类:
系统相关 时间:
2014-11-12 11:53:12
阅读次数:
179