码迷,mamicode.com
首页 >  
搜索关键字:OSI    ( 6537个结果
Nacos注册中心入门
创建两个工程,一个是nacos-provider, 另一个是naocos-consumer; 添加nacos-provider的依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starte ...
分类:其他好文   时间:2020-05-03 14:36:21    阅读次数:61
springboot repository,plugin插件配置阿里云
``` alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ alimaven spring plugin alimaven spring plugin https://maven.aliyun.com/... ...
分类:编程语言   时间:2020-05-02 09:33:00    阅读次数:114
PyQt5 无边框窗口重新定义鼠标事件
PyQt5 无边框窗口重新定义鼠标事件 #! /usr/bin/env python # -*- coding:utf-8 -*- import sys from PyQt5.QtWidgets import QApplication, QWidget from PyQt5.QtCore impor ...
分类:其他好文   时间:2020-05-02 09:17:03    阅读次数:56
Sometimes you just need a straight SWITCH
I used to sovle questions by spilt it into very basic parts. But sometimes it is hard to rebuild the "wheel" or just not convenient to do so. Not only ...
分类:其他好文   时间:2020-05-01 16:37:11    阅读次数:63
git手顺
国内镜像下载地址: https://github.com/waylau/git-for-win 设置用户名 git config --global user.name 设置邮箱 git config --global user.email 查询用户名和邮箱 git config user.name, ...
分类:其他好文   时间:2020-05-01 14:37:20    阅读次数:81
Building Container Images
文章源自Katacoda Docker Playground的学习 Step 1 - Base Images 1 # Creating a Dockerfile 2 $ vim Dockerfile 3 FROM nginx:1.11-alpine Step 2 - Running Commands ...
分类:其他好文   时间:2020-05-01 01:34:11    阅读次数:202
Python基础语法 第6节课(函数的定义、函数的参数)
函数 1.什么是函数 当我输入一定数据以后,能根据里面的执行步骤,算出另一些数据的值(return值) 2,在python中函数怎么定义 def function(x,y,z): # 文档字符串 告诉别人这个函数时干什么用的,能够实现什么功能 代码块(函数体) return 返回值 def add( ...
分类:编程语言   时间:2020-05-01 01:00:26    阅读次数:72
add a bottom texture to wechat publicise
<section class="" style="padding: 10px; background-size: auto; background-image: url(http://mmbiz.qpic.cn/mmbiz/yqVAqoZvDibG84oQ3rQ0C1bdcgrh9SZUj1NJvl ...
分类:其他好文   时间:2020-04-30 17:10:45    阅读次数:60
Adversarial Faces
Photo by "); background-size: 1px 1px; background-position: 0px calc(1em + 1px);">Pavel Anoshin on "); background-size: 1px 1px; background-position: ... ...
分类:其他好文   时间:2020-04-30 11:47:20    阅读次数:70
css按钮定位在div底部
如图,黄色按钮沉在div底部: 这种场景会经常遇到,比如头部固定,底部固定,或者侧边栏固定等,虽然很简单,但是好记性不如烂笔头,作为一个后端开发,在转全栈的路上css还是有点蛋疼的。 #dataExplain { position: fixed; background-color: white; } ...
分类:Web程序   时间:2020-04-30 11:14:49    阅读次数:770
6537条   上一页 1 ... 49 50 51 52 53 ... 654 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!