11 2021 档案
摘要:目前在用的 sql server 存 boolean型字段时,数据库默认将其转成了 tinyint ,另外还有一些数据库会使用 integer 模拟 true => 1 false => 0 在取出数据进行使用时 如果需要将 1 0 转换成 true false ,进行如下操作: !"0".equa
阅读全文
摘要:this.$message({ message: '注册成功!即将跳转到登录页!',//提示的信息 type:'success', //类型是成功 offset:225, //距离窗口顶部的偏移量,建议不设置 duration:1200, //显示时间, 毫秒。设为 0 则不会自动关闭,建议1200
阅读全文
摘要:问题描述: Port already in use: xxxx 解决办法: win+R 输入 cmd 回车进入控制台 查找端口号对应 PID(我这里是1066端口) netstat -ano | findstr "xxxx" 获取到PID 查找 PID 对应进程(我这里对应是15372) taskl
阅读全文
摘要:C:\Windows\System32\drivers\etc\host 取消host只读 添加到host 127.0.0.1 tonec.com127.0.0.1 www.tonec.com127.0.0.1 registeridm.com127.0.0.1 www.registeridm.com
阅读全文

浙公网安备 33010602011771号