📄 user.php
字号:
<?php// Try doing a union of two searches.. //// (SELECT .. FROM all_files ...) UNION (SELECT .. FROM all_history)// except.. // how would I keep the entries of "hidden"/"deleted" files out of the list when selecting from all_history?//defined('WikyBlog') or die("Not an entry point...");class searchUser extends query{ function searchUser(){ } }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -