摘要:
在遇到需要update设置的参数来自从其他表select出的结果时,需要把update和select结合使用,不同数据库支持的形式不一样,在mysql中如下: update A inner join(select id,name from B) c on A.id = c.id set A.name 阅读全文
摘要:
1.在frp目录下新建一个 bat文件(启动frpc.exe要写绝对路径)。 @echo off if "%1" == "h" goto begin mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.cl 阅读全文