上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页
摘要: HTML <form class="layui-form special_form_upload"> <!-- 提示:如果你不想用form,你可以换成div等任何一个普通元素 --> <div class="layui-form-item"> <label class="layui-form-lab 阅读全文
posted @ 2021-10-09 15:01 还有什么值得拥有 阅读(196) 评论(0) 推荐(0) 编辑
摘要: html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" co 阅读全文
posted @ 2021-10-08 11:11 还有什么值得拥有 阅读(79) 评论(0) 推荐(0) 编辑
摘要: observers: { 'show': function (val) { const that = this; that.setData({ showTitlt: val }, () => { if(val){ setTimeout(() => { that.triggerEvent('myeve 阅读全文
posted @ 2021-09-07 15:58 还有什么值得拥有 阅读(82) 评论(0) 推荐(0) 编辑
摘要: nerdtree o 打开文件 焦点离开nerdtree 并跳转到打开的文件内 go 同o 焦点不跳转 t 焦点离开当前nerdtree并在新的tab中打开文件 T 同t 焦点不离开nerdtree i 以横屏的方式打开文件 焦点离开nerdtree gi 同i 焦点不离开 s 以竖屏的方式打开文件 阅读全文
posted @ 2021-09-05 14:14 还有什么值得拥有 阅读(21) 评论(0) 推荐(0) 编辑
摘要: wx.ml <view class="item {{change2?'change_border':''}}"> <label for="">验证码</label> <input type="testmsg" value="{{testmsg}}" data-index="2" bindblur=" 阅读全文
posted @ 2021-08-30 16:16 还有什么值得拥有 阅读(188) 评论(0) 推荐(0) 编辑
摘要: wx.js previewImage(val) { let result=val.currentTarget.dataset.item; const that = this; wx.previewImage({ current: result, // 当前显示图片的http链接 urls: that 阅读全文
posted @ 2021-08-24 10:45 还有什么值得拥有 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 文件处理是任何 Web 应用程序的重要组成部分。 Python 有几个用于创建、读取、更新和删除文件的函数。 #python 文件读取 f = open('demo.txt') print(f) #python 文件打开 #open() 函数返回文件对象, #open() #函数有两个参数:文件名和 阅读全文
posted @ 2021-08-18 21:51 还有什么值得拥有 阅读(46) 评论(0) 推荐(0) 编辑
摘要: app.json中修改 tabBar "tabBar": { "custom": true, "color": "#ABABAB", "selectedColor": "#22C992", "borderStyle": "white", "backgroundColor": "#FAF9F9", " 阅读全文
posted @ 2021-08-18 09:46 还有什么值得拥有 阅读(977) 评论(0) 推荐(0) 编辑
摘要: python入门 if else 循环语句 View Code while 循环语句 View Code and 操作符 等同于 JS && View Code random模块 randint() 函数 ,返回一个随机整数 用法 View Code Python 定义了一些标准类型,用于存储各种类 阅读全文
posted @ 2021-08-14 00:54 还有什么值得拥有 阅读(15) 评论(0) 推荐(0) 编辑
摘要: try 块允许您测试代码块以查找错误。 except 块允许您处理错误。 finally 块允许您执行代码,无论 try 和 except 块的结果如何。 异常处理 当我们调用 Python 并发生错误或异常时,通常会停止并生成错误消息。 可以使用 try 语句处理这些异常: 由于 try 块引发错 阅读全文
posted @ 2021-08-13 17:06 还有什么值得拥有 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页