码迷,mamicode.com
首页 >  
搜索关键字:hello world    ( 21696个结果
密西西比河谷州立大学:Android应用程序开发(二)
第二讲 Hello World
分类:移动开发   时间:2014-07-22 23:17:34    阅读次数:424
python之socket模块
UDPclient#!/usr/bin/env python2.7#-*-coding:utf-8 -*-import sockets=socket.socket(socket.AF_INET,socket.SOCK_DGRAM)s.sendto("hello",("localhost",8001)...
分类:编程语言   时间:2014-07-22 23:17:33    阅读次数:507
语法的省略不能造成编译器的歧义
package exp { object Main { def main(args: Array[String]): Unit = { B[String].say("hello"); //B[String]后的括号可以省略,编译器知道这不是要用类型B而是要...
分类:其他好文   时间:2014-04-29 22:15:21    阅读次数:500
我的第一个Linux 驱动模块编程实验
2014.04.28module 首测1)环境:Centos release 6.5 (Final) kernel: 2.6.32-358.23.2.e16.centos.plus.i6862)源文件及Makefile源文件:是一个入门的Hello.c文件,网上到处可以找得到。Makefile...
分类:系统相关   时间:2014-04-29 17:25:50    阅读次数:634
android下使用adb启动程序或者服务
使用 adb install hello.apk可以安装一个apk但并不能启动它,启动它要使用adb shell am的方法启动Activity:adb shell am start -n 包名/包名+类名(-n 类名,-a action,-d date,-m MIME-TYPE,-c catego...
分类:移动开发   时间:2014-04-29 16:33:46    阅读次数:541
My first blog
Hellow Word!!Thanks All!
分类:其他好文   时间:2014-04-29 16:31:45    阅读次数:231
css中的四个不同的position设置
hello everyone.This is a heading with no positionThis heading is moved left according to its normal positionThis heading is moved right according t...
分类:Web程序   时间:2014-04-29 15:47:14    阅读次数:584
下坠的小鸟(flappy bird)速算版
下坠的小鸟速算版是根据著名的像素鸟(flappy bird)改编而成的一款运行在pc web上的游戏,它跟传统的玩法稍有不同,你必须时刻计算当前数字的倍数,以便为通过下一个数字缺口做准备,而不仅仅只是通过当前缺口。这不仅考验着您的速算功力,还对您的兼顾能力发起了挑战。ready? Go!http:/...
分类:移动开发   时间:2014-04-29 14:50:47    阅读次数:502
第一篇文章
Hello world.
分类:其他好文   时间:2014-04-29 09:43:46    阅读次数:286
Hello World!
Hello World!My first blog! I must try my best to learn Python!print ("Hello World")
分类:其他好文   时间:2014-04-29 09:41:46    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!