Bob enjoys playing computer games, especially
strategic games, but sometimes he cannot find the solution fast enough and then
he is very sad. Now he h...
分类:
其他好文 时间:
2014-05-14 00:29:42
阅读次数:
251
仿造微信,第一次进入去引导界面,否则进启动界面。 package
edu.hpu.init;import edu.hpu.logic.R;import android.app.Activity;import
android.content.Intent;import android.content....
分类:
移动开发 时间:
2014-05-13 22:46:07
阅读次数:
452
package edu.hpu.init;import
android.app.Activity;import android.content.Intent;import
android.os.Bundle;import android.os.Handler;import edu.hpu.logic...
分类:
移动开发 时间:
2014-05-13 22:35:50
阅读次数:
462
div{}#id{}.class_name{}CSS引入方式1. 写在标签内部的
style=" " 属性里2. 写在部分中的3. 写在4. 在中使用 @import url(**.css); 导入 CSS 别烧了分号!!!!!元素标签
并排在一行 使用 float CSS 属性 D...
分类:
Web程序 时间:
2014-05-13 19:03:59
阅读次数:
400
在不同包,子类继承后可以使用父类的protect权限的属性或方法父类:package
com.tinyphp;public class Father{ protected String name;}子类:package
com.test;import com.tinyphp.Father;cl...
分类:
编程语言 时间:
2014-05-13 18:19:55
阅读次数:
404
前言
不管这篇写到哪里,就以这篇作为结尾,结束这个流水回顾系列文了。
Computer History Museum
计算机历史博物馆(网站)是在Google旁边,参观Google之前的行程。
记得那是一个阳光明媚的日子,在前往硅谷朝圣的路上,内心还是有点小激动的。
临走前我买了顶帽子作纪念,也刚好用来抵御湾区的大太阳。
Google
大家在计算机历史博物馆外...
分类:
其他好文 时间:
2014-05-13 16:00:22
阅读次数:
230
今天用到图上验证码的功能,在网上找到ThinkPHP的以下代码: Public function verify(){
import('think.Image');
Image::buildImageVerify();
}添加到Controller中,通过地址“http://localhost/index.php/passport/index/verify”来访问,却提示以下错误:Cla...
分类:
Web程序 时间:
2014-05-13 14:43:19
阅读次数:
449
第八章 标准库二
第二部分涵盖了许多更能满足专业开发人员需求的高级模块。这些模块在小脚本中很少出现。
8.1 输出格式化
Reprlib模块为大型的或深度嵌套的容器缩写显示提供了repr()函数的一个定制版本。
>>> import reprlib
>>> reprlib.repr(set(’supercalifragilisticexpialidocious’))
"set([’a’...
分类:
编程语言 时间:
2014-05-13 11:47:04
阅读次数:
247
import java.io.File;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import org.w3c.dom.Document;
import org.w3c.dom.NodeList;
/**
*
* @author ...
分类:
其他好文 时间:
2014-05-13 11:45:02
阅读次数:
265
//兼容安卓的系统package cn.com.likeshow;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import myvm.test.myActivity;
/*
* author 张章
*
* time 2014-5-12
*
...
分类:
移动开发 时间:
2014-05-13 11:24:32
阅读次数:
399