2017年8月16日

background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' f…3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E);

摘要: svg格式图片,可以通过url解码后 改变fill的值来改变颜色 阅读全文

posted @ 2017-08-16 21:04 丛林摄影狮 阅读(1635) 评论(0) 推荐(0) 编辑

Mysql 插入中文错误:Incorrect string value: '...' for column 'xx' at row 1

摘要: datasource url后面加上useUnicode=true&characterEncoding=utf-8alter table w default character set utf8; alter table w change score score varchar(50) character utf8; 阅读全文

posted @ 2017-08-16 11:11 丛林摄影狮 阅读(180) 评论(0) 推荐(0) 编辑

导航