码迷,mamicode.com
首页 >  
搜索关键字:per    ( 2089个结果
水题Eating Soup
A. Eating Souptime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output The three friends, Kuro, Shiro, an ...
分类:其他好文   时间:2020-01-21 23:39:58    阅读次数:90
Django中的分页器以及手绘验证码
一、分页器 1、分页器的好处 通过分页管理多条数据,可以美化界面并能提高查询效率 2、一般方式进行分页 def get_students(request): page = int(request.GET.get("page", 1)) # 获取页码 per_page = int(request.GE ...
分类:其他好文   时间:2020-01-21 00:47:37    阅读次数:55
小程序-循环修改状态
wxml 代码如下 <view class="storebox"> <view class="per_box"> <text class="per_title">产品系列:</text> <view class='select-box'> <picker class='picker' bindcha ...
分类:微信   时间:2020-01-19 12:57:56    阅读次数:164
解决 confluence 和 jira 数据包问题
出现问题:默认的最大允许数据包太小,警告InnoDB日志文件太小,发生报警信息解决方法:1.修改数据库配置:vim/etc/my.cnf在[mysqld]下面加入:innodb_log_file_size=2Ginnodb_file_per_table=ONmax_allowed_packet=512M注意:这里面设置的大小值是有一定比例的,不可以自己随意设置数值,可参考官方文档或安装教程来设置,
分类:其他好文   时间:2020-01-17 22:46:53    阅读次数:103
Docker在进程管理
摘要: Docker在进程管理上有一些特殊之处,如果不注意这些细节中的魔鬼就会带来一些隐患。另外Docker鼓励“一个容器一个进程(one process per container)”的方式。这种方式非常适合以单进程为主的微服务架构的应用。然而由于一些传统的应用是由若干紧耦合的多个进程构成的,这些 ...
分类:系统相关   时间:2020-01-17 19:01:13    阅读次数:99
Codeforces 672D
D. Robin Hood time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output We all know the impressive ...
分类:其他好文   时间:2020-01-17 00:09:00    阅读次数:89
Codeforces 672C
C. Recycling Bottles time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output It was recycling da ...
分类:其他好文   时间:2020-01-16 18:56:42    阅读次数:72
[codeforces1284D]New Year and Conference 离散化+multiset【或排序+线段树】
【题目】:题目链接 time limit per test 2 seconds memory limit per test 1024 megabytes input standard input output standard output Filled with optimism, Hyunuk ...
分类:编程语言   时间:2020-01-15 13:57:05    阅读次数:77
Deferred shading rendering path翻译
Overview 概述 When using deferred shading, there is no limit on the number of lights that can affect a GameObject. All lights are evaluated per-pixel, w ...
分类:其他好文   时间:2020-01-14 09:20:52    阅读次数:122
ab(http)与abs(https)压测工具
ab(http)与abs(https)压测工具 来源 https://www.cnblogs.com/weizhxa/p/8427708.html 在学习ab工具之前,我们需了解几个关于压力测试的概念 吞吐率(Requests per second)概念:服务器并发处理能力的量化描述,单位是reqs ...
分类:Web程序   时间:2020-01-13 11:17:18    阅读次数:953
2089条   上一页 1 ... 18 19 20 21 22 ... 209 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!