洁净飞鸟

文章
6
资源
1
加入时间
3年0月8天

vue3新特性以及面试总结

接着上一版,总结一下vue3的使用方法1,vue3生命周期1.vue2:beforeCreate,created,beforeMount,mounted,beforeUpdate,updated,beforeDestroy,destroyed2.vue3:setup(),onBforeMount, onMounted, onBforeUpdate, onUpdated, onBforeUnmount, onUnmounted3.vue3的setup()相当于vue2的beforeCreate,c

Grails 执行原始SQL语句配置 之二

之前转的Grails执行基本的SQL语句需要配置很多东西,其实没必要配置这么多的,少废话直接说怎么配置前提:查看你的Grails工程中是否存在这样一个文件(绝对的存在)工程名/grails-app/conf/DataSource.groovy查看其中的内容我们总会发现包含这样的代码:    dataSource {      dbCreate = "update"      url = "jdbc:oracle:thin:@192.168.0.28:1521:orc