打开后缀.apk的文件,即启动安装程序; //apkFilePath 文件路径
public void installAPK(String apkFilePath) {
// 创建URI
Uri uri = Uri.fromFile(new File(apkFilePath));
Intent intent = new Intent(Inte...
分类:
移动开发 时间:
2014-06-22 21:28:06
阅读次数:
245
Swift语言入门之旅
学习一门新的计算机语言,传统来说都是从编写一个在屏幕上打印“Hello world”的程序开始的。那在
Swift,我们使用一句话来实现它:
println("Hello, world")
如果你编写过C或者Objective-C语言,Swift中的这个语法看起来便很熟悉,这句话却是一个完整的程序
。你无须为了得到...
分类:
其他好文 时间:
2014-06-22 20:30:36
阅读次数:
262
extjs_01_开发环境搭建,hello word...
分类:
Web程序 时间:
2014-06-22 20:15:53
阅读次数:
231
??
Artifacts
工件
“Hello, World!”
is implemented as an applet, so it never stands alone but instead is typically a part of some Web page. The applet starts when its enclosing page is opened, trigge...
分类:
其他好文 时间:
2014-06-22 19:50:03
阅读次数:
180
Hat’s Words
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 7298 Accepted Submission(s): 2644
Problem Description
A hat’s word is a ...
分类:
其他好文 时间:
2014-06-22 16:35:53
阅读次数:
179
1.知识点
--第一个存储过程
/*
打印Hello World
create [or replace] PROCEDURE 过程名(参数列表)
AS
PLSQL子程序体;
调用存储过程:
1. exec sayHelloWorld();
2. begin
sayHelloWorld();
sayHelloWorld();
end;
/
...
分类:
数据库 时间:
2014-06-22 16:33:52
阅读次数:
354
leetcode:Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string.If the last...
分类:
其他好文 时间:
2014-06-22 13:41:07
阅读次数:
154
用法:g++[选项]文件...
g++编译流程:
[cpp]
view plaincopyprint?
main.cxx #include using namespace std; int main(void) { cout"Hello World!" return 0; }
m...
分类:
其他好文 时间:
2014-06-22 00:48:48
阅读次数:
214
蒋teacher帮你来学习spring mvc ,让我们先从最简单的hello world开始上手...
分类:
编程语言 时间:
2014-06-21 23:24:31
阅读次数:
244
我不懂C++,我敢求实。大神忽略我的言辞,只看即可o(∩_∩)o...
分类:
编程语言 时间:
2014-06-21 21:00:03
阅读次数:
258