上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 55 下一页
摘要: 1、语法结构-固定格式语法、 语法的高级玩法 2、数据类型-固定格式语法、数据存储、数据的算法、转换 3、知识点 比如cookie session 4、使用规范jwt 的规范 阅读全文
posted @ 2020-04-04 05:57 反骨少年 阅读(119) 评论(0) 推荐(0)
摘要: 一、移动端弹框滚动条问题 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 反骨少年 阅读(484) 评论(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 反骨少年 阅读(516) 评论(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 反骨少年 阅读(779) 评论(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 反骨少年 阅读(1849) 评论(0) 推荐(0)
摘要: 一、小程序的逻辑 手册 使用App()来注册一个小程序,必须在app.js中注册,且不能注册多个 App({//如下为小程序的生命周期 onLaunch: function() { },//监听初始化 onShow: function() { },//监听显示(进入前台) onHide: funct 阅读全文
posted @ 2020-03-23 22:02 反骨少年 阅读(206) 评论(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 反骨少年 阅读(464) 评论(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 反骨少年 阅读(416) 评论(0) 推荐(0)
摘要: 一、 阅读全文
posted @ 2020-03-17 16:47 反骨少年 阅读(271) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 55 下一页