上一页 1 2 3 4 5 6 7 ··· 24 下一页
摘要: 所需材料: IIS,dotnet-hosting-6.0.6-win.exe(通过IIS调用runtime组件,相当于IIS与runtime之间的粘合剂),aspnetcore-runtime-6.0.6-win-x64。 下载地址分别为: https://download.visualstudio 阅读全文
posted @ 2022-06-21 13:49 Shapley 阅读(870) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-06-14 17:21 Shapley 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1.关闭mysql8服务(或者在windows32目录下执行:net stop mysql) 先跳过安全检查(新建命令窗口1): 进入mysql8.0的bin目录,执行以下语句: mysqld --console --skip-grant-tables --shared-memory 报错: 202 阅读全文
posted @ 2022-06-08 10:27 Shapley 阅读(1196) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-05-28 11:22 Shapley 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 安装准备: hadoop3.2.2, flink1.15.0 在成功安装hadoop3.2.2的基础上,采用YARN模式安装Flink1.15。 1.在/etc/profile文件中追加配置: export HADOOP_CONF_DIR=$HADOOP_HOME/etc/hadoop 2.修改ha 阅读全文
posted @ 2022-05-23 19:50 Shapley 阅读(1464) 评论(0) 推荐(0) 编辑
摘要: 在chrome开发者工具种的网络tab页面查看页面跳转前的请求记录,方法如下: 勾选:Preserve log,中文版为:保留日志,即可查看页面跳转前的请求记录: 参考:https://blog.csdn.net/David_bdqn/article/details/122627312 阅读全文
posted @ 2022-05-16 09:26 Shapley 阅读(2789) 评论(0) 推荐(0) 编辑
摘要: 1.获取数据方法: let that =this; wx.request({ url: baseUrl + "/processRecord/sectionlist", data: { openid: '', uuid: '' }, method: 'Get', header: { //'conten 阅读全文
posted @ 2022-05-05 10:59 Shapley 阅读(1500) 评论(0) 推荐(0) 编辑
摘要: 1.准备工作: 申请微信公众号,准备好微信开发者工具及后端开发工具。 2.微信公众号测试号配置流程: 接口配置为一个公网可以访问的地址,用来接收微信服务器的验证请求,请求内容为: 开发者通过检验signature对请求进行校验(下面有校验方式)。若确认此次GET请求来自微信服务器,请原样返回echo 阅读全文
posted @ 2022-05-05 10:58 Shapley 阅读(9451) 评论(0) 推荐(0) 编辑
摘要: 一:导航 导航分两种做法: 做法1: 使用系统自带导航,只需要在app.json文件中定义tabBar,并设置"custom": false,这样即使你在系统根目录下添加了custom-tab-bar组件,那么系统还会按照app.json中设置的方式,这种设置比较简单,不需要在项目的根目录添加cus 阅读全文
posted @ 2022-05-05 10:57 Shapley 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 1tab-bar tabbar里面定义方式为: "pages":[ "pages/state/state" ], "tabBar": { "custom": true, "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "b 阅读全文
posted @ 2022-05-05 10:57 Shapley 阅读(84) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 24 下一页