简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
如果你可以建一个网站,你就可以建一个桌面应用程序。 Electron 是一个使用 JavaScript, HTML 和 CSS 等 Web 技术创建原生程序的框架,它负责比较难搞的部分,你只需把精力放在你的应用的核心上即可。官网地址注:vue的新老项目都可打包成electron桌面软件,我这里是新建的新项目1.搭环境//安装淘宝镜像npm install -g cnpm --registry=ht
4.本地将公钥(~/.ssh/id_rsa_vue_deploy.pub)添加到服务器的授权密钥中。2.在/etc/nginx/conf.d目录下,新增nginx配置文件。10.在gitlab上查看runner和流水线。四、GitLab Runner安装与注册。5.输入您获得的令牌以注册Runner。2.安装GitLab Runner。4.输入您的GitLab实例URL。6.设置CI/CD变量–值
A(小程序)跳转B(小程序),B(接收参数)//A小程序uni.navigateToMiniProgram({appId: 'wx936466fce7552222',//B的appidextraData: {//携带参数token:token,ocid:ocid},success(res) {// 打开成功}})B小程序编译配置:B小程序 :App.vue页面(取值)onLaunch: funct
html:<transition name="slideFade"><divv-if="isshow" transiton="slideFade"></div></transition>css:.slideFade-enter {animation: slideFade-dialog-fade-in 0.5s ease;}.slideFade-lea
4.本地将公钥(~/.ssh/id_rsa_vue_deploy.pub)添加到服务器的授权密钥中。2.在/etc/nginx/conf.d目录下,新增nginx配置文件。10.在gitlab上查看runner和流水线。四、GitLab Runner安装与注册。5.输入您获得的令牌以注册Runner。2.安装GitLab Runner。4.输入您的GitLab实例URL。6.设置CI/CD变量–值
1.npm安装插件:npm install babel-plugin-transform-remove-console --save-dev2.根目录:babel.config.jsconst plugins = []if (process.env.NODE_ENV != 'development') {plugins.push('transform-remove-console')}module
实现map组件,绘制围栏switch2Change(e) { // 开启围栏if (e.target.value) {let param = {ocid: this.$store.state.ocid,odid: this.$store.state.odid,token: this.$store.state.token,};let opts = "/biubiubiu/zmybiu";//这里填自