1 /** 2 * 测试HttpClient2种请求网络方式的Activity 3 *
get和post 4 * 5 */ 6 public class HttpClientActivity extends Activity { 7 private
HttpParam...
分类:
其他好文 时间:
2014-06-29 12:56:36
阅读次数:
217
这是Demo11.php'?>require_once('Demo1.php');字符串/清除空各
分类:
Web程序 时间:
2014-06-24 22:10:24
阅读次数:
394
1.添加JAR包,出了Spring自身的Jar包还要一些依赖的JAR包,不然会报ClassNotFound。
Student.java
package com.lubby.bean;
import org.springframework.stereotype.Component;
@Component("student")
public class Student {
private ...
分类:
编程语言 时间:
2014-06-18 11:57:51
阅读次数:
176
import java.util.Scanner;public class Demo1 { public static void main(String[] args) { System.out.println("********** 请输入初始字符串 ************"); Scann.....
分类:
其他好文 时间:
2014-06-15 06:34:58
阅读次数:
275
1 using System; 2 using
System.Collections.Generic; 3 using System.Linq; 4 using System.Collections; 5 6
namespace Demo1 7 { 8 class Program 9 ...
分类:
其他好文 时间:
2014-06-13 15:00:27
阅读次数:
241
1 //Java中提供了四种元注解,专门负责注解其他的注解,分别如下 2 16 3 17
//@Retention元注解,表示需要在什么级别保存该注释信息(生命周期)。可选的RetentionPoicy参数包括: 4 18
//RetentionPolicy.SOURCE: 停留在java源...
分类:
其他好文 时间:
2014-06-06 19:29:22
阅读次数:
207
// demo1.cpp : 定义控制台应用程序的入口点。//通过此例程了解重载#include
"stdafx.h"#include using namespace std;class CMath{public:CMath(float
a):m_a(a){}~CMath(){}double Add...
分类:
编程语言 时间:
2014-05-31 16:48:33
阅读次数:
317
package chapter1;public class Demo1 { public
static void main(String[] args) { System.out.println("Hello World!"); /*...
分类:
编程语言 时间:
2014-05-25 13:56:17
阅读次数:
229
1.MVC Model:模型
描述程序是什么,例如数据库操作之类的行文以及纸牌Demo里纸牌玩法都是写在Model这一层,通过Notification和KVO(后续文章会介绍)两种方式与Controller通讯。
Controller:控制层 程序的逻辑在这里组织,Controller负责M...
分类:
移动开发 时间:
2014-05-19 18:34:59
阅读次数:
394
1. 2种实现方法: thread类和runnable接口extends
Theadpackage demo1;class Runner extends Thread { @Override public void run() {
for (int i=0;i list1 ...
分类:
编程语言 时间:
2014-05-17 18:51:36
阅读次数:
417