digdeep

凡是过去,皆是序幕。Read the fucking manual and source code.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2020年4月16日

摘要: text-overflow:ellipsis;overflow:hidden; <p v-text="voice.name" style="display:inline-block;width:5rem;text-overflow:ellipsis;overflow:hidden;"></p> 阅读全文
posted @ 2020-04-16 17:34 digdeep 阅读(1499) 评论(0) 推荐(0) 编辑

摘要: 查询 mysql.proc时,发现blob 自动在页面显示的是base64编码的,一看表结构是 blob 自动,需要使用 函数把blob 自动转成字符串类型: SELECT `name`, CONVERT(body USING utf8mb4) AS body, CONVERT(param_list 阅读全文
posted @ 2020-04-16 16:42 digdeep 阅读(11028) 评论(0) 推荐(0) 编辑

摘要: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <meta charset="utf-8" /> <style> b 阅读全文
posted @ 2020-04-16 13:58 digdeep 阅读(497) 评论(0) 推荐(0) 编辑

不懂数据库和Web安全的架构师不是一个好的程序员。