240 发简信
IP属地:重庆
  • mysql 基本操作

    1.表复制 2.常用函数 3.修改数据库编码 注意:==在MySQL中所有的UTF-8编码都不能使用中间的“-”,即UTF-8要书写为UTF8。...

  • 正则表达式

    测试: https://regex101.com/[https://regex101.com/] 限定符 *匹配前面的子表达式零次或多次。例如,...

  • net use命令

    1.建立空连接 net use //IP/ipc$ ""/user:"" 2.建立非空连接 net use //IP/ipc$ "密码"/use...

  • shutdown命令

    1.取消关机 shutdown-a 2.关机 shutdown-s 3.强行关闭应用程序 shutdown-f 4.控制远程计算机 shutdo...