码迷,mamicode.com
首页 >  
搜索关键字:osi    ( 6537个结果
springboot 整合 listener
一:用idea 创建 springboot 项目: 详情请参考:《使用IDEA创建一个springboot项目》 二:具体代码内容: 1:sringboot 整合 listener 方式一: 1:查看效果 1:FirstListener 2:ListenerApplication 3: pom.xm ...
分类:编程语言   时间:2021-02-18 13:18:41    阅读次数:0
[Bash] Read and Use JSON in Bash with jq
jq Bash, unfortunately, doesn’t ship with a command that can work with JSON natively. In this lesson, we’ll learn how to read and do basic queries on ...
分类:Web程序   时间:2021-02-15 12:41:34    阅读次数:0
position: relative
相对定位 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style type="text/css"> * { margin: 0; padding: 0; } .box1{ w ...
分类:其他好文   时间:2021-02-15 11:57:41    阅读次数:0
计算机基础之OSI & TCP
#OSI && TCP 学习目标 了解OSI七层模型分层结构 了解TCP/IP协议簇四层模型分层结构 能够说出TCP/IP协议簇中运输层、网络层和数据链路层常见的相关协议 能够说出TCP/IP的三次握手四次断开过程 了解Vmware的三种网络模式 能够使用客户端工具连接虚拟机 掌握主机名、DNS和静 ...
分类:其他好文   时间:2021-02-10 13:06:34    阅读次数:0
【Android】从gitclub下载的源码,运行提示> Failed to apply plugin [id 'com.github.dcendents.android-maven']
Ps:假期想做一个3d球体的相册,在网上搜索源码,定位到一个抽象出来的3dTagCloudAndroid技术。下载到本地,想在手机端运行遇到个报错,记录下。 Ps:开源库地址:https://github.com/misakuo/3dTagCloudAndroid 首先:本地克隆代码,后会自动加载依 ...
分类:移动开发   时间:2021-02-09 12:16:21    阅读次数:0
011 Error:Failed to resolve: com.android.support:recyclerview-v7:28.0.0解决方法
011 Error:Failed to resolve: com.android.support:recyclerview-v7:28.0.0解决方法 参考链接: https://blog.csdn.net/qq874455953/article/details/83025425 在使用Androi ...
分类:移动开发   时间:2021-02-08 11:57:56    阅读次数:0
leetcode-剑指44-OK
// language C with STL(C++) // 剑指44 // https://leetcode-cn.com/problems/shu-zi-xu-lie-zhong-mou-yi-wei-de-shu-zi-lcof/ // 同主站400题 // https://leetcode- ...
分类:其他好文   时间:2021-02-06 11:54:26    阅读次数:0
Vue3 知识
Vue3 使用 Proxy 来监听数据的变化 响应性是 VueJS 的核心,数据必须具有依赖性,可以观察并进行更新以响应任何更改,Vue2 使用 Object.defineProperty 创建 getter 和 setter 来实现响应式。 使用Object.defineProperty有两个主要 ...
分类:其他好文   时间:2021-02-05 10:30:11    阅读次数:0
在用Android StudioBuild项目时,提示:Could not resolve all files for configuration ':classpath'.Could not find com.android.tools.
在用Android StudioBuild项目时,提示:Could not resolve all files for configuration ':classpath'.Could not find com.android.tools. Error:Gradle: A problem occur ...
分类:移动开发   时间:2021-02-03 11:01:45    阅读次数:0
SpringMVC 使用RestFul风格实现简单的文件下载
配置文件 SpringMVC 配置和依赖:https://www.cnblogs.com/pojo/p/14352800.html 文件下载的 Controller 注意:restFul 风格一般会把文件后缀名截取掉, 加上 :.+ 来保留文件后缀名 package com.pro.controll ...
分类:编程语言   时间:2021-02-01 12:53:07    阅读次数:0
6537条   上一页 1 ... 8 9 10 11 12 ... 654 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!