IE8最终正式版三月发布 简体中文第一批
posted @ 2009-02-18 18:41 在路上... 阅读(117) | 评论 (2)编辑
     摘要: 本文简要介绍了Informix 9.40UC9 在 Redhat Linux AS 4上面安装的过程,以及使用GB18030-2000编码来创建、连接数据库的一些问题  阅读全文
posted @ 2008-10-31 10:41 在路上... 阅读(671) | 评论 (0)编辑

Taking the web Offline and On the Desktop

======================================

作者:

Ryan Stewart: Adboe RIA技术的倡导者【http://blog.digitalbackcountry.com/

Dion Almaer:Ajaxian.com网站创始人,企业JAVA技术网站openxource.com, onjava.com, TheServerSide.com等的专栏作家【http://ajaxian.com/

两位都是比较有名的任务,这篇flash版的PPT里面介绍了关于FLEX和Google Gears实现RIA方面的一些话题,重点提到了离线WEB应用的要点:

1、本地数据库

2、本地文件存取

3、本地服务器LocalServer

4、本地WEB缓存

不过据说微软也打算将SilverLight离线本地化,只不过AIR走在了前面。

Microsoft does not currently have specific plans to bring offline capabilities to Silverlight, but it's something it will eventually do, said John Case, general manager in Microsoft's developer division.

"It's something that we will want to do," Case said in an interview on Monday. "Eventually, customers will expect us to do it." 

 

内容如下:新窗口打开 

posted @ 2008-08-07 14:57 在路上... 阅读(452) | 评论 (0)编辑
     摘要: 本文简要介绍了如何通过flex实现文件上传功能  阅读全文
posted @ 2008-08-06 17:30 在路上... 阅读(1436) | 评论 (4)编辑
     摘要: Flex实现从腾讯QQ天气网页抓取数据显示   阅读全文
posted @ 2008-08-02 10:42 在路上... 阅读(1993) | 评论 (7)编辑

     安装完成ruby on rails之后,看了一下,ruby目录下面的文件数有3万多个,而安装JDK后JDK_HOME下面的文件不超过3000个,.net FrameWork 2.0目录
C:\WINDOWS\Microsoft.NET下面文件600个,Oracle 11g安装之后product目录下面有4万多个文件,看来ROR达到了oracle数据库的企业级文件数目了。

这样的ROR应用是不是太松散了呢?
    如果建立一个完整的WEB应用,ROR的文件数目可能会超过10万,真的是一件很恐怖的事情,明显的感觉是windows下面打开目录变慢了,这样的松散式的文件组织架构是否适合企业级应用呢,不过好像unix系的很多应用都是文件数目庞大的不得了,文件多了的明显坏处就是维护麻烦,那么多文件,查找、定位都会是一件困难的事情。
   你看gem的包就采用了gz的压缩方式,其实是否可以考虑ruby原生支持类似于jar或者gem方式发行软件库,都是解释执行的语言,java这样处理庞大的class不就很好吗,采用jar包保障了软件库的独立性,版本管理也很方便,便于deploy。
   对于ROR的开发人员来说,估计也没有谁想随时去看看active*的那些支持库,譬如说,直接使用gem文件加到ROR应用中就能使用rails的功能,不是一件很酷的事情吗?

posted @ 2008-04-25 10:34 在路上... 阅读(565) | 评论 (2)编辑
     摘要: 介绍安装ruby on rails 2.0.2,如何编写第一个rails Hello world程序。  阅读全文
posted @ 2008-04-23 13:23 在路上... 阅读(1474) | 评论 (0)编辑
     摘要: 现在网上很多Javascript都进行了压缩,同时代码变得不可直接阅读,也相当于一种简单的加密了,本文对其中一种典型的算法进行分析,介绍如何解密代码以及重新实现的压缩工具算法。典型代码如下:eval(function(E,I,A,D,J,K,L,H){functionC(A){returnA<62?String.fromCharCode(A+=A<26?65:A<52?71:-4... 阅读全文
posted @ 2008-04-19 15:44 在路上... 阅读(3693) | 评论 (12)编辑

原文《Compatibility Matrix for Export & Import Between Different Oracle Versions》,来自于Oracle metalink。
部署新的环境时,Oracle数据库导入导出转换工作往往会耗费不少的时间,如果碰到难以解决的问题就更加麻烦了。为了便于更深入地
了解Oracle数据库exp/imp导出导入工具的使用,提高数据库转换的效率,回避简单的常识问题,特翻译了该篇文章,以飨读者。

尽管已仔细修订,或有翻译不妥、疏漏之处,欢迎指正!
【译文摘要】
目的
-------
本文描述了Oracle版本不同之间EXPORT 和 IMPORT工具的兼容性问题.

应用范围
-------------------
本文适用于Oracle7, Oracle8, Oracle8i, Oracle9i, and Oracle10g数据库环境,
应用于使用数据库导出/导入工具将数据从 x 版本导出,然后导入到 y 版本的情形。
本文指出了应该使用什么版本的工具来执行数据的导出/导入,以及在导出数据之前如何准备Oracle数据字典。
对于转换表空间的导出/导入,请参考Note 291024.1 "使用导出/导入工具转换表空间的兼容性和新特性"

摘要
-------
1. 使用低版本的导出工具导出数据的情形.
2. 使用目标数据库的导入工具导入数据.
3. 不再支持使用Oracle7导出工具导出Oracle9i数据库.

不同Oracle版本下Export & Import的兼容性矩阵
--------------------------------------------------------------------------

在线阅读

本文及英文版下载

posted @ 2008-04-17 11:29 在路上... 阅读(1842) | 评论 (2)编辑

Regular expressions in Oracle

With 10g, regular expressions are finally available in SQL. That is, they were already supported through the owa_pattern package.
The new operators and functions are regexp_like, regexp_instr, regexp_substr and regexp_replace
symbol Matches
. Any character except newline
^ Start of a line
$ End of a line
* 0, 1, or more of the preceding element. The preceding element can be grouped with ()
{n} Exactly n repetitions of the preceding element. The preceding element can be grouped with ()
{n,} Matches n or more repetitions of the preceding element. The preceding element can be grouped with ()
{m,n} Matches between m and n repetitions of the preceding element. The preceding element can be grouped with ()
[abc] Character list, matches a, b OR c.
[g-l] g, h, i, j, k, OR l
| groups alternatives

Character classes

The following character classes are suppored:
  • [[:alnum:]]
    Alphanumeric characters
  • [[:alpha:]]
    Alphabetic characters
  • [[:blank:]]
    blank space characters
  • [[:cntrl:]]
    Control characters
  • [[:digit:]]
    0 through 9, or [0-9]
  • [[:graph:]]
    [[:punct:]] + [[:upper:]] + [[:lower:]] + [[:digit:]]
  • [[:lower:]]
    lowercase alphabetic characters
  • [[:print:]]
    Printable characters
  • [[:punct:]]
    punctuation characters
  • [[:space:]]
    Non-printing space characters
  • [[:upper:]]
    Uppercase alphabetic characters
  • [[:xdigit:]]
    hexadecimal characters
Character classes can be negated: [^[:CHAR-CLASS:]].

Equivalence classes

For example, the following not only matches an a, but also ä.
[[=a=]]

Links

http://www.adp-gmbh.ch/blog/2005/december/22.html

posted @ 2008-03-20 14:54 在路上... 阅读(324) | 评论 (2)编辑