问题 Description //DVDPlayer.java public class DVDPlayer { private static DVDPlayer instance = new DVDPlayer(); public static DVDPlayer getInstance(){ r ...
分类:
其他好文 时间:
2020-06-27 20:21:00
阅读次数:
75
Ubuntu Server系统基础配置 1:更改主机名: 1 ~$ cat /etc/hostname 2 ubuntu-node.example.com View Code 2:配置root远程登录 默认情况下,ubuntu不允许root用戶远程ssh,如果有实际场景需要允许root用戶远程ssh ...
分类:
系统相关 时间:
2020-06-26 20:25:50
阅读次数:
66
A. Donut Shops There are two rival donut shops. The first shop sells donuts at retail: each donut costs a dollars. The second shop sells donuts only i ...
分类:
其他好文 时间:
2020-06-26 18:37:20
阅读次数:
57
设计上有一个这种文字滚动到屏幕外的时候,滚动到边缘进出场需要添加渐变透明度的需求 ,这个以前没有做过于是网上找了找 iOS文字颜色渐变透明 可惜它这个只支持半边的渐变,方向有上下或者左右啊,已经不能满足需求了,它的原理是设置渐变的maskLayer 于是,照猫画虎,写了两个渐变layer当成subL ...
分类:
移动开发 时间:
2020-06-26 12:48:05
阅读次数:
193
图片经过事件 layui js代码 // layer.load(2); table.render({ elem: '#tableFilter', url:"{:url('Ads/index')}", //toolbar: '#toolbarDemo', even: true, //开启隔行背景 id ...
分类:
其他好文 时间:
2020-06-26 10:43:29
阅读次数:
51
SSL的由来 SSL(Secure Socket Layer 安全套接层)是TCP/IP协议中基于HTTP之下TCP之上的一个可选协议层。 起初HTTP在传输数据时使用的是明文,是不安全的。为了解决这个隐患,网景(Netscap)公司推出了SSL。而越来越多的人也开始使用HTTPS(HTTP+SSL ...
分类:
其他好文 时间:
2020-06-25 12:18:14
阅读次数:
115
MVC first appeared at the Web Layer of a Java Web project, it's a thinking. The Layers: web layer: com.truman.web/servlet/controller service layer: co ...
分类:
编程语言 时间:
2020-06-24 19:33:56
阅读次数:
59
3D Hand Shape and Pose from Images in the Wild 一. 论文简介 从单张图像中恢复 2D keypoints + 3D keypoints + mesh + instrinsic(图像坐标系到像素坐标系) + mask,在数据量不充足的情况下进行弱监督。 ...
分类:
其他好文 时间:
2020-06-24 11:50:09
阅读次数:
157
//不起作用 $('#demo').on('click', function() { layer.msg('响应点击事件'); }); //起作用 $(document).on('click', '#demo', function() { layer.msg('响应点击事件'); }); >> .c ...
分类:
其他好文 时间:
2020-06-23 17:27:13
阅读次数:
199
一、总的数据结构 (图1) 二、Radio PHY layer(射频物理层) 1、Preamble、PHDR、PHDR_CRC、CRC都是硬件生成,无需软件参与,需要软件参与PHYPayload部分。 2、CRC校验只出现在上行链路消息中。其中PHDR、PHDR_CRC、CRC都是射频芯片用于校验数 ...
分类:
其他好文 时间:
2020-06-22 19:20:32
阅读次数:
337