码迷,mamicode.com
首页 >  
搜索关键字:common prefix    ( 13743个结果
redis6安装 centos系统
Redis6 安装 在centos7.5服务器上按照官方发布的安装方式并不能进行正确的安装,现收集并整理如下安装方式,亲测有效 1.安装依赖 yum install -y cpp binutils glibc glibc-kernheaders glibc-common glibc-devel gc ...
分类:其他好文   时间:2020-11-11 15:42:15    阅读次数:6
layer.open输入字数实时显示
1.表单数据 { field: 'mainSupervision', align: 'center', title: '监督要点', formatter: function (value, row, index) { var html = $.common.sprintf("<input oncli ...
分类:其他好文   时间:2020-11-10 10:38:33    阅读次数:3
index.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" % ...
分类:Web程序   时间:2020-11-08 17:01:10    阅读次数:26
一键部署----mysql5.6.txt
一键部署----mysql5.6.txt!/bin/bashcd/var/runrm-rfyum.pidread-p"请输入mysql源码包的绝对路径"ccd$cyuminstall-yncurses-develautoconfcmaketarxzvfmysql-5.6.26.tar.gzcdmysql-5.6.26/cmake\-DCMAKE_INSTALL_PREFIX=/usr/local/
分类:数据库   时间:2020-11-07 17:30:03    阅读次数:22
安装Docker
Docker官方文档 本机环境:Aliyun ECS CentOS7 一、卸载旧版本 官方文档 删除旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ ...
分类:其他好文   时间:2020-11-07 16:18:01    阅读次数:22
手写springboot starter
1,创建module,pom引入依赖:spring-boot-configuration-processor 2,创建entity,类上加注解:@ConfigurationProperties(prefix="sms"),这样可以读取application.yml文件,把文件的属性映射到class的 ...
分类:编程语言   时间:2020-11-07 15:49:12    阅读次数:18
04.vue获取微博授权URL
1.在Vue页面加载时动态发送请求获取微博授权url 1.1 在 components\common\lab_header.vue 中写oauth动态获取微 博授权URL // 获取微博登录地址 oauth() { // 从后端获取 微博登录地址 oauth_post().then((resp) = ...
分类:Web程序   时间:2020-11-06 02:35:14    阅读次数:23
调用接口
1.使用PostMan测试接口 2.Common中增加HttpHelper类 uttrl写泛型 3.使用返回值创建实体 Dots文件夹 命名-Response 4. 参数化查询 ...
分类:其他好文   时间:2020-11-06 01:59:31    阅读次数:15
自动装配 Bean
所谓自动装配,就是将一个 Bean 注入到其他 Bean 的 Property 中,类似于以下: <bean id = "customer" class = "com.shiyanlou.spring.autowire.common.Customer" autowire = "byName" /> ...
分类:其他好文   时间:2020-11-04 19:21:46    阅读次数:33
Ubuntu系统下Qt使用中文输入法
近几个月一直在搞QML框架下的UI控件,没有更新博客。今天记录下Ubuntu系统下Qt开发工具使用中文输入法的流程。 (题外话,Linux系统下的开发,离线是没法搞的(夸张手法),不联网简直就是事倍功半!) Ubuntu系统下Qt开发平台使用中文输入法的流程,主要包括两个工作:Ubuntu系统安装相 ...
分类:系统相关   时间:2020-11-02 10:20:36    阅读次数:31
13743条   上一页 1 ... 23 24 25 26 27 ... 1375 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!