摘要:
在给nginx配置域名的时候遇到了无法访问的问题。 1. 先是配置了端口号80 2. 然后配置了域名名称www.xxx.com 3. 在腾讯云开启了端口访问:进站规则、出站规则 4. 启动nginx 5. 在浏览器访问:结果访问失败 原因:之前配置了cdn,然后停止了WWW.A类型的域名解析。 解决 阅读全文
摘要:
<template> <view class="bacground-model-one"> <swiper class="swiper-style" current="0" @change="changeItem"> <swiper-item class="swiper-item-style" v- 阅读全文
摘要:
引入依赖 <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.0</version> </dependency> <dependency> 阅读全文
摘要:
<template> <view class="background-modal"> <!-- <view class="content-title-name-status-style"> <view class="bug-content-title"> {{content_name}} </vie 阅读全文
摘要:
首先安装好PHP环境,然后安装上phpmyadmin 先对root账户进行重置密码 复制密码跳转到PHP管理数据库页面 关注我的公众号SpaceObj 领取idea系列激活码 阅读全文
摘要:
<template> <!-- 轮播图 --> <view class="background-style"> <swiper :indicator-dots="indicatorDots" :circular="circular" :indicator-color="indicatorColor" 阅读全文
摘要:
Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath. If you have database settings to be load 阅读全文
摘要:
public class JwtUtils { public static final long EXPIRE = 1000 * 60 * 60 * 24; public static final String APP_SECRET = "ukc8BDbRigUDaY6pZFfWus2jZWLPHO 阅读全文
摘要:
开发安卓原生插件 一、官方文档 1.https://nativesupport.dcloud.net.cn/NativePlugin/course/android 2.下载对应的SDK、工程文件 二、生成uniapp的appkey 1.配置配置好Android studio的环境:SDK、JDK 2 阅读全文
摘要:
开发component中的一个input标签 一、在原来的模块上面创建一个新的类TestComponent 1.新建TestComponent 2.配置json文件 二、uniapp准备工作 1.在uniapp中写一下刚刚创建的输入框 2.打包导出资源 3.资源替换 复制刚刚生成的本地资源文件夹到A 阅读全文