Android的开发需要以下四个工具: 1. JDK2. Eclipse3. Android
SDK4. ADT具体功能: 1. JDK。JDK即Java Development
Kit(Java开发工具包),包括JAVA运行环境,基础类库和JAVA工具,是JAVA运行的基础。 2. Eclipse...
分类:
移动开发 时间:
2014-05-16 06:31:18
阅读次数:
397
参考资料:vbs能否像其他编程语言一样,把写好的代码打包成类库以供调用呢?经过搜索和实验,发现vbs文件之间可以互相调用并共享变量,这样我们就不用再反复地编写轮子了。
以下是一个调用实例:=====1.vbs开始=====dim strstr = "hello world"=====1.vbs结束=...
分类:
其他好文 时间:
2014-05-16 05:03:23
阅读次数:
225
Jordan Brand has been going out of theAir
Jordan 6 World Cup Brazilordinary with some of their Retro colorways over the
last few years and the trend c...
分类:
其他好文 时间:
2014-05-15 16:47:00
阅读次数:
288
按照programming惯例, 先来一句 Hello World!
分类:
其他好文 时间:
2014-05-15 16:44:19
阅读次数:
205
题目链接:
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3681
E - Cup 2
Time Limit: 2 Seconds Memory Limit: 65536 KB
The European Cup final is coming. The past two World C...
分类:
其他好文 时间:
2014-05-15 14:56:27
阅读次数:
393
The modernization of world had led to coming of
many businesses online. Businesses have realized the importance of coming up
online. That is the main ...
分类:
其他好文 时间:
2014-05-15 10:14:55
阅读次数:
364
Call back function easily implement
#include
void HelloWorld(int nIndex)
{
printf("%d person say Hello World\n",nIndex);
}
void MyName(int len)
{
printf...
分类:
其他好文 时间:
2014-05-15 04:21:05
阅读次数:
270
本文作者:sushengmiyan
本文地址:
主要内容:
---------------------------------------------------|
1.JDK的下载与安装 |
2.编写第一个java程序HelloWorld |
3.编译执行HelloWorld...
分类:
编程语言 时间:
2014-05-14 15:39:47
阅读次数:
385
最近写程序遇到一个问题,就是发现select监听标准输出的时候遇到了死循环,具体程序如下程序一。程序的意图是每当用户在控制台有任何输入,就输出”hello world!”。
程序一:
#include
#include
#include
#include
int
main(int argc, char *argv[])
{
...
分类:
其他好文 时间:
2014-05-14 14:46:25
阅读次数:
250
很多人都知道,如果用ASP.NET MVC 写一个hello
world,IDE会为你自动创建很多文件的,这是十分的繁琐和蛋疼的。那么Owin可以为我们做些什么呢?那就让我们初探一下Owin吧,首先创建一个ASP.NET
empty web Application.创建成功后,我们打开Nuget,安...