码迷,mamicode.com
首页 >  
搜索关键字:hdu1219 ac me    ( 16537个结果
个人信息页面
<template> <div > <div class="me-message"> <!-- 个人信息 --> <div class="personal-information" style="margin-top:20px"> <b style="margin-left: 30px;margin ...
分类:其他好文   时间:2020-12-11 11:49:47    阅读次数:6
Lyndon分解
模板题:https://loj.ac/p/129 知识点:是while不是if 待填坑 code: #include <iostream> #include <cstdio> #include <cstring> using namespace std; const int MAXN = 2e6 + ...
分类:其他好文   时间:2020-12-07 12:32:21    阅读次数:7
可视化JVM中的内存管理
? Part of "memory-management" series Please follow me on Twitter for updates and let me know if something can be improved in the post. In this multi-p ...
分类:其他好文   时间:2020-12-05 11:10:24    阅读次数:7
SpringMVC的文件上传
SpringMVC的文件上传 1-SpringMVC的请求-文件上传-客户端表单实现(应用) 文件上传客户端表单需要满足: 表单项type=“file” 表单的提交方式是post 表单的enctype属性是多部分表单形式,及enctype=“multipart/form-data” <form ac ...
分类:编程语言   时间:2020-12-04 11:44:42    阅读次数:14
每日一练 -- 英文翻译 ④ 原文链接见文末(英文原文)
How Project Guideline gave me the freedom to run solo 工程指导如何给我自由的运行 ①Editor's Note: At Google Research, we’re interested in exploring how technology c ...
分类:其他好文   时间:2020-12-02 12:30:26    阅读次数:5
AC自动机+矩阵加速--P3502 [POI2010]CHO-Hamsters
problem 给出 \(n\) 个互不包含的字符串,要求你求出一个最短的字符串 \(S\),使得这 \(n\) 个字符串在 \(S\) 中总共至少出现 \(m\) 次,问 \(S\) 最短是多少。 solution 我们首先转化题意: 有 \(n\) 个点,两个点 \(i,j\) 之间的权值为将第 ...
分类:其他好文   时间:2020-12-02 11:59:30    阅读次数:3
数据库查询优化
原SQL语句:(execution: 2 s 28 ms, fetching: 25 ms) explain select pr.cid, case when pr.type = 2 then ac.auto_cancel else ca.auto_cancel end auto_cancel, p ...
分类:数据库   时间:2020-12-01 12:38:30    阅读次数:19
免费送书啦!细数Github大神们的开源书籍!
作者 | 弗拉德 来源 | 弗拉德(公众号:fulade_me) Go 系列 《Mastering GO》 推荐语:本书适用于Golang程序员。您之前应该阅读有关Go的介绍性书籍。本书的内容包括但不限于并发、网络编程、垃圾回收、组合、GO UNIX系统编程、基本数据类型(Array,Slice,M ...
分类:其他好文   时间:2020-12-01 12:08:31    阅读次数:5
activiti--事件监听
一、activiti的监听器分为:全局监听、连线监听、节点监听。 1、节点监听 <userTask id="myTask" name="My Task" > <extensionElements> <activiti:taskListener event="create" class="org.ac ...
分类:其他好文   时间:2020-11-21 12:48:08    阅读次数:33
Scala:输入和输出
1.从控制台输入: 另外还有很多中方法供选择 2.从文件中输入 2.1绝对路径 2.2相对路径:一定要注意i相对路径是相对于整个项目project的路径而不是module 注意最后一定要把Source关闭 2.文件的输出 3.网络的交互 1 package com.me.scala 2 3 impo ...
分类:其他好文   时间:2020-11-21 12:14:30    阅读次数:7
16537条   上一页 1 ... 8 9 10 11 12 ... 1654 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!