@media screen and (min-width: 320px) { html { font-size: 8.5333px !important; } } @media screen and (min-width: 360px) { html { font-size: 9.6px !impo ...
分类:
移动开发 时间:
2020-06-28 20:31:08
阅读次数:
214
Spring 的历史 本文主要去介绍spring 的历史和每个版本发布的不同的功能。 0.9 Spring的第一次出现在2020年的“Expert One-on-One J2EE Design and Developmen”上。 这次带来的有 JavaBeans 配置管理 JDBC抽象层 MVC框架 ...
分类:
编程语言 时间:
2020-06-28 18:33:18
阅读次数:
120
using System;using System.Collections.Generic;using System.ComponentModel.Design;using System.Linq;using System.Text;using System.Threading.Tasks; nam ...
分类:
其他好文 时间:
2020-06-27 19:55:37
阅读次数:
73
位置属性 window.addEventListener('mouseout', (e) => { // e 为鼠标事件 console.log(e); }) 属性 含义 clientX、clientY 鼠标位置距离当前body可视区域的x,y坐标 pageX、pageY 鼠标位置距离当前整个bod ...
分类:
编程语言 时间:
2020-06-27 19:49:16
阅读次数:
60
一:准备工具 adb 驱动 下载链接:http://adbshell.com/upload/adb.zip 安卓手机 打开手机调试模式 usb线接好手机和电脑 PyCharm:专门用于Python开发的IDE工具 实现原理 获取手机的实时的截图 点击起始位置和落地位置 计算两个点的距离 计算按压时间 ...
分类:
编程语言 时间:
2020-06-27 00:20:23
阅读次数:
95
zz from https://superuser.com/questions/246644/can-i-completely-hide-toolbar-in-vmware-workstation#:~:text=VMware%20Workstation%20(Pro)%20for%20Window ...
分类:
系统相关 时间:
2020-06-26 18:06:06
阅读次数:
84
电子设计搜索引擎引入分析和见解 Electronics Design Search Engine Introduces Analytics and Insights 2020年上半年最受欢迎的组件是什么?根据电子设计搜索引擎SnapEDA的说法,是espresif Systems ESP32微控制器 ...
分类:
其他好文 时间:
2020-06-26 14:58:39
阅读次数:
88
名称: 享元模式(Flyweight Pattern) 问题: The flyweight design pattern enables use sharing of objects to support large numbers of fine-grained objects efficient ...
分类:
其他好文 时间:
2020-06-26 14:39:14
阅读次数:
66
设计上有一个这种文字滚动到屏幕外的时候,滚动到边缘进出场需要添加渐变透明度的需求 ,这个以前没有做过于是网上找了找 iOS文字颜色渐变透明 可惜它这个只支持半边的渐变,方向有上下或者左右啊,已经不能满足需求了,它的原理是设置渐变的maskLayer 于是,照猫画虎,写了两个渐变layer当成subL ...
分类:
移动开发 时间:
2020-06-26 12:48:05
阅读次数:
193
7 principles to design the Design Pattern ###单一职责(Single Responsibility Principle) 一个类或者一个方法只负责一项职责 ###接口隔离(interface segregation principle) 建立单一接口,扩展 ...
分类:
其他好文 时间:
2020-06-26 12:29:31
阅读次数:
43