10 2015 档案
摘要:如果实现单行文本的溢出显示省略号同学们应该都知道用text-overflow:ellipsis属性来,当然还需要加宽度width属来兼容部分浏览。实现方法:overflow:hidden;text-overflow:ellipsis;white-space:nowrap;效果如图:但是这个属性只支持...
阅读全文
摘要:1 /** 2 * 3 * ━━━━━━神兽出没━━━━━━ 4 * ┏┓ ┏┓ 5 * ┏┛┻━━━┛┻┓ 6 * ┃ ┃ 7 * ┃ ━ ┃ 8 * ┃ ┳┛ ┗┳ ┃ 9 * ┃ ┃10 * ┃ ┻ ...
阅读全文
摘要:一、mysql登录错误mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: YES)'解决办法:破解my...
阅读全文
摘要:1:mysqladmin: connect to server at 'localhost' failed2:3:4:
阅读全文