03 2020 档案
摘要:一、Vs 代码如下: <binding protocol="http" bindingInformation=":42201:localhost" /> <binding protocol="http" bindingInformation="192.168.1.53:42201:*" /> 关闭v
阅读全文
摘要:gulp4.0 存在的错误信息 The following tasks did not complete: default,Did you forget to signal async completion? 当gulp为如下代码的时候: // 以下代码会执行在node环境下 const gulp
阅读全文
摘要:一、python代码 代码如下: # 创建一个txt文件,文件名为mytxtfile,并向文件写入msg def text_create(name, msg): desktop_path = "E:\\PyTest\\" # 新创建的txt文件的存放路径 full_path = desktop_pa
阅读全文
摘要:一、小程序的逻辑 手册 使用App()来注册一个小程序,必须在app.js中注册,且不能注册多个 App({//如下为小程序的生命周期 onLaunch: function() { },//监听初始化 onShow: function() { },//监听显示(进入前台) onHide: funct
阅读全文
摘要:一、 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-eq
阅读全文
摘要:一、*的错 nginx.conf 测试分站 worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfi
阅读全文
摘要:15款想恢复下出厂 Apple支持 1、将电脑关机 2、使用option+command+r 长按 3、再按下开机键,会出现一个选择WiFi的界面 4、选择连接WiFi后,出现地球界面 5、一段时间后macOS实用工具界面 6、如果需要抹掉磁盘,选择磁盘工具将电脑磁盘抹除 7、之后返回,选择重新安装
阅读全文
摘要:一、更改 1、插件更改 安装步骤不变,在替换配置那个地方重启jenkins即可,这里我还要根据我的需求自主安装插件。 yum install -y java-1.8.0-openjdk && \ wget -O /etc/yum.repos.d/jenkins.repo https://pkg.je
阅读全文
摘要:一、安装 1、官网 https://jenkins.io/zh/download 点击 2、jenkins部署 1.安装JDK # yum install -y java-1.8.0-openjdk #安装openjdk,jenkins基于java开发 2.安装jenkins sudo wget -
阅读全文
摘要:一、问题 1、场景:上传项目的时候遇到一个错误提醒: fatal: could not read Username for ‘https://github.com’: terminal prompts disabled 解决方案: 在你要上传的那个项目里面点击查看隐藏文件.git 然后打开confi
阅读全文
摘要:1、开发手册 官网文档 1、下载开发工具 2、创建项目 3、项目目录说明 文字说明 ├── pages 小程序页面 │ │── index │ │ ├── index.wxml 模版文件 │ │ ├── index.js 页面逻辑 │ │ ├── index.json 页面配置 │ │ └── in
阅读全文
摘要:1、 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=devic
阅读全文