通常我们在做项目的时候都会用到大佬们发布到npm上的组件,简单的命令下载即可使用今天我们向大佬学习,走一波大佬的路 简单的目录结构 1.下载相关依赖 通过 npm init 命令,创建package文件 { "name": "vue-component-button", "version": "0. ...
分类:
其他好文 时间:
2020-12-22 12:21:22
阅读次数:
0
1,首先的你的电脑需要配置jdk和maven2,下载激活的程序(下面两个任意选一个进行下载)https://gitee.com/gsls200808/JrebelLicenseServerforJava https://wwa.lanzous.com/iq25bjeqsif 3,解压,并进入文件夹, ...
分类:
其他好文 时间:
2020-12-22 12:00:24
阅读次数:
0
Linux-日志管理 日志的AAA认证: Authentication 认证 Authorization 授权 Account Audit 审计 dmesg 查看与系统启动有关的日志 [root@localhost ~]# dmesg [ 0.000000] Linux version 4.18.0 ...
分类:
系统相关 时间:
2020-12-22 11:56:40
阅读次数:
0
SMTP(Simple Mail Transfer Protocol)即简单邮件传输协议 ,它是一组用于由源地址到目的地址传送邮件的规则,由它来控制信件的中转方式。 https://www.douban.com/note/788222049/?from=author python的smtplib提供 ...
分类:
编程语言 时间:
2020-12-22 11:53:43
阅读次数:
0
一、mybatis-config.xml配置 <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org ...
分类:
其他好文 时间:
2020-12-21 11:44:40
阅读次数:
0
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
移动开发 时间:
2020-12-21 11:33:16
阅读次数:
0
<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" x ...
分类:
移动开发 时间:
2020-12-21 11:31:03
阅读次数:
0
一、报错信息 错误代码: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use nea ...
分类:
数据库 时间:
2020-12-21 11:09:26
阅读次数:
0
ps -aux |grep dbsync ll 查看当前文件 ps -aux |grep dbsync 查看日志 [root@yanbianxian dbsync_danxiang]# ./DbSync_danx_cmd.jar config.ini -bash: ./DbSync_danx_cmd ...
分类:
系统相关 时间:
2020-12-19 13:31:50
阅读次数:
5
打开以前的项目web.xml报错。 解决: <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java. ...
分类:
编程语言 时间:
2020-12-19 13:21:58
阅读次数:
3