码迷,mamicode.com
首页 >  
搜索关键字:you    ( 26666个结果
testng教程之testng.xml的配置和使用,以及参数传递(多线程执行)
testng.xml testng.xml是为了更方便的管理和执行测试用例,同时也可以结合其他工具 You can invoke TestNG in several different ways: 你可以用以下三种方式执行测试 With a testng.xml file 直接run as test ...
分类:编程语言   时间:2020-06-22 18:39:47    阅读次数:160
【leetcode】1464. Maximum Product of Two Elements in an Array
题目如下: Given the array of integers nums, you will choose two different indices i and j of that array. Return the maximum value of (nums[i]-1)*(nums[j]- ...
分类:其他好文   时间:2020-06-22 15:42:18    阅读次数:67
Supervisor进程管理
Supervisor(http://supervisord.org/)C/S架构的进程控制系统,是用Python开发的一个client/server服务,是Linux/Unix系统下的一个进程管理工具,基于linux操作系统的一款服务器管理工具,不支持Windows系统。 用以监控服务器的运行,发现 ...
分类:系统相关   时间:2020-06-22 14:56:57    阅读次数:92
asp.net core2 mvc 基础教程--View 视图
视图(View)用于展示模型(Model)数据。 view 常用的方式有引用母版页或者不引用母版页 @model IEnumerable<myfirstweb.models.Student> //@model声明controller传入的数据类型,传入的是一个可枚举类型 <html> <head> ...
分类:Web程序   时间:2020-06-22 14:44:29    阅读次数:59
Garbage First(G1) 垃圾收集器
G1之前收集器的特点 年轻代和老年代是各自独立且连续的内存块 年轻代收集器使用 eden + S0 + S1 进行复制算法 老年代收集必须扫描整个老年代区域 都是以尽可能的少而快速地执行 GC 为设计原则 G1 是什么 G1 是一种面向服务端的垃圾收集器,应用在多核处理器和大容量内存环境中,在实现高 ...
分类:其他好文   时间:2020-06-22 13:16:35    阅读次数:60
[LeetCode] 950. Reveal Cards In Increasing Order 按递增顺序显示卡牌
In a deck of cards, every card has a unique integer. You can order the deck in any order you want. Initially, all the cards start face down (unreveale ...
分类:其他好文   时间:2020-06-22 13:13:01    阅读次数:57
docker 镜像删除
(我们以删除 php-fpm 这个镜像为例子) 一、查看镜像的 ID [root@localhost ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/redis latest 36304d3b4540 3 weeks ...
分类:其他好文   时间:2020-06-22 10:47:45    阅读次数:52
did you register the component correctly? For recursive components, make sure to provide the "name"
报错截图: 在写一个折叠组件动画,引入该组件时,报了个这样的警告,组件死活引入不到,什么原因呢? import ball from '../components/ball' export default { component: { 'run-ball': ball } }, //使用 <run-b ...
分类:其他好文   时间:2020-06-22 01:22:11    阅读次数:71
长相思 · 长相思 ——晏几道
长相思,长相思,若问相思甚了期, 除非相见时。 长相思,长相思,欲把相思说似谁, 浅情人不知。 Everlasting Longing I yearn for long, I yearn for long. When may I end my yearning song? Until you com ...
分类:其他好文   时间:2020-06-21 23:31:29    阅读次数:70
退役记
拖延了3个月终于退役了 既然退役了还是要按照传统写写感想。 第一次接触OI是19年9月吧,当时对OI一无所知hhhhh,主要是被教练钢哥(gg)在高一第一节信息课一顿安利,然后还发现我确实具有这方面的天赋,于是就去了。然后一步步见证了学OI的人数从70+到20+。。。 其实整个高一上学期就只是学了语 ...
分类:其他好文   时间:2020-06-21 23:10:11    阅读次数:73
26666条   上一页 1 ... 64 65 66 67 68 ... 2667 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!