码迷,mamicode.com
首页 >  
搜索关键字:version 51    ( 21237个结果
Qt-透明窗体之异型窗体
.pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG += c++11 6 7 # The following define makes your compiler emit warn ...
分类:Windows程序   时间:2020-12-22 12:27:01    阅读次数:0
如何将封装好的组件发布到npm上
通常我们在做项目的时候都会用到大佬们发布到npm上的组件,简单的命令下载即可使用今天我们向大佬学习,走一波大佬的路 简单的目录结构 1.下载相关依赖 通过 npm init 命令,创建package文件 { "name": "vue-component-button", "version": "0. ...
分类:其他好文   时间:2020-12-22 12:21:22    阅读次数:0
Linux-日志管理
Linux-日志管理 日志的AAA认证: Authentication 认证 Authorization 授权 Account Audit 审计 dmesg 查看与系统启动有关的日志 [root@localhost ~]# dmesg [ 0.000000] Linux version 4.18.0 ...
分类:系统相关   时间:2020-12-22 11:56:40    阅读次数:0
总结:mybatis自动映射生成代码
一、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
MySQL 1064 You have an error in your SQL syntax 错误解决办法
一、报错信息 错误代码: 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
Error while downloading 'http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_2.xsd'
打开以前的项目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
linux开箱必备操作
1.查看系统信息 lsb_release -a #cat /proc/version No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.7 LTS Release: 16.04 Codenam ...
分类:系统相关   时间:2020-12-19 12:51:55    阅读次数:5
Maven仓库依赖
<dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <!--serv ...
分类:其他好文   时间:2020-12-19 12:48:33    阅读次数:1
21237条   上一页 1 ... 52 53 54 55 56 ... 2124 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!