`
文章列表

google.com.hk

google has shutdown the g.cn service,and use http://google.com.hk instead. I will always support google,for ever! here is the details: http://googleblog.blogspot.com/2010/03/new-approach-to-china-update.html
class init & object creation in inheritance example: execute SelfBall.java 's main() function,then get the result. GrandpaBall.java /** * grandpa ball * @author eric * @date 2010-3-19 上午11:43:42 */ public class GrandpaBall { // static fields protected static int gx = gxInit(); ...

tdd overview

    博客分类:
  • TDD
tdd overview TDD stands for Test-driven development

andrew-hoyer webside

    博客分类:
  • js
andrew-hoyer 's webside is fun,with math and programming,so mark it here ... http://www.andrew-hoyer.com
html5 canvas 标签,提供了画图功能; 可参考:http://www.w3schools.com/html5/tag_canvas.asp 简单例子: <!DOCTYPE HTML> <html> <head> <meta charset="utf-8" /> <title>html 5 test</title> <script type="text/javascript"> function init() { v ...
html 5 的一些资料 html5 在w3c官方技术文档:http://www.w3.org/TR/html5/ html5 在 w3schools 的教程:http://www.w3schools.com/html5/html5_reference.asp html5 的背景、前景:http://wiki.whatwg.org/wiki/FAQ#When_will_HTML_5_be_finished.3F
raphael js 是超级炫的 js 库,提供对 web 矢量图 的支持! 兼容各种浏览器,包括 firefox,chrome,opera, Safari,ie , 大小和 jquery 差不多,因此不会影响速度; raphael 首页:http://raphaeljs.com/
写了个超简单的 js 倒计时,使用了 jquery1.4.2 库, 程序就是1个 html ,可以直接执行,(需要联网,因为引用了在线 jquery 库) 倒计时程序: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ...
(今天仔细查看了下 oracle rownum 的文档,整理了一下,当做笔记;) ROWNUM Pseudocolumn 在查询结果中,ROWNUM 用于唯一标识查询结果记录, ------ rownum 的赋值 rownum 的赋值时间点在 记录查处之后,且在排序之前, 查询结果中每条 ...
djvudroid 使用说明 djvudroid 是 android 上的 .djvu/.djv 文件阅读器, 依赖于 astro ------ 安装: * 安装 djvudroid       * 下载 http://code.google.com/p/djvudroid/       * 安装 copy 到 sd 卡,安装       * * 安装 astro       * 下载 从 google 搜 "astro android",下载 2.2.4 或 更高 版本       * 安装 copy 到 sd 卡,安装       * * 设置 ...
ubuntu 扩展分区 由于 ubuntu,windows 共存,ubuntu 分到的空间较少,但是后来逐渐开始淘汰windows后,发觉 ubuntu 的空间太小,装 oracle 都装不下了,因此决定增加 ubuntu 的空间; 目的: 为 ubuntu 分配更多的空间 注意:        此操作可能导致 windows 无法启动,如果无法启动,请使用 windows修复控制台 重新生成 boot.ini 文件; 步骤: * 启动 ubuntu9.10 * 位置 -> 选择要非配的windows分区,输入密码,加载该分区到 ubuntu * 将该分区内需要保留的文件 ...

sadness for china

People of china don't have the courage and wisdom to fight for freedom!
Google is going out china, One side I am sad,because g.cn may can't be use any more,nor do google music, On the other side,I am happy,for Google has so good principle,I will use google.com,luckly my english is good, One day I will go abord,the day is not far ...
ref: http://golang.org/doc/install.html Install go and say hello * step1:add variables to PATH for example: export GOROOT=/home/eric/program/go export GOARCH=386 export GOOS=linux different os,cpu has different value,refer to:http://golang.org/doc/install.html make sure user has permission to op ...
vmware 下 ubuntu 全屏显示 在 vmware 下 安装 ubuntu后,默认分辨率是 800 * 600,可以设置以全屏显示; 设置步骤: * vmware 下启动 虚拟机,即 启动 ubuntu 系统 * 启动完毕后,vmware 工具栏中 点击 VM -> install virtual tools ,安装 virtual tool * 进入 ubuntu 系统界面,系统 -> 首选项 -> 显示,设置分辨率为 自己计算机合适的分辨率 * ok 了 * 使用 ctrl+alt+enter 可以在 全屏/非全屏 直接切换 *
Global site tag (gtag.js) - Google Analytics