# com.ayu.zxjy **Repository Path**: ayu-elephant/com.ayu.zxjy ## Basic Information - **Project Name**: com.ayu.zxjy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-15 - **Last Updated**: 2024-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 1、babel可以把es6的代码转换成es5的代码,前端debug实在代码前面写一个debugger ### 2、vscode提交前端 到gitee 要从终端直接输命令 ```shell PS E:\learnproject\qdcs\vue-admin-template-master> git remote add origin https://gitee.com/ayu-elephant/zxjyfront.git PS E:\learnproject\qdcs\vue-admin-template-master> git push -u origin master ``` ### 3、alt+shift+f vscode 自带的格式化代码 ### 4、重启windows版本的ngnix(版本是1.12.0) ```shell #在对应文件夹下面 ngnix -s stop; ngnix.exe ``` ### 5、富文本编辑器 ``` 字段选用的是 text 图片会被base64编码然后存到数据库 ``` ### 6、@cacheble 和 @cacheEvict ``` value 和 key 会这样 组成redis 的键 value::key allEntries 写true 或 false 现在没看到什么区别 ``` ### 7、vscode显示终端快捷键 ``` ctrl+`(esc下面那个点点) ``` ### 8、v-html标签 可以把数据库的值比如

2222

翻译过来 ### 9、a标签有一个target标签 target="_blank" 可以在新的标签页跳转