摘要:
一、下载Memercached For Windows 二、安装步骤 1、解压到指定目录,如:C:\Memcached\memcached-win32-1.4.4-14(在本机[64位操作系统]装过win64-1.4.4版本,安装成功,也能看到命令和状态,但无法存取,32位的没问题,可能和自己引用的 阅读全文
摘要:
1.分页查询select * from (select rownum no, e.* from (select * from emp order by sal desc) e where rownum<=5 ) where no>=3select * from (select rownum no,e.* from (select * from emp order by sal desc) e) where no>=3 and no<=52.存储过程a.范例一create or replace procedure bp_sp_product_insert( v_produ 阅读全文