<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
  <channel>
    <title>心似海</title>
    <description></description>
    <link>http://gaijing814.javaeye.com</link>
    <language>UTF-8</language>
    <copyright>Copyright 2003-2008, JavaEye.com</copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>JavaEye - 做最棒的软件开发交流社区</generator>
      <item>
        <title>ASCII一览表</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/205849" style="color:red;">http://gaijing814.javaeye.com/blog/205849</a>&nbsp;
          发表时间: 2008年06月19日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <h1><img src="http://gaijing814.javaeye.com/images/authorship.gif" border="0" height="16" alt="原创" width="15" />&nbsp;<a name="baidusnap0"></a><a href="http://blog.csdn.net/venoy/archive/2006/04/14/663980.aspx"><strong style="color: black; background-color: #ffff66;">ASCII一览表</strong></a></h1>
<div class="blogstory"><span id="Post.ascx_ViewPost_PreviousAndNextEntriesUp"></span>ASCII（ A merican S tandard C ode for I nformation I nterchange ， 美国信息互换标准代码 ）是基于罗马字母表的一套电脑编码系统。它主要用于显示现代英语 和其他西欧语言。它是现今最通用的单字节编码系统，并等同于国际标准 ISO 646 。 <br />&nbsp; Binary&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Decimal&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Hex &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 缩写&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 名称/意义<br />0000 0000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; 0 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 00 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NUL &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 空字符(Null) <br />0000 0001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 1 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 01 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SOH &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 标题开始 <br />0000 0010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 2 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 02 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STX &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 正文开始 <br />0000 0011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 3 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 03 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ETX &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 正文结束 <br />0000 0100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 4 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 04 &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; EOT &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 传输结束 <br />0000 0101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 5 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 05 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; ENQ &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 请求 <br />0000 0110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 6 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 06 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ACK &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 收到通知 <br />0000 0111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 7 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 07 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; BEL &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 响铃 <br />0000 1000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 8 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 08 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; BS &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 退格 <br />0000 1001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 9 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 09 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; HT &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 水平 制表符<br />0000 1010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 10 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 0A &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LF &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 换行键<br />0000 1011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 11 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 0B &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; VT &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 垂直制表符 <br />0000 1100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 12 &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 0C &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FF &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 换页键<br />0000 1101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 13 &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0D &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CR &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 回车键<br />0000 1110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 14 &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 0E &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SO &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 不用切换(Shift键) <br />0000 1111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 15 &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 0F &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SI &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 启用切换(Shift键) <br />0001 0000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 16 &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 10 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DLE &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 数据通讯换码 <br />0001 0001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 17 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 11 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DC1 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; XON Device Control 1 <br />0001 0010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 18 &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 12 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DC2 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Device Control 2 <br />0001 0011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 19 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 13 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DC3 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; XOFF Device Control 3 <br />0001 0100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 20 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 14 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DC4 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Device Control 4 <br />0001 0101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 21 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 15 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAK &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 拒绝接收 <br />0001 0110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 22 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 16 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; SYN &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 同步空闲 <br />0001 0111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 23 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 17 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; ETB &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; End of Trans. Block <br />0001 1000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 24 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 18 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; CAN &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 取消 <br />0001 1001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 25 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 19 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; EM &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 介质中断 <br />0001 1010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 26 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 1A &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SUB &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; Substitute <br />0001 1011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 27 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 1B &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ESC &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; 溢出 <br />0001 1100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 28 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 1C &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FS &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 文件分割符 <br />0001 1101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 29 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 1D &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; GS &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 分组符 <br />0001 1110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 30 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 1E &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; RS &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 记录分离符 <br />0001 1111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 31 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 1F &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; US &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 单元分隔符 <br />&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; Graphic &nbsp;&nbsp;&nbsp; &nbsp;<br />0010 0000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 32 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 20 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Space&nbsp;&nbsp;&nbsp; &nbsp;<br />0010 0001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 33 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 21 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; !&nbsp;&nbsp;&nbsp; &nbsp;<br />0010 0010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 34 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 22 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; " &nbsp;&nbsp;&nbsp; &nbsp;<br />0010 0011 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 35 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 23 &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; #&nbsp;&nbsp;&nbsp; &nbsp;<br />0010 0100 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 36 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 24 &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; $ &nbsp;&nbsp;&nbsp; &nbsp;<br />0010 0101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 37&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 25 &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; % &nbsp;&nbsp;&nbsp; &nbsp;<br />0010 0110 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 38&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 26&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &amp;&nbsp;&nbsp;&nbsp; &nbsp;<br />0010 0111 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 39&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 27 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; '&nbsp;&nbsp;&nbsp; &nbsp;<br />0010 1000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 40 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 28 &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; ( &nbsp;&nbsp;&nbsp; &nbsp;<br />0010 1001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 41 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 29 &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; ) &nbsp;&nbsp;&nbsp; &nbsp;<br />0010 1010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 42 &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; 2A &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; *&nbsp;&nbsp;&nbsp; &nbsp;<br />0010 1011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 43&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 2B &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; + &nbsp;&nbsp;&nbsp; &nbsp;<br />0010 1100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 44 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; 2C &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; ,&nbsp;&nbsp;&nbsp; &nbsp;<br />0010 1101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 45 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 2D &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; -&nbsp;&nbsp;&nbsp; &nbsp;<br />0010 1110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 46 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 2E&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp; &nbsp;<br />0010 1111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 47 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 2F&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; /&nbsp;&nbsp;&nbsp; &nbsp;<br />0011 0000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 48 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 30&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 0 &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 0001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 49 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 31&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 1 &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 0010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 50 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 32&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 2 &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 0011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 51 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 33&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 3 &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 0100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 52 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 34&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 4 &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 0101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 53 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 35&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 5 &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 0110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 54 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 36&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 6 &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 0111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 55&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 37 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 7 &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 1000 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 56 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 38&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 8 &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 1001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 57 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 39&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 9 &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 1010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 58 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 3A&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp; &nbsp;<br />0011 1011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 59 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 3B &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; ;&nbsp;&nbsp;&nbsp; &nbsp;<br />0011 1100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 60 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 3C &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &lt; &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 1101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 61 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 3D &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; = &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 1110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 62 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 3E &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &gt; &nbsp;&nbsp;&nbsp; &nbsp;<br />0011 1111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 63 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 3F&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; ?&nbsp;&nbsp;&nbsp; &nbsp;<br />0100 0000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 64 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 40&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; @&nbsp;&nbsp;&nbsp; &nbsp;<br />0100 0001 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; 65 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 41&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; A &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 0010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 66 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 42&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; B &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 0011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 67 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 43&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; C &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 0100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 68 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 44&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; D &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 0101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 69 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 45&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; E &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 0110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 70 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 46&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; F &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 0111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 71 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 47&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; G &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 1000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 72 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 48&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; H &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 1001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 73 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 49 &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; I &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 1010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 74 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 4A&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; J &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 1011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 75 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 4B &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; K &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 1100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 76 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 4C&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; L &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 1101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 77 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 4D&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; M &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 1110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 78 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 4E&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; N &nbsp;&nbsp;&nbsp; &nbsp;<br />0100 1111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 79 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 4F&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; O &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 0000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 80 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 50&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; P &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 0001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 81 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 51&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; Q &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 0010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 82 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 52&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; R &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 0011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 83 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 53&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; S &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 0100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 84 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 54&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; T &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 0101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 85 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 55&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; U &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 0110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 86 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 56&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; V &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 0111 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 87 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 57&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; W &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 1000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 88 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 58&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; X &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 1001 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 89 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 59&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; Y &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 1010 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 90 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 5A&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; Z &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 1011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 91 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 5B&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; [ &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 1100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 92 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 5C &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; \&nbsp;&nbsp;&nbsp; &nbsp;<br />0101 1101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 93 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 5D &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; ] &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 1110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 94 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 5E &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; ^ &nbsp;&nbsp;&nbsp; &nbsp;<br />0101 1111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 95 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 5F &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; _ &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 0000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 96 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 60 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; `&nbsp;&nbsp;&nbsp; &nbsp;<br />0110 0001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 97 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 61 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; a &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 0010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 98 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 62 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; b &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 0011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 99 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 63 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; c &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 0100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 100 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 64 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; d &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 0101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 101 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 65 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; e &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 0110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 102&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; 66 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; f &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 0111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 103 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 67 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; g &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 1000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 104 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 68 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; h &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 1001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 105 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 69 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; i &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 1010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 106 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 6A &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; j &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 1011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 107 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; 6B &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; k &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 1100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 108 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; 6C &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; l &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 1101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 109 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; 6D &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; m &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 1110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; 6E &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; n &nbsp;&nbsp;&nbsp; &nbsp;<br />0110 1111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; 6F &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; o &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 0000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 112 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; 70 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; p &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 0001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 113 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; 71 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; q &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 0010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 114 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; 72 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; r &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 0011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 115 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 73 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; s &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 0100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 116 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 74 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; t &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 0101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 117 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 75 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; u &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 0110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 118 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 76 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; v &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 0111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 119 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 77 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; w &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 1000 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 120 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 78&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; x &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 1001 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 121 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 79 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; y &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 1010 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 122 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 7A &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; z &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 1011 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 123 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 7B &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; { &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 1100 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 124 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 7C &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; | &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 1101 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 125 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 7D &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; } &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 1110 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 126 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 7E &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ~ &nbsp;&nbsp;&nbsp; &nbsp;<br />0111 1111 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 127 &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 7F &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DEL &nbsp;&nbsp;&nbsp; 删除</div>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/205849#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Thu, 19 Jun 2008 16:10:02 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/205849</link>
        <guid>http://gaijing814.javaeye.com/blog/205849</guid>
      </item>
      <item>
        <title>NET得到星期几</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/197141" style="color:red;">http://gaijing814.javaeye.com/blog/197141</a>&nbsp;
          发表时间: 2008年05月26日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p>&nbsp;public&nbsp; string GetCNWeek(DateTime dt)<br />&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;string cnweek="";<br />&nbsp;&nbsp;&nbsp;switch(dt.DayOfWeek.ToString())<br />&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;&nbsp; "Monday":&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cnweek="星期一";&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;&nbsp; "Tuesday":&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cnweek="星期二";&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;&nbsp; "Wednesday":&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cnweek="星期三";&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;&nbsp; "Thursday":&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cnweek="星期四";&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;&nbsp; "Friday":&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cnweek="星期五";&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;&nbsp; "Saturday":&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cnweek="星期六";&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;&nbsp; "Sunday":&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cnweek="星期日";&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;&nbsp;&nbsp; </p>
<p>&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;return cnweek;<br />&nbsp;&nbsp;}</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/197141#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Mon, 26 May 2008 17:28:52 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/197141</link>
        <guid>http://gaijing814.javaeye.com/blog/197141</guid>
      </item>
      <item>
        <title>NET得到时间</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/197091" style="color:red;">http://gaijing814.javaeye.com/blog/197091</a>&nbsp;
          发表时间: 2008年05月26日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p>（1）、DateTime.Now.Year; &nbsp; <br />&nbsp; DateTime.Now.Month; &nbsp; <br />&nbsp; DateTime.Now.Day; &nbsp; <br />&nbsp; DateTime.Now.Hour; &nbsp; <br />&nbsp; DateTime.Now.Minute; &nbsp; <br />&nbsp; DateTime.Now.Second;</p>
<p>（2）、</p>
<p>&nbsp; 1、DateTime &nbsp; &nbsp; &nbsp; 数字型 &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System.DateTime &nbsp; currentTime=new &nbsp; System.DateTime(); &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; 1.1 &nbsp; 取当前年月日时分秒 &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; currentTime=System.DateTime.Now; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; 1.2 &nbsp; 取当前年 &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int &nbsp; 年=currentTime.Year; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; 1.3 &nbsp; 取当前月 &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int &nbsp; 月=currentTime.Month; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; 1.4 &nbsp; 取当前日 &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int &nbsp; 日=currentTime.Day; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; 1.5 &nbsp; 取当前时 &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int &nbsp; 时=currentTime.Hour; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; 1.6 &nbsp; 取当前分 &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int &nbsp; 分=currentTime.Minute; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; 1.7 &nbsp; 取当前秒 &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int &nbsp; 秒=currentTime.Second; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; 1.8 &nbsp; 取当前毫秒 &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int &nbsp; 毫秒=currentTime.Millisecond; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; （变量可用中文）&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p>（3）、System.Datetime.Now.toLongTimeString()</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.Datetime.Now.ToString("hh:mm:ss")</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/197091#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Mon, 26 May 2008 15:28:24 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/197091</link>
        <guid>http://gaijing814.javaeye.com/blog/197091</guid>
      </item>
      <item>
        <title>超链接</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/195178" style="color:red;">http://gaijing814.javaeye.com/blog/195178</a>&nbsp;
          发表时间: 2008年05月21日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p>在head中加上以下代码就可以使全超链接无下划线</p>
<p>&nbsp;&lt;style type="text/css"&gt;&lt;!-- A:link {text-decoration:none} A:visited{text-decoration:none} A:hover{color:#ffooff;text-decoration:underline}--&gt;&lt;/style&gt;</p>
<p>如何使有超级连接的文字不出现下划线 经常有朋友问：</p>
<p>]如何使有超级连接的文字不出现下划线，如何使鼠标移动到超连上产生变色的效果？其实这些通过传统的方法是办不到的。而使用CSS的控制却可以非常轻松地作到，而且，页面的代码也不会臃肿。 **先看看超连接没有下划线的例子：例子</p>
<p>1： 这个连接可以去页面底部，但是没有下划线。是如何作到这一点的呢？在和之间加上如下的CSS语法控制： 这样浏览器在执行时，就明白： a:link 指正常的未被访问过的链接 a:active 指正在点击的链接 a:visited 指已经访问过的链接其中，text-decoration是文字修饰效果的意思，none参数表示使有超级链接的文字不显示下划线。如果讲none替换成underline就表示有下划线，换成overline则给超连文字加上划线，换成 line-through给超连文字加上删除线，blink则使文字在闪烁。 **类似的控制：使粗体文字加上删除线。</p>
<p>2： 闪烁的粗体文字 使用的代码是：B { text-decoration: line-through } **类似的控制：是粗体文字中所有的字母大写。使用代码： B { text-transform: uppercase } </p>
<p>3：产生既大写，又有颜色，又有删除线的效果 hello welcome and enjoy them ! 以上的代码是：b { text-decoration: line-through; text-transform: uppercase; color: #66FFFF} 类似的，用lowercase使所有字母小写显示，capitalize 使每个单词的首字母大写显示。 **下面则是产生连接变色效果的内容：在上面的&ldquo;例子1&rdquo;中，如果作一点修饰，可以使具有link,active,visited属性的连接显示不同的颜色，但是却不会产生鼠标覆盖变色效果。先看下面的代码，使连接文字显示绿色，正在点击的连接显示**，已经反复问过的连接显示红色。算是复习前面的内容（别忘记啊！）： 如果要产生变色效果，就要用到另一个属性了,这就是 hover，看下面的代码。 a:hover { text-decoration: none ; color: yellow } 表示鼠标移动到连接文字上时，文字修饰风格为&ldquo;无&rdquo;（即没有下划线），同时显示**。 a:hover { text-decoration: underline; color: green } 表示鼠标移动到连接文字上时，文字修饰风格为&ldquo;underline&rdquo;（即下划线），同时显示绿色。 **扩展一下：如果我们同时用下面2种属性，会产生什么效果呢？ a:link { text-decoration: none ; color: yelloe ; font-size: 9pt } a:hover { text-decoration: underline; color: green ; font-size: 12pt } 连接文字没有下划线，**显示，9pt大小。鼠标移动到连接上时出现下划线，颜色为绿色，字符大小12pt。是不是变色了？而且字体由于大小变化，就有动感了，似乎一下子扩大了。&nbsp;</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/195178#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Wed, 21 May 2008 11:49:58 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/195178</link>
        <guid>http://gaijing814.javaeye.com/blog/195178</guid>
      </item>
      <item>
        <title>“收藏本站”，“设为首页”的脚本</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/195172" style="color:red;">http://gaijing814.javaeye.com/blog/195172</a>&nbsp;
          发表时间: 2008年05月21日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p>如何加入收藏？<br />&lt;INPUT name=Button onclick="window.external.AddFavorite(location.href, document.title)" type=button value=加入收藏夹&gt; </p>
<p>&nbsp;&nbsp; &lt;td &gt;&lt;input name="image1" onclick="window.external.AddFavorite(location.href,document.title)" tye="image" runat="server" src="../Images/ppp9.gif" &gt;&lt;/td&gt;</p>
<p>&nbsp;&nbsp; &lt;a href="javascript.window.external.AddFavorite(location.href,document.title)"&gt;ShouCang&lt;/a&gt;<br /><br />如何设为首页？<br />&lt;INPUT name=Button onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.blueidea.com');" value=将本站设为首页&gt;</p>
<p>&lt;td&gt;&lt;input name="image2" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.baidu.com');" type="image" src="../Images/pp2.gif"&gt;&lt;/td&gt;</p>
<p>&lt;a onclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.baidu.com');"&gt;将本站设为首页&lt;/a&gt;</p>
<p>&nbsp;</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/195172#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Wed, 21 May 2008 11:42:44 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/195172</link>
        <guid>http://gaijing814.javaeye.com/blog/195172</guid>
      </item>
      <item>
        <title>滚动字幕制作手册</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/193739" style="color:red;">http://gaijing814.javaeye.com/blog/193739</a>&nbsp;
          发表时间: 2008年05月16日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p>摘自：<a href="http://www.free59.cn/article/sort014/sort017/info-1580.html">http://www.free59.cn/article/sort014/sort017/info-1580.html</a></p>
<p>:滚动字幕会让很多人感到兴奋，特别是第一次使用滚动字幕时，会爱不释手。滚动字幕我也做得不少了，对它也不会兴奋了，所以现在也用得不多了。有不少朋友常问到这是怎么做的，现在做一个详细的专题，让你更全面地了解一下。&nbsp; <br />滚动字幕在FrontPage的组件里有，但是FrontPage这个软件只能支持单行文字，一出现多行文字它就无能为力了，而且它只能支持一行滚动！(如果出现只能滚动一行的情况，解决办法是把这段代码嵌入到JavaScript的document.write里面，请看下面例d的详细说明)Dreamweaver也只能用编写HTML代码的方法。所以强烈建议用记事本打开网页源代码来编辑。&nbsp; <br />1.建立第一个滚动字幕。代码： <br />&lt;marquee&nbsp;scrollAmount=2&nbsp;width=300&gt;我钟意网页树树&lt;/marquee&gt; <br /> <br />2.各参数详解： <br />a)scrollAmount。它表示速度，值越大速度越快。如果没有它，默认为6，建议设为1～3比较好。 <br />b)width和height，表示滚动区域的大小，width是宽度，height是高度。特别是在做垂直滚动的时候，一定要设height的值。 <br />c)direction。表示滚动的方向，默认为从右向左：&larr;&larr;&larr;。可选的值有right、down、up。滚动方向分别为：right表示&rarr;&rarr;&rarr;，up表示&uarr;，down表示&darr;。 <br />d)scrollDelay，这也是用来控制速度的，默认为90，值越大，速度越慢。通常scrollDelay是不需要设置的。 <br />e)behavior。用它来控制属性，默认为循环滚动，可选的值有alternate(交替滚动)、slide(幻灯片效果，指的是滚动一次，然后停止滚动)&nbsp; <br />3.实例： <br />a)如何给滚动字幕加超链接？这跟平时的超链接是完全一样的。只要在文字外面加上&lt;a&nbsp;href=***&gt;和&lt;/a&gt;就可以了。如下效果，代码是&lt;marquee&nbsp;scrollAmount=2&nbsp;width=300&gt;&lt;a&nbsp;href=http://www.cctv.com&gt;中央电视台&lt;/a&gt;&lt;/marquee&gt;，点击中央电视台就可以进入了： <br />中央电视台 <br />b)如何制作当鼠标停留在文字上，文字停止滚动？ <br />代码如： <br />&lt;marquee&nbsp;scrollAmount=2&nbsp;width=300&nbsp;onmouseover=stop()&nbsp;onmouseout=start()&gt;文字内容&lt;/marquee&gt; <br />c)交替效果。代码如： <br />&lt;marquee&nbsp;scrollAmount=2&nbsp;width=99&nbsp;behavior=alternate&gt;文字内容&lt;/marquee&gt; <br /> <br />d)多行文本向上滚动。代码如： <br />&lt;marquee&nbsp;scrollAmount=2&nbsp;width=300&nbsp;height=160&nbsp;direction=up&gt;&middot;早晨好啊！&lt;br&gt;&middot;空气好清新啊&lt;br&gt;&middot;今朝食乜好呢？&lt;p&gt;&middot;&lt;a&nbsp;href=http://www.cctv.com&gt;中央电视台&lt;/a&gt;&lt;/marquee&gt; <br /> <br />&middot;注意：如果你的网页经过了FrontPage编辑，保存之后，只能滚动一行，这时候你发现你原来的代码顺序已经变了，My&nbsp;god！解决的办法是，找出原来的代码，把它嵌入到JavaScript的document.write中即可，上述代码写为： <br />&lt;script&gt;document.write(&rsquo;&lt;marquee&nbsp;scrollAmount=2&nbsp;width=300&nbsp;height=160&nbsp;direction=up&gt;&middot;早晨好啊！&lt;br&gt;&middot;空气好清新啊&lt;br&gt;&middot;今朝食乜好呢？&lt;p&gt;&middot;&lt;a&nbsp;href=http://www.cctv.com&gt;中央电视台&lt;/a&gt;&lt;/marquee&gt;&rsquo;)&lt;/script&gt;&nbsp; <br />e)改变滚动字幕的颜色梢杂醚奖砝纯刂啤Ｈ缦滦Ч胧?lt;marquee&nbsp;scrollAmount=2&nbsp;width=300&gt;&lt;a&nbsp;style=color:CC6600&gt;我钟意网页树树！&lt;/a&gt;&lt;/marquee&gt;。 <br />我钟意网页树树！ <br />由上可以看出，HTML代码是可以随意组合的，功能强大！&lt;SCRIPT&nbsp;src="../js/gd.js"&gt;&lt;/SCRIPT&gt;</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/193739#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Fri, 16 May 2008 17:30:05 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/193739</link>
        <guid>http://gaijing814.javaeye.com/blog/193739</guid>
      </item>
      <item>
        <title>SQL 年份相差值等</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/192483" style="color:red;">http://gaijing814.javaeye.com/blog/192483</a>&nbsp;
          发表时间: 2008年05月13日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p>select year(getdate())<br />select datepart(yy,getdate())<br />select datepart(mm,getdate())</p>
<p>可以得到日期的部分值，</p>
<p>这样就可以得到两个年份的相差值</p>
<p>select year(getdate())-datepart(yy,cast('1983-12-31' as datetime))</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/192483#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Tue, 13 May 2008 10:21:17 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/192483</link>
        <guid>http://gaijing814.javaeye.com/blog/192483</guid>
      </item>
      <item>
        <title>如何编程ms sql server 2000 查询某个表的所有触发器名称</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/192464" style="color:red;">http://gaijing814.javaeye.com/blog/192464</a>&nbsp;
          发表时间: 2008年05月13日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p>如何编程ms &nbsp; <strong style="COLOR: black; BACKGROUND-COLOR: #ffff66">sql</strong> &nbsp; server &nbsp; 2000 &nbsp; <strong style="COLOR: black; BACKGROUND-COLOR: #a0ffff">查</strong>询某个表<strong style="COLOR: black; BACKGROUND-COLOR: #ff9999">的</strong><strong style="COLOR: black; BACKGROUND-COLOR: #99ff99">所有</strong><strong style="COLOR: black; BACKGROUND-COLOR: #ff66ff">触发器</strong>名称,拥有者及类型（即insert, &nbsp; delete &nbsp; or &nbsp; update）？ </p>
<p>（1）&nbsp;select &nbsp; * &nbsp; from &nbsp; sysobjects &nbsp; where &nbsp; xtype='TR' &nbsp; and &nbsp; parent_obj=object_id('表名')</p>
<p>（2）select &nbsp; * &nbsp; from &nbsp; sysobjects &nbsp; where &nbsp; xtype='TR' &nbsp; <br />&nbsp; &nbsp; <br />&nbsp; --------------------------------- &nbsp; <br />&nbsp; xtype &nbsp; char(2) &nbsp; 对象类型。可以是下列对象类型中<strong style="color: black; background-color: #ff9999;">的</strong>一种： &nbsp; &nbsp; <br />&nbsp; C &nbsp; = &nbsp; CHECK &nbsp; 约束 &nbsp; <br />&nbsp; D &nbsp; = &nbsp; 默认值或 &nbsp; DEFAULT &nbsp; 约束 &nbsp; <br />&nbsp; F &nbsp; = &nbsp; FOREIGN &nbsp; KEY &nbsp; 约束 &nbsp; <br />&nbsp; L &nbsp; = &nbsp; 日志 &nbsp; <br />&nbsp; FN &nbsp; = &nbsp; 标量函数 &nbsp; <br />&nbsp; IF &nbsp; = &nbsp; 内嵌表函数 &nbsp; <br />&nbsp; P &nbsp; = &nbsp; 存储过程 &nbsp; <br />&nbsp; PK &nbsp; = &nbsp; PRIMARY &nbsp; KEY &nbsp; 约束（类型是 &nbsp; K） &nbsp; <br />&nbsp; RF &nbsp; = &nbsp; 复制筛选存储过程 &nbsp; <br />&nbsp; S &nbsp; = &nbsp; 系统表 &nbsp; <br />&nbsp; TF &nbsp; = &nbsp; 表函数 &nbsp; <br />&nbsp; TR &nbsp; = &nbsp; <strong style="color: black; background-color: #ff66ff;">触发器</strong> &nbsp; <br />&nbsp; U &nbsp; = &nbsp; 用户表 &nbsp; <br />&nbsp; UQ &nbsp; = &nbsp; UNIQUE &nbsp; 约束（类型是 &nbsp; K） &nbsp; <br />&nbsp; V &nbsp; = &nbsp; 视图 &nbsp; <br />&nbsp; X &nbsp; = &nbsp; 扩展存储过程&nbsp;&nbsp;</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/192464#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Tue, 13 May 2008 09:27:16 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/192464</link>
        <guid>http://gaijing814.javaeye.com/blog/192464</guid>
      </item>
      <item>
        <title>没事做 </title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/192455" style="color:red;">http://gaijing814.javaeye.com/blog/192455</a>&nbsp;
          发表时间: 2008年05月13日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p>最近公司 清闲的很，没有东西做真不是好事，没事做就意味着要找事做，有时候一个人真的好过些，二个人真操心，一想到这些真不想结婚，两个人真不好过，都有压力，为什么又要努力的在一起，真活该的一群家伙</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/192455#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Tue, 13 May 2008 08:28:19 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/192455</link>
        <guid>http://gaijing814.javaeye.com/blog/192455</guid>
      </item>
      <item>
        <title>SQL定义字段只读</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/192162" style="color:red;">http://gaijing814.javaeye.com/blog/192162</a>&nbsp;
          发表时间: 2008年05月12日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p>--写一个触发器,防止修改name &nbsp; 字段: &nbsp; <br />&nbsp; create &nbsp; trigger &nbsp; tr_update &nbsp; on &nbsp; 你的表 &nbsp; <br />&nbsp; for &nbsp; update &nbsp; <br />&nbsp; as &nbsp; <br />&nbsp; if &nbsp; update(name) &nbsp; rollback &nbsp; tran &nbsp; <br />&nbsp; go&nbsp;&nbsp;</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/192162#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Mon, 12 May 2008 11:24:09 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/192162</link>
        <guid>http://gaijing814.javaeye.com/blog/192162</guid>
      </item>
      <item>
        <title>SQL 字符串和时间的转换</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/192130" style="color:red;">http://gaijing814.javaeye.com/blog/192130</a>&nbsp;
          发表时间: 2008年05月12日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p>1、字符串转时间</p>
<p>select cast('1982-12-31' as datetime) </p>
<p>结果　：1982-12-31 00:00:00.000<br />2 、时间转字符串</p>
<p>select convert(varchar,getdate(),108)</p>
<p>结果：　10:23:27</p>
<p>select convert(varchar,getdate(),112)</p>
<p>结果：20080512<br /></p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/192130#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Mon, 12 May 2008 10:26:13 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/192130</link>
        <guid>http://gaijing814.javaeye.com/blog/192130</guid>
      </item>
      <item>
        <title>my摘抄</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/190893" style="color:red;">http://gaijing814.javaeye.com/blog/190893</a>&nbsp;
          发表时间: 2008年05月08日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p>&nbsp;1、当你爱上了那个追你的男生，一定要记得，不要让他在你的门口等上太久，因为任何人的耐心都是有限的，不要以为他喜欢你就可以毫无怨言的为你白白浪费几个小时的等待时间； <br /><br />2、如果你不爱他，那么请早点告诉他，不要让他再为你耗费自己的青春，感情还有金钱，更不要把他的追求当成是自己炫耀的资本，被人玩弄的感觉就像吞了一只苍蝇那样恶心，亲爱的，为了保持你的形象，请你早点拒绝他 <br /><br />　 3、在你的朋友和他的朋友面前不要表现的像一个母老虎一样，男生总是爱面子的，在外人面前多给他一点也没有什么不好的，更何况他是你的男朋友，而且自己也能落个贤妻良母的称号，一举两得，何乐而不为呢； <br /><br />　4、对他要倍加呵护，男人总是比女人过得更难，在外面风风光光的，心里也许有很多说不出来的苦衷，所以当他偶尔下班回家摆了一张臭脸的时候决不要生气，要用你的温柔打动你的爱人，谁还没有不顺的时候嘛； <br /><br />　　5、不要宣扬那个所谓现代男生的&ldquo;三从四得&rdquo;，什么&ldquo;老婆的命令要服从，老婆的&hellip;&hellip;，老婆上街要等得&rdquo;等等，站在一个女性的角度来看都觉得这个是很不合理的，更不要提男生了； <br /><br />　　6、逛街的时候不要一心只想着自己逛的爽，其实大部分男生都是不喜欢陪着女孩逛街的，很多可能都没有陪过自己的老妈，只是由于你是他的女朋友才没有发飙而已，换个人早就溜之大吉了，所以买了东西就赶紧回家吧，要是非要逛的话不如去找同性朋友，和她们逛起来才是真的尽兴，相信谁都不想看自己的男朋友走进一家服装店的第一件事就是找板凳 <br /><br />　 7、不要和别人攀比，女生有的时候虚荣心比较重，但是为了你们的将来，请千万不要说出，你看谁谁谁今天又买了什么什么的，说者无意，但是这时候男生心里面肯定很不好受，脾气好一点的会不说话，脾气不好的估计就要发火了； <br /><br />　 8、不要当着男朋友的面大肆的夸奖别的男生，除非你是不想和他过下去了，因为这样的直接后果就是他会以为你看不上他了，所以才会这样当面羞辱他 <br /><br />　　9、不要和别人说你们两个人之间的小秘密（这个的内容大家自己想想），即使是再亲密的朋友也不能说，除非他不知道，否则他知道了心里肯定又会又疙瘩的； <br /><br />　 10、做错了事就要主动承认错误，那种认为两个人吵架不管谁的错认错的一定是男生的想法已经过时了，现在男女平等，犯了错误承认一下又不会多长两斤肉，所以错了就请对他勇敢的说：&ldquo;亲爱的，我错了，原谅我好吗？&rdquo;，ok，矛盾一下子全解决了； <br /><br />11、不要每天神经兮兮的拿着他的手机看看有没有什么不好的短信，是你的别人抢都抢不走，不是你的再怎么样都留不住的，所以相信自己，做个自信的PP女友； <br /><br />　 12、对他的老妈一定要好，当然毫不讲理的婆婆除外，因为他妈妈和他在一起的时间现在远比你们在一起的时间要长，他们的感情肯定也比你们的要深，不要问那种&ldquo;我和你妈妈同时落水你会救谁的问题&rdquo;，很多时候答案往往会让你伤心，要不就是他根本就是哄哄你罢了，况且如果没有他他*的悉心教导怎么会有这么优秀的男生呢，所以把她当你自己的妈妈一样看待吧； <br /><br />　 13、不要背叛他，给他真正的安全感，让他能放心大胆的去开创自己的事业，并且始终记住：无论贫穷还是富有，健康还是疾病，都要相爱相依，不离不弃，直到死亡。 <br /><br />14、爱他，摘下你的面具。做他的爱人、情人、朋友、兄弟、父亲和孩子。关心她，像他关心你一样；紧张他，像他紧张你一样；爱他，像他爱你一样。在要求和挑剔他之前，先问问自己做得怎么样。不只是被爱和索取，而是平等地相互体谅，相互关怀。把你的心和他的心紧紧相连，而不只是身体</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/190893#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Thu, 08 May 2008 09:06:00 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/190893</link>
        <guid>http://gaijing814.javaeye.com/blog/190893</guid>
      </item>
      <item>
        <title>DELETE CASCADE级联删除</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/190464" style="color:red;">http://gaijing814.javaeye.com/blog/190464</a>&nbsp;
          发表时间: 2008年05月07日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p><span style="color: #ff0000;">1.</span>如果linecenter（主表）中的一个lid被删除了，那么引用该lid的从表中的所有记录也被删除。<br /><br />通常称为<span style="color: #ff0000;">级联删除</span></p>
<p><span style="color: #ff0000;">例如：</span></p>
<p>SQL&gt; create table test (id number(7) not null, name varchar2(20),<br />&nbsp;&nbsp;2&nbsp;&nbsp;constraint pk_test primary key (id));<br /><br />表已创建。<br /><br />SQL&gt; create table test1 (id number(7) not null, comments varchar(400),<br />&nbsp;&nbsp;2&nbsp;&nbsp;constraint fk_test1 foreign key (id) references test (id));<br /><br />表已创建。<br /><br />SQL&gt; create table test2 (id number(7) not null, commects varchar(400), <br />&nbsp;&nbsp;2&nbsp;&nbsp;constraint fk_test2 foreign key (id) references test (id) on <span style="color: #ff0000;">delete cascade</span>);<br /><br />表已创建。<br /><br />SQL&gt; insert into test values (1, 'abc');<br /><br />已创建 1 行。<br /><br />SQL&gt; insert into test1 values (1, 'aaaaa');<br /><br />已创建 1 行。<br /><br />SQL&gt; delete test;<br />delete test<br />*<br />ERROR 位于第 1 行:<br />ORA-02292: 违反完整约束条件 (YANGTK.FK_TEST1) - 已找到子记录日志<br /><br /><br />SQL&gt; delete test1;<br /><br />已删除 1 行。<br /><br />SQL&gt; delete test;<br /><br />已删除 1 行。<br /><br /><span style="color: #ff0000;">SQL&gt; insert into test values (1, 'abc');<br /><br />已创建 1 行。<br /><br />SQL&gt; insert into test2 values (1, 'aaaaa');<br /><br />已创建 1 行。<br /><br />SQL&gt; delete test;<br /><br />已删除 1 行。<br /><br />SQL&gt; select * from test;<br /><br />未选定行<br /><br />SQL&gt; select * from test2;<br /><br />未选定行<br /></span></p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/190464#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Wed, 07 May 2008 09:12:43 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/190464</link>
        <guid>http://gaijing814.javaeye.com/blog/190464</guid>
      </item>
      <item>
        <title>sql server 与oracle sql 不同</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/190278" style="color:red;">http://gaijing814.javaeye.com/blog/190278</a>&nbsp;
          发表时间: 2008年05月06日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p><span style="color: #ff0000;">1.</span><span style="color: #ff0000;">sql server&nbsp;函数中的 is&nbsp; returns,</span></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; create function f_check()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; returns&nbsp; int <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; as <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; begin<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; declare @count int<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;select @count=count(S#)&nbsp; from student&nbsp;&nbsp; group by C#<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return @count<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; go</p>
<p>&nbsp;&nbsp;&nbsp; <span style="color: #ff0000;">oracle sql 函数中是 is return</span></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function Get_Mid_Datetime_Number(v_serial_sn in varchar2)<br />&nbsp;&nbsp;&nbsp; return number&nbsp; is<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; v_sql&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;number;<br />&nbsp; begin<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; select count(S#) into v_sql&nbsp; from student&nbsp;&nbsp; group by C#;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return v_sql&nbsp;;<br />&nbsp; end Get_Mid_Datetime_Number;</p>
<p><span style="color: #ff0000;">2. sql server 没有rownum 用 top1-n</span></p>
<p><span style="color: #000000;">select&nbsp;&nbsp; top 1 y.Supplier# as supplier&nbsp;&nbsp; from buy as x,goods as y&nbsp; where&nbsp; x. G# in(<br />select G# from goods where Gtype='牙膏')<br />&nbsp;and y.G#=x.G#&nbsp; <br />group by&nbsp; y.Supplier#</span></p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/190278#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Tue, 06 May 2008 16:19:01 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/190278</link>
        <guid>http://gaijing814.javaeye.com/blog/190278</guid>
      </item>
      <item>
        <title>SQL server控制表中的列数</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/190193" style="color:red;">http://gaijing814.javaeye.com/blog/190193</a>&nbsp;
          发表时间: 2008年05月06日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p><span style="color: #ff0000;">问题：</span></p>
<p>例如 &nbsp; 有表 &nbsp; &nbsp; <br />&nbsp; student &nbsp; <br />&nbsp; { &nbsp; <br />&nbsp; &nbsp; &nbsp; lesson &nbsp; varchar(3) &nbsp; <br />&nbsp; &nbsp; &nbsp; name &nbsp; varchar(3) &nbsp; <br />&nbsp; } &nbsp; <br />&nbsp; &nbsp; &nbsp; 要让 &nbsp; distinct(lesson) &nbsp; 不能超过10 &nbsp; <br />&nbsp; &nbsp; <br />&nbsp; &nbsp; <br />&nbsp; 能通过数据库表的约束 &nbsp; 限制吗？ &nbsp; <br />&nbsp; &nbsp; <br />&nbsp; &nbsp; <br />&nbsp; 如何实现 </p>
<p><span style="color: #ff0000;">问题的解决：</span></p>
<p>--创建表 &nbsp; <br />&nbsp; create &nbsp; table &nbsp; student &nbsp; <br />&nbsp; ( &nbsp; <br />&nbsp; &nbsp; &nbsp; lesson &nbsp; varchar(3), &nbsp; <br />&nbsp; &nbsp; &nbsp; name &nbsp; varchar(3) &nbsp; <br />&nbsp; ) &nbsp; <br />&nbsp; &nbsp; <br />&nbsp; --创建函数 &nbsp; <br />&nbsp; create &nbsp; function &nbsp; f_check() &nbsp; <br />&nbsp; returns &nbsp; int &nbsp; <br />&nbsp; as &nbsp; <br />&nbsp; begin &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; declare &nbsp; @num &nbsp; int &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; select &nbsp; @num=count(distinct &nbsp; lesson) &nbsp; from &nbsp; student &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return &nbsp; @num &nbsp; <br />&nbsp; end &nbsp; <br />&nbsp; go &nbsp; <br />&nbsp; &nbsp; <br />&nbsp; --添加约束 &nbsp; <br />&nbsp; alter &nbsp; table &nbsp; student &nbsp; add &nbsp; constraint &nbsp; student_lesson_check &nbsp; check(dbo.f_check()&lt;=10)&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/190193#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Tue, 06 May 2008 14:13:58 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/190193</link>
        <guid>http://gaijing814.javaeye.com/blog/190193</guid>
      </item>
      <item>
        <title>公告关心我的成长的网人</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/186989" style="color:red;">http://gaijing814.javaeye.com/blog/186989</a>&nbsp;
          发表时间: 2008年04月26日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p>谢谢大家的意见，但是由于公司屏蔽论坛一类的东西，所以大家的留言我无法完整的看到，也无法回复， </p>
<p>谢谢大家的意见和建议 。</p>
<p>祝大家一切顺利 ，工作顺心</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/186989#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Sat, 26 Apr 2008 08:24:22 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/186989</link>
        <guid>http://gaijing814.javaeye.com/blog/186989</guid>
      </item>
      <item>
        <title>SQL和ORACLE函数比较 </title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/185807" style="color:red;">http://gaijing814.javaeye.com/blog/185807</a>&nbsp;
          发表时间: 2008年04月23日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <table cellspacing="0" border="0" align="center" width="760" cellpadding="0">
<tbody>
<tr>
<td>
<div class="title">SQL和ORACLE函数比较 <br /></div>
</td>
</tr>
<tr>
<td height="20">&nbsp;</td>
</tr>
<tr>
<td>
<div class="formtitle">2008-01-15 作者：wxinw 来源：CSDN<br /></div>
</td>
</tr>
<tr>
<td height="16">&nbsp;</td>
</tr>
<tr>
<td valign="top">
<table cellspacing="0" border="0" align="center" width="86%" cellpadding="0">
<tbody>
<tr>
<td class="content" valign="top">
<p>SQLServer和Oracle是大家经常用到的数据库，在此感谢作者总结出这些常用函数以供大家参考。 </p>
<p>数学函数：<br /><br />　1.绝对值 <br />　　 S:SELECT abs(-1) value <br />　　 O:SELECT abs(-1) value from dual </p>
<p>2.取整(大) <br />　　 S:SELECT ceiling(-1.001) value <br />　　 O:SELECT ceil(-1.001) value from dual </p>
<p>3.取整（小） <br />　　 S:SELECT floor(-1.001) value <br />　　 O:SELECT floor(-1.001) value from dual </p>
<p>4.取整（截取） <br />　　 S:SELECT cast(-1.002 as int) value <br />　　 O:SELECT trunc(-1.002) value from dual </p>
<p>5.四舍五入 <br />　　 S:SELECT round(1.23456,4) value 1.23460 <br />　　 O:SELECT round(1.23456,4) value from dual 1.2346 </p>
<p>6.e为底的幂 <br />　　 S:SELECT Exp(1) value 2.7182818284590451 <br />　　 O:SELECT Exp(1) value from dual 2.71828182 </p>
<p>7.取e为底的对数 <br />　　 S:SELECT log(2.7182818284590451) value 1 <br />　　 O:SELECT ln(2.7182818284590451) value from dual; 1 </p>
<p>8.取10为底对数 <br />　　 S:SELECT log10(10) value 1 <br />　　 O:SELECT log(10,10) value from dual; 1 </p>
<p>9.取平方 <br />　　 S:SELECT SQUARE(4) value 16 <br />　　 O:SELECT power(4,2) value from dual 16 </p>
<p>10.取平方根 <br />　　 S:SELECT SQRT(4) value 2 <br />　　 O:SELECT SQRT(4) value from dual 2 </p>
<p>11.求任意数为底的幂 <br />　　 S:SELECT power(3,4) value 81 <br />　　 O:SELECT power(3,4) value from dual 81 </p>
<p>12.取随机数 <br />　　 S:SELECT rand() value <br />　　 O:SELECT sys.dbms_random.value(0,1) value from dual; </p>
<p>13.取符号 <br />　　 S:SELECT sign(-8) value -1 <br />　　 O:SELECT sign(-8) value from dual -1 </p>
<p>14.圆周率 <br />　　 S:SELECT PI() value 3.1415926535897931 <br />　　 O:不知道 </p>
<p>15.sin,cos,tan 参数都以弧度为单位 <br />　　 例如：SELECT sin(PI()/2) value 得到1（SQLServer） </p>
<p>16.Asin,Acos,Atan,Atan2 返回弧度 </p>
<p>17.弧度角度互换(SQLServer，Oracle不知道) <br />　　 DEGREES：弧度-〉角度 <br />　　 RADIANS：角度-〉弧度 </p>
<p>数值间比较：<br /><br />　18. 求集合最大值 <br />　　 S:SELECT max(value) value from <br />　　 (SELECT 1 value <br />　　 union <br />　　 SELECT -2 value <br />　　 union <br />　　 SELECT 4 value <br />　　 union <br />　　 SELECT 3 value)a </p>
<p>　　O:SELECT greatest(1,-2,4,3) value from dual </p>
<p>19. 求集合最小值 <br />　　 S:SELECT min(value) value from <br />　　 (SELECT 1 value <br />　　 union <br />　　 SELECT -2 value <br />　　 union <br />　　 SELECT 4 value <br />　　 union <br />　　 SELECT 3 value)a </p>
<p>　　O:SELECT least(1,-2,4,3) value from dual </p>
<p>20.如何处理null值(F2中的null以10代替) <br />　　 S:SELECT F1,IsNull(F2,10) value from Tbl <br />　　 O:SELECT F1,nvl(F2,10) value from Tbl </p>
<p>21.求字符序号 <br />　　 S:SELECT ascii('a') value <br />　　 O:SELECT ascii('a') value from dual </p>
<p>22.从序号求字符 <br />　　 S:SELECT char(97) value <br />　　 O:SELECT chr(97) value from dual </p>
<p>23.连接 <br />　　 S:SELECT '11'+'22'+'33' value <br />　　 O:SELECT CONCAT('11','22')　　33 value from dual </p>
<p>23.子串位置 --返回3 <br />　　 S:SELECT CHARINDEX('s','sdsq',2) value <br />　　 O:SELECT INSTR('sdsq','s',2) value from dual </p>
<p>23.模糊子串的位置 --返回2,参数去掉中间%则返回7 <br />　　 S:SELECT patindex('%d%q%','sdsfasdqe') value <br />　　 O:oracle没发现，但是instr可以通过第四个参数控制出现次数 <br />　　 SELECT INSTR('sdsfasdqe','sd',1,2) value from dual 返回6 </p>
<p>24.求子串 <br />　　 S:SELECT substring('abcd',2,2) value <br />　　 O:SELECT substr('abcd',2,2) value from dual </p>
<p>25.子串代替 返回aijklmnef <br />　　 S:SELECT STUFF('abcdef', 2, 3, 'ijklmn') value <br />　　 O:SELECT Replace('abcdef', 'bcd', 'ijklmn') value from dual </p>
<p>26.子串全部替换 <br />　　 S:没发现 <br />　　 O:SELECT Translate('fasdbfasegas','fa','我' ) value from dual </p>
<p>27.长度 <br />　　 S:len,datalength <br />　　 O:length </p>
<p>28.大小写转换 lower,upper </p>
<p>29.单词首字母大写 <br />　　 S:没发现 <br />　　 O:SELECT INITCAP('abcd dsaf df') value from dual </p>
<p>30.左补空格（LPAD的第一个参数为空格则同space函数） <br />　　 S:SELECT space(10)+'abcd' value <br />　　 O:SELECT LPAD('abcd',14) value from dual </p>
<p>31.右补空格（RPAD的第一个参数为空格则同space函数） <br />　　 S:SELECT 'abcd'+space(10) value <br />　　 O:SELECT RPAD('abcd',14) value from dual </p>
<p>32.删除空格 <br />　　 S:ltrim,rtrim <br />　　 O:ltrim,rtrim,trim </p>
<p>33. 重复字符串 <br />　　 S:SELECT REPLICATE('abcd',2) value <br />　　 O:没发现 </p>
<p>34.发音相似性比较(这两个单词返回值一样，发音相同) <br />　　 S:SELECT SOUNDEX ('Smith'), SOUNDEX ('Smythe') <br />　　 O:SELECT SOUNDEX ('Smith'), SOUNDEX ('Smythe') from dual <br />　　 SQLServer中用SELECT DIFFERENCE('Smithers', 'Smythers') 比较soundex的差 <br />　　返回0-4，4为同音，1最高 </p>
<p>日期函数：<br /><br />　35.系统时间 <br />　　 S:SELECT getdate() value <br />　　 O:SELECT sysdate value from dual </p>
<p>36.前后几日 <br />　　 直接与整数相加减 </p>
<p>37.求日期 <br />　　 S:SELECT convert(char(10),getdate(),20) value <br />　　 O:SELECT trunc(sysdate) value from dual <br />　　 SELECT to_char(sysdate,'yyyy-mm-dd') value from dual </p>
<p>38.求时间 <br />　　 S:SELECT convert(char(8),getdate(),108) value <br />　　 O:SELECT to_char(sysdate,'hh24:mm:ss') value from dual </p>
<p>39.取日期时间的其他部分 <br />　　 S:DATEPART 和 DATENAME 函数 （第一个参数决定） <br />　　 O:to_char函数 第二个参数决定 </p>
<p>　　参数---------------------------------下表需要补充 <br />　　 year yy, yyyy <br />　　 quarter qq, q (季度) <br />　　 month mm, m (m O无效) <br />　　 dayofyear dy, y (O表星期) <br />　　 day dd, d (d O无效) <br />　　 week wk, ww (wk O无效) <br />　　 weekday dw (O不清楚) <br />　　 Hour hh,hh12,hh24 (hh12,hh24 S无效) <br />　　 minute mi, n (n O无效) <br />　　 second ss, s (s O无效) <br />　　 millisecond ms (O无效) <br />　　 ---------------------------------------------- </p>
<p>40.当月最后一天 <br />　　 S:不知道 <br />　　 O:SELECT LAST_DAY(sysdate) value from dual </p>
<p>41.本星期的某一天（比如星期日） <br />　　 S:不知道 <br />　　 O:SELECT Next_day(sysdate,7) vaule FROM DUAL; </p>
<p>42.字符串转时间 <br />　　 S:可以直接转或者SELECT cast('2004-09-08'as datetime) value <br />　　 O:SELECT To_date('2004-01-05 22:09:38','yyyy-mm-dd hh24-mi-ss') vaule FROM DUAL; </p>
<p>43.求两日期某一部分的差（比如秒） <br />　　 S:SELECT datediff(ss,getdate(),getdate()+12.3) value <br />　　 O:直接用两个日期相减（比如d1-d2=12.3） <br />　　 SELECT (d1-d2)*24*60*60 vaule FROM DUAL; </p>
<p>44.根据差值求新的日期（比如分钟） <br />　　 S:SELECT dateadd(mi,8,getdate()) value <br />　　 O:SELECT sysdate+8/60/24 vaule FROM DUAL; </p>
<p>45.求不同时区时间 <br />　　 S:不知道 <br />　　 O:SELECT New_time(sysdate,'ydt','gmt' ) vaule FROM DUAL; </p>
<p>　　-----时区参数,北京在东8区应该是Ydt------- <br />　　 AST ADT 大西洋标准时间 <br />　　 BST BDT 白令海标准时间 <br />　　 CST CDT 中部标准时间 <br />　　 EST EDT 东部标准时间 <br />　　 GMT 格林尼治标准时间 <br />　　 HST HDT 阿拉斯加?夏威夷标准时间 <br />　　 MST MDT 山区标准时间 <br />　　 NST 纽芬兰标准时间 <br />　　 PST PDT 太平洋标准时间 <br />　　 YST YDT YUKON标准时间 </p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/185807#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Wed, 23 Apr 2008 10:58:56 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/185807</link>
        <guid>http://gaijing814.javaeye.com/blog/185807</guid>
      </item>
      <item>
        <title>动态SQL </title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/185730" style="color:red;">http://gaijing814.javaeye.com/blog/185730</a>&nbsp;
          发表时间: 2008年04月23日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <p><span style="font-size: small;"><em>1。有时候静态SQL很笨，很木馁，</em> <br /></span>例如： <br /><span style="color: #ff0000;">temp_str</span> 是变量=chr(39) || first_str || ''',''' || mid_number || chr(39);</p>
<p>&nbsp;<span style="color: #ff0000;">temp_str</span> 的值应该为'A123','A23e'</p>
<p>侧执行下面的静态SQL却达不到实际的效果（<span style="background-color: #339966;">select rwt.serial_number&nbsp;, rst.lot_no , from&nbsp; rst,&nbsp; rwt where rwt.serial_number in (<span>'A123','A23e'</span>)</span>）不会执行 下面的SQL</p>
<p>select rwt.serial_number&nbsp;, <br />rst.lot_no , <br />from&nbsp; rst,&nbsp; rwt <br />where rwt.serial_number in (<span style="color: #ff0000;">temp_str</span> )</p>
<p><em><span style="font-size: small;">2。解决以上的办法只有 用<strong><span style="color: #ff00ff;">动态SQL:</span></strong></span></em></p>
<p><strong><span style="color: #333300;">&nbsp;&nbsp;&nbsp;&nbsp; 在含有 存储过程</span></strong>的包中 定义游标</p>
<p>create or replace<strong> package</strong> SMT_user_package is</p>
<p>&nbsp;type H_Numbers is ref cursor;<br />&nbsp;<strong>procedure</strong> Get_Lot_Number(v_serial_sn in varchar2,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lot_numbers out H_Numbers)</p>
<p>此<strong>存储过程中的SQL</strong>：</p>
<p><span style="color: #ff0000;">temp_str</span> 是变量=chr(39) || first_str || ''',''' || mid_number || chr(39);</p>
<p>string s_sql;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;s_sql='select rwt.serial_number&nbsp;, <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rst.lot_no , <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from&nbsp; rst,&nbsp; rwt&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;where rwt.serial_number in ('||<span style="color: #ff0000;">temp_str</span> ||')'</p>
<p><strong>open&nbsp;</strong> Lot_numbers <strong>for</strong> s_sql;</p>
<p>&nbsp;侧执行上面的SQL字符串到达实际的效果（<span style="background-color: #339966;">select rwt.serial_number&nbsp;, rst.lot_no , from&nbsp; rst,&nbsp; rwt where rwt.serial_number in (<span>'A123','A23e'</span>)</span>）</p>
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/185730#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Wed, 23 Apr 2008 09:55:55 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/185730</link>
        <guid>http://gaijing814.javaeye.com/blog/185730</guid>
      </item>
      <item>
        <title>一个截取字符串的方法</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/185447" style="color:red;">http://gaijing814.javaeye.com/blog/185447</a>&nbsp;
          发表时间: 2008年04月22日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          //列子<br />p_str：aaaa^1111^sfsdf^<br />p_flag :^<br /><br />create or replace function string_split(p_str        in out varchar2,<br />                                     p_flag       in varchar2<br />                                     )<br />  return varchar2 is<br />  v_str    varchar(3000);<br />  v_locate integer;<br />/*<br />Released by  : Jackie<br />Last Release : 2007-10-22<br />Version      : 2.01<br />*/<br />begin<br />  v_str := ltrim(rtrim(p_str, p_flag), p_flag);<br /><br />  v_locate := instr(v_str, p_flag, 1, 1);<br /><br />  if v_locate = 0 then<br />    p_str := null;<br />    return(v_str);<br /><br />  end if;<br /><br />  p_str := substr(v_str, v_locate + 1, length(v_str));<br /><br />  return(substr(v_str, 1, v_locate - 1));<br /><br />end string_split;
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/185447#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Tue, 22 Apr 2008 14:15:07 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/185447</link>
        <guid>http://gaijing814.javaeye.com/blog/185447</guid>
      </item>
      <item>
        <title>Middle Server 与 VSS</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/183829" style="color:red;">http://gaijing814.javaeye.com/blog/183829</a>&nbsp;
          发表时间: 2008年04月17日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <strong><span style="color: red">Middle Server:把连接数据库的密码放在中间服务器上，让客户端不用装Oracle数据库就可以了，也看不到密码。只连接中间服务器就可以了。</span></strong> <br />Windows自带Installutil.exe.<br />把用到的要連接的文件，放在與上面文件同目錄下，<br />在DOS下，執行<br />Installutil.exe.routingService.exe啟動服務。<br />Installutil.exe.routingService.exe /u停服務器。<br /><br /><br /><strong><span style="color: red">使用VSS-Microsoft Visual SourceSofe進行同步开发程序</span></strong>，在一個用戶簽出程序後，另一個用戶就不能修改此程序，等到上個用戶籥入此程序後才可能，讓這個用戶修改程序。<br />打開Microsoft Visual SourceSofe-Microsoft Visual SourceSofe Administration<br />在此內，可以增加用戶，Tooluseradd user<br />可以往內裏加要同步開發的程序ArchiveArchive Project<br />用戶編寫程序時，完成以後要簽入一下，才能使用VSS裏的程序與之同步。<br />可以不和VSS同步，即為簽出。
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/183829#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Thu, 17 Apr 2008 17:08:06 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/183829</link>
        <guid>http://gaijing814.javaeye.com/blog/183829</guid>
      </item>
      <item>
        <title>Middle Server 与 VSS</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/183828" style="color:red;">http://gaijing814.javaeye.com/blog/183828</a>&nbsp;
          发表时间: 2008年04月17日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          Middle Server:把连接数据库的密码放在中间服务器上，让客户端不用装Oracle数据库就可以了，也看不到密码。只连接中间服务器就可以了。 <br />Windows自带Installutil.exe.<br />把用到的要連接的文件，放在與上面文件同目錄下，<br />在DOS下，執行<br />Installutil.exe.routingService.exe啟動服務。<br />Installutil.exe.routingService.exe /u停服務器。<br /><br /><br />使用VSS-Microsoft Visual SourceSofe進行同步編寫程序，在一個用戶簽出程序後，另一個用戶就不能修改此程序，等到上個用戶籥入此程序後才可能，讓這個用戶修改程序。<br />打開Microsoft Visual SourceSofe-Microsoft Visual SourceSofe Administration<br />在此內，可以增加用戶，Tooluseradd user<br />可以往內裏加要同步開發的程序ArchiveArchive Project<br />用戶編寫程序時，完成以後要簽入一下，才能使用VSS裏的程序與之同步。<br />可以不和VSS同步，即為簽出。
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/183828#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Thu, 17 Apr 2008 17:07:17 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/183828</link>
        <guid>http://gaijing814.javaeye.com/blog/183828</guid>
      </item>
      <item>
        <title>NET 读取工程下.resx文件中的内容来实现前台显示报错</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/182941" style="color:red;">http://gaijing814.javaeye.com/blog/182941</a>&nbsp;
          发表时间: 2008年04月15日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          System.Resources.ResourceManager LocRM = new System.Resources.ResourceManager("OBA.MsgBox",typeof(Form1).Assembly);<br />//MsgBox是工程下的文件MsgBox.resx<br />						labelWIPStatus.Text =LocRM.GetString("messageRoutingOK")+this.textBoxSN.Text;//messageRoutingOK是文件MsgBox.resx的内容
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/182941#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Tue, 15 Apr 2008 15:57:29 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/182941</link>
        <guid>http://gaijing814.javaeye.com/blog/182941</guid>
      </item>
      <item>
        <title>NET 根据windows的版本国际化</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/182934" style="color:red;">http://gaijing814.javaeye.com/blog/182934</a>&nbsp;
          发表时间: 2008年04月15日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          例子：<br />string culture = System.Threading.Thread.CurrentThread.CurrentUICulture.ToString();<br />//得到当前windows的版本<br />		<br />string failureGroupColumn;<br />if (culture.Equals("zh-TW"))//如果为中文台湾版<br />{<br />failureGroupColumn = "FAILURE_GROUP_C";//FAILURE_GROUP_C为数据库表里的字段，此字段内容必须是中文繁体。<br />}<br />else<br />{<br />failureGroupColumn = "FAILURE_GROUP";//FAILURE_GROUP为数据库表里的字段，此字段内容必须是英文。<br /><br />}<br />for (int i = 0 ; i &lt; dt2.Rows.Count ; i++)<br />{<br />if (!listBoxFailureGroup.Items.Contains(dt2.Rows[i] [failureGroupColumn].ToString()))<br />{<br />listBoxFailureGroup.Items.Add(dt2.Rows[i][failureGroupColumn].ToString());//在ListView中显示次列<br />}<br />}
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/182934#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Tue, 15 Apr 2008 15:28:48 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/182934</link>
        <guid>http://gaijing814.javaeye.com/blog/182934</guid>
      </item>
      <item>
        <title>net 读取ini文件</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/182765" style="color:red;">http://gaijing814.javaeye.com/blog/182765</a>&nbsp;
          发表时间: 2008年04月15日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          <strong><span style="color: red">ServiceConfig.ini<br />文件内容：</span><br />[General]</strong><br />StationLine=DL1<br />StationGroup=EMKAU<br />StationId=EMKAU11<br />Section=Emilie_Connection<br />Printer=FinePrint<br />CultureInfo=zh-TW<br /><br />[Emilie_Connection]<br />srvAddress = tcp://172.1.5.2:2103/RoutingObject.Routing<br /><br /><strong><span style="color: red">主文件读取.ini文件内容</span></strong>[ DllImport ( "kernel32" ) ]<br />  private static extern int GetPrivateProfileString ( string    section ,string key , string def , StringBuilder retVal ,int size , string filePath ) ;<br />  StringBuilder temp = new StringBuilder ( 255 ) ;<br />  GetPrivateProfileString("General", "Section", "", temp, 255, configFilePath);<br />  section = temp.ToString();<br />  GetPrivateProfileString("General", "StationLine", "", temp, 255, configFilePath);<br />  lineID = temp.ToString();<br />  temp.Remove(0, temp.Length);<br />  GetPrivateProfileString("General", "StationGroup", "", temp, 255, configFilePath);<br />  STATION_GROUP_NAME = temp.ToString();<br />  temp.Remove(0, temp.Length);<br />  GetPrivateProfileString("General", "StationId", "", temp, 255, configFilePath);<br />  STATION_ID = temp.ToString();
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/182765#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Tue, 15 Apr 2008 08:24:08 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/182765</link>
        <guid>http://gaijing814.javaeye.com/blog/182765</guid>
      </item>
      <item>
        <title>SQL:returning  A into B/函数参数默认值/手动更改表值</title>
        <author>心似海</author>
        <description>
          <![CDATA[
          <br/>
          作者: <a href="http://gaijing814.javaeye.com">心似海</a>&nbsp;
          链接：<a href="http://gaijing814.javaeye.com/blog/180391" style="color:red;">http://gaijing814.javaeye.com/blog/180391</a>&nbsp;
          发表时间: 2008年04月08日
          <br/><br/>
          声明：本文系JavaEye网站发布的原创博客文章，未经作者书面许可，严禁任何网站转载本文，否则必将追究法律责任！
          <br/><br/>
          (1)returning  A into B<br />update work_order wo<br />           set wo.start_qty = nvl(wo.start_qty, 0) + 1<br />         where wo.order_type = 'ATO'<br />           and wo.exception_flag = 0<br />           and wo.order_number = p_work_order<br />        returning wo.start_qty into v_start_qty;<br />returning  A into B:<br />      A is the top DML of parameter <br />      B is the we define variable.<br />      Give A value to variable B<br />     <br />     The fuction is to account for subsequent<br />(2)函数参数默认值<br /> v_pid       varchar(10) := get_pid(p_psn);<br /><br />      function get_pid(p_psn   in varchar2,<br />                            p_valid in pls_integer := 1)<br />     <br />     The p_valid in pls_integer := 1  effect  is  <br />     When user the get_pid no p_valid then it default 1.<br />      The p_valid¡¨ is dispensable<br />(3)手动更改表值<br />select  s.*,rowid from student s;
          <br/>
          <span style="color:red;">
            <a href="http://gaijing814.javaeye.com/blog/180391#comments" style="color:red;">本文的讨论也很精彩，浏览讨论>></a>
          </span>
          <br/><br/><br/>
          <span style="color:#E28822;">JavaEye推荐</span>
          <br/>
          <ul class='adverts'><li><a href='/adverts/106' target='_blank'><span style="color:blue;font-weight:bold;">JavaEye问答大赛开始了！ 从6月23日 至 7月6日，奖品丰厚 ！</span></a></li><li><a href='/adverts/42' target='_blank'><span style="color:red;font-weight:bold;">搜狐网站诚聘Java、PHP和C++工程师</span></a></li><li><a href='/adverts/41' target='_blank'><span style="color:red;font-weight:bold;">北京: 千橡集团暨校内网诚聘软件研发工程师</span></a></li><li><a href='/adverts/97' target='_blank'><span style="color:blue;font-weight:bold;">Oracle专区上线，有Oracle最新文章，重要下载及知识库等精彩内容，欢迎访问。</span></a></li><li><a href='/adverts/92' target='_blank'><span style="color:red;font-weight:bold;">快来参加7月17日在成都举行的SOA中国技术论坛</span></a></li></ul>
          <br/><br/><br/>
          ]]>
        </description>
        <pubDate>Tue, 08 Apr 2008 11:28:09 +0800</pubDate>
        <link>http://gaijing814.javaeye.com/blog/180391</link>
        <guid>http://gaijing814.javaeye.com/blog/180391</guid>
      </item>
  </channel>
</rss>