摘要:
wget https://pecl.php.net/get/xdebug-2.6.1.tgz --no-check-certificate TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan 阅读全文
摘要:
建表 CREATE TABLE ts1 (a int, b int, index idx_a_b(a,b desc)); DELIMITER // CREATE PROCEDURE ts_insert() BEGIN DECLARE i INT DEFAULT 1; WHILE i < 800 DO 阅读全文
摘要:
<?php namespace app\index\controller; use think\Controller; class Index extends Controller { public function index() { return '开发中。。'; } public functi 阅读全文