励志整理所有的n次考试的博客:

  1. 【五一qbxt】test1
  2. 【五一qbxt】test2
  3. 【校内test】桶哥的问题
  4. 【6.10校内test】 noip模拟
  5. 6.12校内test
    1. 【6.12校内test】T1单词序列
    2. 【6.12校内test】T2 子集
    3. 【6.12校内test】T3 城市交通费
  6. 6.18校内test(最近考试可是真勤)题目均来源于luogu
    1. 【6.18校内test】T1多项式输出(luogu p1067)
    2. 【6.18校内test】T2分数线划定(luogu p1068)
    3. 【6.18校内test】T3细胞分裂(luogu p1069)
    4. 其实还有一道题,但是并没有考(某年普及组的说)
  7. 【6.20校内test】
  8. 【6.24校内test】
    1. 【6.24校内test】T1 江城唱晚
    2. 【6.24校内test】T2 不老梦
    3. 【6.24校内test】T3 棠梨煎雪
  9. 【6.28校内test】
    1. 【6.28校内test】T1 Jelly的难题1
    2. 【6.28校内test】T2 【音乐会】二重变革
    3. 【6.28校内test】T3 【音乐会】道路千万条
  10. 【7.4校内test】(考了但是没写整理博,只有T3,记得是某年普及组)
    1. 【洛谷p1058】立体图(已完结)
  11. 【7.9校内test】
    1. 【7.9校内test】T1挖地雷
    2. 【7.9校内test】T2 极值问题
    3. 【7.9校内test】T3 15数码
  12. 【7.10校内test】
    1. gugugu
    2. 【7.10校内test】T2不等数列
    3. gugugu
  13. 已经不知道gugu了多少

MY TESTS的更多相关文章

  1. Django基础,Day6 - 单元测试tests

    在django项目app目录下,有个tests.py,我们通常可以直接在这文件中写我们的单元测试代码. test for a model 根据前面章节的操作步骤下来,在Question Model中有 ...

  2. XUnit - Shared Context between Tests

    原文 单元测试类通常都会有share setup和cleanup的相关代码.xUnit.net根据共享的范围提供了几种share setup和cleanup的方法. Constructor and D ...

  3. 使用命令行工具运行Xcode 7 UI Tests

    原文:Run Xcode 7 UI Tests from the command line 苹果在Xcode 7中引入了一项新技术UI Tests,允许开发者使用Swift或Objective C代码 ...

  4. Junit很少出现的一个问题 No tests found matching ...

    java.lang.Exception: No tests found matching [{ExactMatcher:fDisplayName=test2], {ExactMatcher:fDisp ...

  5. MOOCULUS微积分-2: 数列与级数学习笔记 3. Convergence tests

    此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授. PDF格式教材下载 ...

  6. Django~automated tests

    def xx(): 冒号下一行要缩进 ATD http://blog.csdn.net/doupei2006/article/details/7657547 http://www.jb51.net/a ...

  7. iOS9 UI Tests探索笔记

    UI Tests是什么? UI Tests是一个自动测试UI与交互的Testing组件 UI Tests有什么用? 它可以通过编写代码.或者是记录开发者的操作过程并代码化,来实现自动点击某个按钮.视图 ...

  8. Unit Tests

    The Three Laws of TDD First Law : you may not write production code until you have written a failing ...

  9. 转:VS2010调试NUnit测试项目 (Running or debugging NUnit tests from Visual Studio without any extensions)

    If you write unit tests and use NUnit test framework this may be helpful. I decided to write this si ...

  10. Jmeter-Maven-Plugin高级应用:Selecting Tests To Run

    地址:https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/wiki/Advanced-Configuration Selecting ...

随机推荐

  1. python测试网站访问速度

    # -*- coding: utf-8 -*- # @Author : Felix Wang # @time : 2018/8/13 22:13 # pip3 install pycurl impor ...

  2. canvas风景时钟

    <!doctype html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  3. go之流程控制

    一.与用户交互 var name string fmt.Scanln(&name) # 一定得传指针,因为我要修改的是name的值 fmt.Println(name) 二.if判断 1.if ...

  4. JavaScript如何比较两个数组的内容是否相同

    今天意外地发现JavaScript是不能用==或===操作符直接比较两个数组是否相等的. alert([]==[]); // false alert([]===[]); // false 以上两句代码 ...

  5. Codeforces Round #567 (Div. 2) E2 A Story of One Country (Hard)

    https://codeforces.com/contest/1181/problem/E2 想到了划分的方法跟题解一样,但是没理清楚复杂度,很难受. 看了题解觉得很有道理,还是自己太菜了. 然后直接 ...

  6. 局域网与internet

    凡是由能彼此通信的设备组成的网络就叫互联网,即使仅有两台机器(计算机.手机等),不论用何种技术使其彼此通信,都叫互联网, 所以,互联网有广域网.城域网及局域网之分. 国际标准的互联网写法是intern ...

  7. python3笔记二十二:正则表达式之函数

    一:学习内容 re.match函数 re.search函数 re.findall函数 二:re.match函数 需要导入包:import re 1.格式:match(pattern,string,fl ...

  8. [论文理解] An Analysis of Scale Invariance in Object Detection – SNIP

    An Analysis of Scale Invariance in Object Detection – SNIP 简介 小目标问题一直是目标检测领域一个比较难解决的问题,因为小目标提供的信息比较少 ...

  9. linux读xml文件问题

    由于从配置文件中读取到的路径名的最后多了个0x0A,害我折腾了半天. 提示也很奇葩: I/O warning : failed to load external entity 关键是从这个提示看不出是 ...

  10. MVC和MVP区别

    从这幅图可以看到,我们可以看到在MVC里,View是可以直接访问Model的!从而,View里会包含Model信息,不可避免的还要包括一些业务逻辑. 在MVC模型里,更关注的Model的不变,而同时有 ...