老窝的被攻击死亡——也就是被攻击的时候,老窝图片切换,使用到精灵渲染组件 1 public class Heart : MonoBehaviour { 2 private SpriteRenderer spriteRender; //持有精灵渲染器 3 public Sprite Borken; 4 ...
分类:
其他好文 时间:
2020-07-03 12:21:36
阅读次数:
46
Springboot 版本 2.0.3.RELEASE github : https://github.com/szjomin/SpringBootZookeeperConfig 一、java pom 文件 - properties <spring-cloud.version>Finchley.RE ...
分类:
编程语言 时间:
2020-07-03 10:48:05
阅读次数:
254
spring Security下,X-Frame-Options默认为DENY,非Spring Security环境下,X-Frame-Options的默认大多也是DENY: DENY:浏览器拒绝当前页面加载任何Frame页面 SAMEORIGIN:frame页面的地址只能为同源域名下的页面 ALL ...
分类:
编程语言 时间:
2020-07-02 19:51:30
阅读次数:
81
#从IP协议安全开始 ##IP数据包 IP协议 IP包在网络层 不保证可靠性 数据包可能重复、丢失,是无连接协议 首先要看TCP/IP协议,涉及到四层:链路层,网络层,传输层,应用层。 其中以太网(Ethernet)的数据帧在链路层 Frame是链路层的基本单元,包含链路层的头部信息(mac地址)和 ...
分类:
其他好文 时间:
2020-07-02 14:56:05
阅读次数:
91
Spring Boot has taken Spring framework to the next level. It has drastically reduced the configuration and setup time required for spring projects. Sp ...
分类:
数据库 时间:
2020-07-01 18:40:39
阅读次数:
64
###1.让LCD显示满屏红色 我们想要在LCD上显示出数据,所需步骤如下: a. 初始化LCD b. 使能LCD c. 获取LCD参数: fb_base, xres, yres, bpp d. 往framebuffer中写数据所需步骤如下: 1.初始化LCD工作我们在前面一节框架准备和LCD初始化 ...
分类:
其他好文 时间:
2020-07-01 15:58:10
阅读次数:
56
定义一个 SqlIntercepor 类 import com.culturalCenter.placeManage.globalConfig.Interface.InterceptAnnotation; import org.apache.ibatis.executor.statement.Sta ...
分类:
数据库 时间:
2020-07-01 12:25:57
阅读次数:
153
1、pom文件添加: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> <optional>tru ...
分类:
编程语言 时间:
2020-06-30 23:01:10
阅读次数:
107
selenium处理iframe - 如果定位的标签存在于iframe标签之中,则必须使用switch_to.frame(id) - 动作链(拖动):from selenium.webdriver import ActionChains - 实例化一个动作链对象:action = ActionCha ...
分类:
其他好文 时间:
2020-06-30 20:46:57
阅读次数:
64
Oracle: 存储数据, 使用SQL操作数据库 Java 程序作为客户端, 发送sql, 操作数据库: jdbc Redis: key/value 内存式数据库, 存储数据, redis: 存储热点数据 Java程序作为客户端, jedis 使用Spring-data-redis+jedis操作r ...
分类:
编程语言 时间:
2020-06-30 20:14:34
阅读次数:
77