原创 轉載文章的列表

PDO的介紹的文章  http://www.cnblogs.com/xiaochaohuashengmi/archive/2010/08/12/1797753.html 介紹memcache  http://tech.idv2.com/20

原创 kemata處理

  /*  * Using a known ketama.servers file, and a fixed set of keys  * print and hash the output of this program using yo

原创 關於mysql手冊中的位組函數

mysql手冊中關於如何使用位組函數來計算每個月中用戶訪問網頁的天數 首先執行sql建表 CREATE TABLE t1 (year YEAR(4), month INT(2) UNSIGNED ZEROFILL,             

原创 AR demo

<?php define('DBHOST', 'localhost'); define('DBUSER', 'root'); define('DBPASS', ''); define('DBNAME', 'test'); define('

原创 一個很不錯的抽象類的實現

  <?php /*  * Created on 2011-5-16  *  * To change the template for this generated file go to  * Window - Preferences - 

原创 最近計劃

 7月之前php搞定到熟悉 java搞得了解 算法搞到熟悉   暑假         搞定一個開源項目        java 熟悉各種框架        算法導論開始      

原创 java求質數

public class test {          public static void main(String[] args) {         System.out.println(getPrime(103));        

原创 php5 inpractice看書心得(2)

第五章 1.array_fill($start,$number,$value)    第六章 1.動態定義函數 create_function() 2.調用自定義函數call_user_func() 3.檢查變量是否引用一個函數 is_ca

原创 tree_01.c

#include<stdio.h>  void create_btree(int *b_tree,int *nodelist,int len) {     int i=0;     int level;      b_tree[1]=nod

原创 我的異常拓展

  <?php /*  * Created on 2011-5-16  *  * To change the template for this generated file go to  * Window - Preferences -