$m=M('表名');前提条件什么
$m=M('goods_type');var_dump($m);
蜃景 2018-04-26 11:10:35 0 1 1284
编写能打印m*n的字符矩阵和m*m的正方形字符图案函数
编写能打印m*n的字符矩阵和m*m的正方形字符图案函数。def print_rectangle(row: int = 5, column: int = 5, char: str = '*') -> None: &nb
2020-04-29 15:05:05 0 0 1167
git 同步命令 如 git commit -m 'add index.php'和 git commit -m 'index.php' 有什么不同,引号里面只写文件名就可以了是吗
月徘徊 2019-03-26 15:30:36 0 0 1374
thinkphp M数据库无法切换
3.1版本的tp,代码中需要临时切换一个数据库$a=M('admin_user')->select();$b=M_O("compony")->select();$c=M('xx','cc_','mysql://root:root@111.111.111.111/db')->select;M_O方法就是return 一个类似...
ringa_lee 2017-05-16 12:58:13 0 1 402