上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 54 下一页
摘要: 一、移动端弹框滚动条问题 html格式化 移动端 代码如下: <!DOCTYPE html> <html> <head> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1.0, max 阅读全文
posted @ 2020-04-01 10:49 反骨少年 阅读(480) 评论(0) 推荐(0)
摘要: 一、Vs 代码如下: <binding protocol="http" bindingInformation=":42201:localhost" /> <binding protocol="http" bindingInformation="192.168.1.53:42201:*" /> 关闭v 阅读全文
posted @ 2020-03-29 07:43 反骨少年 阅读(505) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-03-26 10:51 反骨少年 阅读(2) 评论(0) 推荐(0)
摘要: gulp4.0 存在的错误信息 The following tasks did not complete: default,Did you forget to signal async completion? 当gulp为如下代码的时候: // 以下代码会执行在node环境下 const gulp 阅读全文
posted @ 2020-03-26 10:41 反骨少年 阅读(764) 评论(0) 推荐(0)
摘要: 一、python代码 代码如下: # 创建一个txt文件,文件名为mytxtfile,并向文件写入msg def text_create(name, msg): desktop_path = "E:\\PyTest\\" # 新创建的txt文件的存放路径 full_path = desktop_pa 阅读全文
posted @ 2020-03-26 03:50 反骨少年 阅读(1839) 评论(0) 推荐(0)
摘要: 一、小程序的逻辑 手册 使用App()来注册一个小程序,必须在app.js中注册,且不能注册多个 App({//如下为小程序的生命周期 onLaunch: function() { },//监听初始化 onShow: function() { },//监听显示(进入前台) onHide: funct 阅读全文
posted @ 2020-03-23 22:02 反骨少年 阅读(200) 评论(0) 推荐(0)
摘要: 一、 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-eq 阅读全文
posted @ 2020-03-21 22:21 反骨少年 阅读(458) 评论(0) 推荐(0)
摘要: 一、*的错 nginx.conf 测试分站 worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfi 阅读全文
posted @ 2020-03-18 03:59 反骨少年 阅读(410) 评论(0) 推荐(0)
摘要: 一、 阅读全文
posted @ 2020-03-17 16:47 反骨少年 阅读(264) 评论(0) 推荐(0)
摘要: 15款想恢复下出厂 Apple支持 1、将电脑关机 2、使用option+command+r 长按 3、再按下开机键,会出现一个选择WiFi的界面 4、选择连接WiFi后,出现地球界面 5、一段时间后macOS实用工具界面 6、如果需要抹掉磁盘,选择磁盘工具将电脑磁盘抹除 7、之后返回,选择重新安装 阅读全文
posted @ 2020-03-16 19:08 反骨少年 阅读(6532) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 54 下一页