我只用13行程式碼開發的php框架,如果您對框架不理解,不知道框架究竟幫您做了什麼事,可以下載此框架看一下,
另外如果您想開發自己的框架也可以由這個框架的思路進行擴充套件.
程式碼:
1.htaccess的內容<?php2 /*
*3php極簡框架
4交流:
5qq群: 223494678
6用法8http://url
下邊是注釋:
header('content-type: text/html; charset=utf-8');//定義編碼
$w=isset($_request['w']) ? addslashes($_request['w']) : '';
//獲取引數w的值,w來自於rewrite規則檔案.htaccess
$w=(trim($w)=='') ? 'index' : $w;
//如果引數w的值為空,則訪問預設的index方法
if(!is_callable($w))
$w();
//呼叫$w名稱對應的function,例如:http://url/hello會呼叫hello()這個function
//自定義方法(可自由擴充套件)
function hello()
function index()
JDK13 HashMap resize原始碼解析
resize是重新雜湊,所以要在現在容量和閾值的基礎上獲取新的容量和閾值,函式首先進行了變數定義 final hashmap.node resize else if newcap oldcap 1 maximum capacity oldcap default initial capacity de...
我的scratchbox不能用了。
see scratchbox doc for documentation.inconsistency detected by ld.so rtld.c 1192 dl main assertion void ph p vaddr rtld local.dl sysinfo dso failed in...
誰占用了我的Buffer Pool
1.buffer pool的記憶體主要是由那個資料庫佔了?select count 8 as cached pages kb,case database id when 32767 then resourcedb else db name database id endas database nam...