title: NEU_Train_Camp_2020_基础数据结构 date: 2020-07-13 21:13:03 tags: c++ categories: New cover: 基础数据结构 A - Web Navigation POJ-1028 #include <string> #inc ...
分类:
其他好文 时间:
2020-07-24 09:31:06
阅读次数:
74
1. TabLayout 设置 指示条 颜色、高度,字体颜色大小等 <android.support.design.widget.TabLayout android:id="@+id/tab_layout" android:layout_width="wrap_content" android:la ...
分类:
移动开发 时间:
2020-07-23 22:43:50
阅读次数:
86
1. 在AppDelegate.m中添加转屏的代理方法 - (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(nullable U ...
分类:
移动开发 时间:
2020-07-23 15:45:13
阅读次数:
67
1、DAO层接口和实现 在classInfoDao.java里写增删改接口 package com.gychen.dao; import com.gychen.po.ClassInfo; import org.apache.ibatis.annotations.Param; import org.a ...
分类:
其他好文 时间:
2020-07-22 20:44:46
阅读次数:
80
Java线程在运行的生命周期中可能处于表4-1所示的6种不同的状态,在给定的一个时刻,线程只能处于其中的一个状态。 表4-1 Java线程的状态 图4-1 Java线程状态变迁 文章:Java并发编程的艺术4.1.4 ...
分类:
编程语言 时间:
2020-07-22 15:42:48
阅读次数:
70
在阅读 Vue.js 源码的时候遇见的一个问题,本来可以忽略的玩意,但是报错的波浪线,如鲠在喉实在受不了,解决之。 报错说明Type annotations can only be used in TypeScript files.ts(8010) 类型注释只能用于TypeScript文件。ts(8 ...
分类:
Web程序 时间:
2020-07-22 11:35:44
阅读次数:
317
一.导入发送邮件的依赖 <!-- 发送邮件jar包--> <!--spring支持--> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <vers ...
分类:
其他好文 时间:
2020-07-22 01:57:48
阅读次数:
143
propagation_required propagation_supports propagation_mandatory propagation_requires_new propagation_not_supported propagation_never propagation_neste ...
分类:
编程语言 时间:
2020-07-21 22:17:27
阅读次数:
56
一、什么是unittest unittest是Python单元测试框架,类似于JUnit框架。 unittest中有4个重要的概念:test fixture, test case, test suite, test runner Testcase: 一个TestCase的实例就是一个测试用例。什么是 ...
分类:
其他好文 时间:
2020-07-21 13:43:35
阅读次数:
68
Introducing gRPC Support with NGINX 1.13.10 - NGINX https://www.nginx.com/blog/nginx-1-13-10-grpc/ 思考gRPC :为什么是HTTP/2 | 横云断岭的专栏 http://hengyunabc.gith ...
分类:
Web程序 时间:
2020-07-21 01:19:35
阅读次数:
73