上一页 1 ··· 8 9 10 11 12 13 14 下一页
摘要: <template> <div class="hello"> <el-form inline size="small"> <el-form-item label="学校"> <el-select v-model="title" multiple filterable clear placeholde 阅读全文
posted @ 2020-01-19 23:58 热心市民~菜先生 阅读(373) 评论(0) 推荐(0) 编辑
摘要: <!--文件上传组件--> <el-dialog title="上传" :visible.sync="dialogFormVisible2" :before-close="closeFileUploadDialog"> <el-form :model="uploadForm"> <el-form-i 阅读全文
posted @ 2020-01-10 16:44 热心市民~菜先生 阅读(4877) 评论(0) 推荐(0) 编辑
摘要: getSpanArr (data) { console.log(data)//从后台获取的数据 this.spanArr = [] this.spanCodeArr = [] for (var i = 0; i < data.length; i++) { if (i 0) { //如果是第一条记录( 阅读全文
posted @ 2020-01-10 16:35 热心市民~菜先生 阅读(1877) 评论(0) 推荐(0) 编辑
摘要: ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #909; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #909; } ::-moz-placeho 阅读全文
posted @ 2020-01-05 00:03 热心市民~菜先生 阅读(847) 评论(0) 推荐(0) 编辑
摘要: 1.1前端vue组件内写法 this.$axios({ method:"get", url:"/news/index", data:{ product_type:'product' } }).then((res)=>{ //请求成功返回的数据 console.log(res); this.newsL 阅读全文
posted @ 2019-12-27 18:53 热心市民~菜先生 阅读(7622) 评论(0) 推荐(0) 编辑
摘要: 在page页面中定义的生命周期方法 onLoad 生命周期函数--监听页面加载 onReady 生命周期函数--监听页面初次渲染完成 onShow 生命周期函数--监听页面显示 onHide 生命周期函数--监听页面隐藏 onUnload 生命周期函数--监听页面卸载 Page({ /** * 页面 阅读全文
posted @ 2019-12-17 21:32 热心市民~菜先生 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 父组件 <template> <div class="login"> <div class="main clearfix"> <div style="width:100%;height:60px;border:0px solid rosybrown"> <Search :reuqestData="r 阅读全文
posted @ 2019-12-17 21:22 热心市民~菜先生 阅读(284) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <script type="text/javascript"> var arrs=[120,248,80,100,90,18] function sortNumbe 阅读全文
posted @ 2019-12-17 21:05 热心市民~菜先生 阅读(250) 评论(0) 推荐(0) 编辑
摘要: pip3 install -r requirements.txt -i https://pypi.douban.com/simple/pip3 install xadmin==0.6.1 --default-timeout=1000 -i https://pypi.douban.com/simple 阅读全文
posted @ 2019-12-15 00:27 热心市民~菜先生 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 启动 直接点击 Nginx目录下的nginx.exe 或者 cmd运行start nginx 关闭 nginx -s stop 或者 nginx -s quit stop表示立即停止nginx,不保存相关信息 quit表示正常退出nginx,并保存相关信息 重启(因为改变了配置,需要重启) ngin 阅读全文
posted @ 2019-12-02 23:53 热心市民~菜先生 阅读(7328) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 下一页