第一步:打开Android虚拟机
第二步:打开命令提示符
定位到android SDK安装目录中的platform-tools文件夹。
第二步:拷贝要安装的apk拷贝到platform-tools文件夹
第三步:输入adb install wo.apk回车,若出现success则说明安装成功
第四步:关闭命令提示符。检测apk...
分类:
移动开发 时间:
2015-05-13 10:17:06
阅读次数:
176
function wo_down($file_dir,$file_name){ $file = @ fopen($file_dir . $file_name,"r"); if (!$file) { echo "文件找不到"; } else { header("content-type: ap...
分类:
Web程序 时间:
2015-05-12 14:59:51
阅读次数:
121
ostream类重载了operatorusing namespace std;int main(){ int a=3; int *p=&a; cout<<p<<endl; //0x22fe98 cout<<&a<<endl; //0x22fe98 char *ch="hello wo...
分类:
其他好文 时间:
2015-05-10 11:23:30
阅读次数:
195
mermaid 语法mermaidusage官网地址:http://knsv.github.io/mermaid/index.html图例如从左到右的一个有向图graph LR;A[aa bb]-->B(wo);A-->C((我是C));B-->D>我是D];C-->D;D-->E{我是E};C--...
分类:
其他好文 时间:
2015-05-09 14:57:00
阅读次数:
353
转载请注明:TheViperhttp://www.cnblogs.com/TheViper摘自>Nginx进程间关系nginx使用一个master进程管理多个worker进程。一般情况下,worker进程数与服务器的cpu核心数相等。worker进程提供真正的服务,master进程只负责监控管理wo...
分类:
其他好文 时间:
2015-05-06 12:53:34
阅读次数:
168
参考自Default visibility for C# classes and members (fields, methods, etc)?Classes and structs that are declared directly within a namespace (in other wo...
Title:Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string.If the last wo...
分类:
其他好文 时间:
2015-04-27 12:52:47
阅读次数:
139
1 def get_list_items(self, locator):2 """Returns the values in the select list identified by `locator`.3 4 Select list keywords wo...
分类:
其他好文 时间:
2015-04-26 15:08:07
阅读次数:
130
函数要求实现功能select函数名 ('你好,我是追索')返回的结果(ni hao , wo shi zhui suo)解决方案一:解决方案一 /* 根据汉字获取全拼 1.生成所有读音临时表 2.根据Chinese_PRC_CS_AS_KS_WS 排序获取读音*/create function db...
分类:
数据库 时间:
2015-04-25 21:10:04
阅读次数:
471
部用命令行工具和Notepad编辑器,不用VisualStudio等集成编辑环境,创建一个命令行程序:“Hello World”public class Hello{public static void main(String[] args){System.out.println("Hello Wo...
分类:
其他好文 时间:
2015-04-25 00:02:23
阅读次数:
155