
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
一:安装配置git1.下载git,安装.除了这个步骤选择第一个,其他的按照默认下一步。2.配置环境变量Path(git的bin安装目录)3.配置git桌面右击Git Bash Here 设置用户名和邮箱git config --global user.name "取个用户名"git config --global user.email "邮箱"至此安...
1.到phpStudy官网下载自己开发PHP项目时搭配的Apache和PHP版本的phpStudyhttp://phpstudy.php.cn/2.解压安装3.修改数据库密码,配置数据库数据库初始密码root,改成项目的数据库密码即可。配置数据库文件将我们数据库文件.sql文件放入要还原的文件中,设置数据库的项目数据库名,程序会自动在PHPTutori...
需求:默认升序,悬浮按钮变色,点击按钮下标跟随变化。html<div class="right"@click="change(item,index)"v-for="(item, index) in btnList":key="index">{{item.lable}}<div class="box-icon"><div class="u
1. main中判断用户是否有tokenVue.prototype.checkLogin = function(){const token = uni.getStorageSync('token')if(token === ''){ // 本地没有token表示未登录console.log('未登录返回到登录页')uni.reLaunch({url:'/pages/login/index'})re
第一步:安装:npm install animate.css --save第二步:引入及使用:// main.js中:import animated from 'animate.css' // npm install animate.css --save安装,在引入Vue.use(animated)使用:<div class="animate__animated animate__bounc
1.封装请求可参考我之前的文章2.创建一个文件 api.js 封装具体的请求// 导入封装的请求import request from '@/utils/request.js'// 导出export function reqDataList(id){ // 资讯列表return request({url: 'mv1/list?id=' + id,method: 'get'})}3.vueximpo
export default {onLaunch: function() {console.log('App Launch');// 检查更新//#ifdef APP-PLUSplus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => {var version = wgtinfo.version // 客户端版本号let update
1.在Androidmainfest.xml文件manifest节点下加入<uses-permission android:name="android.permission.INTERNET"/><uses-permission android:name="android.permission.READ_PHONE_STATE"/><uses-permission a
html<view class="top" :style="{'display':(flag===true? 'block':'none')}"><uni-icons class="topc" type="arrowthinup" size="50" @click="top"></uni-icons></view>jsdata...
问题:这样如果图标按钮是设置在pages.json的第一个页面,点击图标按钮是没有效果的。解决方案:修改manifest.json配置文件// app-plus节点下添加"splashscreen" : {"alwaysShowBeforeRender" : true,"waiting" : true,"autoclose" : true,"delay" : 0},完整manifest.json{







