个人名片:
博主:酒徒ᝰ.个人简介:沉醉在酒中,借着一股酒劲,去拼搏一个未来。本篇励志:程序是我的生命,但我相信爱她甚过爱我的生命。
一、了解谷歌浏览器
1. 简介
Google Chrome是一款由Google公司开发的网页浏览器,该浏览器基于其他开源软件撰写,包括WebKit,目标是提升稳定性、速度和安全性,并创造出简单且有效率的使用者界面。
Google Chrome是由Google开发的一款设计简单、高效的Web浏览工具。
2.优点
npm 启动项目 npm run serve/dev的时候报了个错:再次记录一下
! code ELIFECYCLE npm ERR! errno 1 npm ERR! new@0.1.0 serve: vue-cli-service serve npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the new@0.1.0 serve script. npm ERR! This is probably not a problem wit
like 也就是模糊查询 如:select * from user where user_name '%李%'
locate 判断是否包含某字符串 如:select * from user where locate('李',user_name)>0
position 判断是否包含某字符串 如:select * from user where position('李' in user_name)>0
instr 判断是否包含某字符串 如:select * fro