Browsing Category: "程式設計"

加裝wp-syntax,使用方式如下

Html,Js,Ajax相關, PHP技巧, WordPress相關, 程式設計 四月 17th, 2008

Example 1: PHP, no line numbers

在原始碼模式下,使用下列語法
<pre lang="php">
<div id="foo">
<?php
  function foo() {
    echo "Hello World!\\n";
  }
?>
</div>
<div id="foo">
<?php
  function foo() {
    echo "Hello World!\\n";
  }
?>
</div>

Read the rest of this entry »

VB中..使用文字輸入方塊加資料庫完成”自動完成功能”

程式設計 四月 8th, 2008

在藍色小舖找到的解決方法
原PO網址

Read the rest of this entry »

blank