摘要:
<?php namespace app\models; use Yii; class User extends \yii\db\ActiveRecord implements \yii\web\IdentityInterface { public $auth_key='sun'; public $a 阅读全文
摘要:
当用数据库登录系统报如下错误时 PHP Recoverable Error – yii\base\ErrorException Argument 1 passed to yii\web\User::login() must be an instance of yii\web\IdentityInte 阅读全文
摘要:
select gr,num,dt,(select bys from test where gr=b.gr and dt=b.dt) bysfrom ( select gr,count(0) num,max(dt) dt from test group by gr) b//如果有重复项,可用如下语句(... 阅读全文
摘要:
步骤如下1.直接在SQL命令中写入JAVA代码(用SYS帐号执行,不然权限等太麻烦)create or replace and resolve java source named udpasimport java.net.DatagramPacket;import java.net.Datagram... 阅读全文