摘要: 在page页面中定义的生命周期方法 onLoad 生命周期函数--监听页面加载 onReady 生命周期函数--监听页面初次渲染完成 onShow 生命周期函数--监听页面显示 onHide 生命周期函数--监听页面隐藏 onUnload 生命周期函数--监听页面卸载 Page({ /** * 页面 阅读全文
posted @ 2019-12-17 21:32 热心市民~菜先生 阅读(143) 评论(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 热心市民~菜先生 阅读(286) 评论(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 热心市民~菜先生 阅读(253) 评论(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 热心市民~菜先生 阅读(337) 评论(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 热心市民~菜先生 阅读(7360) 评论(0) 推荐(0) 编辑
摘要: 查看权限命令查看目录的相关权限可以采用命令ls -lD,或者直接用ls -la如ls -l wwwt //这里表示查看www目录修改权限命令chmod 777 文件名1.chmod 577 /home/stuser -R2.umask -p 02003.chown XXXX YYYY (XXXX 为 阅读全文
posted @ 2019-09-12 09:54 热心市民~菜先生 阅读(11177) 评论(0) 推荐(0) 编辑
摘要: 1.pip3 install cython 2.test.py为我们需要加密的Python程序 import datetime class Test(): def get_time(self): print(datetime.datetime.now()) def say(self): print( 阅读全文
posted @ 2019-09-11 15:40 热心市民~菜先生 阅读(642) 评论(0) 推荐(0) 编辑
摘要: yum install convmv convmv -f gbk -t utf-8 -r --notest /home/wwwroot 阅读全文
posted @ 2019-08-07 17:32 热心市民~菜先生 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 一、win10专业版产品密钥 NXRQM-CXV6P-PBGVJ-293T4-R3KTY DR9VN-GF3CR-RCWT2-H7TR8-82QGT 步骤:开始--设置--更新和安全--激活--更改产品密钥。 二、win10 1083专业版KMS客户端安装密钥: Windows 10 Profess 阅读全文
posted @ 2019-07-11 14:06 热心市民~菜先生 阅读(160542) 评论(6) 推荐(5) 编辑
摘要: 作者:Victor_Lv_ 来源:CSDN 原文:https://blog.csdn.net/lv_victor/article/details/53148421 阅读全文
posted @ 2019-05-31 14:43 热心市民~菜先生 阅读(940) 评论(0) 推荐(0) 编辑