vagrant up启动时如果设置成private_network报如下错:Bringing machine 'default' up with 'virtualbox' provider...[default] Importing base box 'precise64'...[default] ...
分类:
其他好文 时间:
2015-06-07 06:11:40
阅读次数:
205
#include "OPENCSP_define.h"
#include "OPENCSP_Keyset.h"
#include "OPENCSP_Provider.h"
#include ".\opencsp_cardaccess.h"#pragma data_seg("_OPENCSP_SHARED")
/*
Two variables are used to OPENCSP_UserM...
分类:
其他好文 时间:
2015-06-06 09:13:38
阅读次数:
210
最近在做接口测试的时候遇到一个问题,就是有个很重要的接口要用到手机短信验证码,而其他接口都依赖于这个验证码,如果没有短信验证码就不能进行下面接口的测试,所以为了定时的验证线上的接口是否正常,而且又不修改代码,所以就想到一下解决方案,如果大家有了更好方案可以一起交流分享
android 代码
Android在收到短信后会发送一个Action为android.provider.Te...
分类:
移动开发 时间:
2015-06-05 15:46:43
阅读次数:
306
备份一下用的比较顺手的配置文件set sw=4set ts=4set etset smarttabset smartindentset lbrset fo+=mBset smset selection=inclusiveset wildmenuset mousemodel=popupau FileT...
分类:
系统相关 时间:
2015-06-05 15:38:02
阅读次数:
151
- 完全展示content provider添加的过程
- 动态展示android单元测试的过程(配置 运行)...
分类:
移动开发 时间:
2015-06-05 07:40:55
阅读次数:
271
When I try to Send quotaion ,an error formpop up.Error info:System does not support setup 'continuous' of number sequence Basi_12.Number selection is ...
分类:
其他好文 时间:
2015-06-04 15:19:05
阅读次数:
116
contents providers
create a content provider
URI
how to build a content provider
build uri
fill out URImatcher
content provider/register/replace the SQL/oncreate/ query
task insert/task update delete...
分类:
移动开发 时间:
2015-06-04 08:40:11
阅读次数:
275
Android第三方组件xUtils:https://github.com/wyouflf/xUtils 一、Activity 二、Service 三、Broadcast Receiver 四、Content Provider super.onCreate( savedInstance...
分类:
其他好文 时间:
2015-06-03 19:26:52
阅读次数:
119
启动系统相册Intent i = new Intent( Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI); startActivityForResult(i, R...
分类:
其他好文 时间:
2015-06-03 11:22:24
阅读次数:
145