码迷,mamicode.com
首页 >  
搜索关键字:wang xifengs little    ( 2433个结果
[HDU3085] Nightmare Ⅱ 题解
Problem Description Last night, little erriyue had a horrible nightmare. He dreamed that he and his girl friend were trapped in a big maze separately. ...
分类:Web程序   时间:2019-03-14 19:54:41    阅读次数:216
Python语法基础:列表与元组
列表 一.相关知识 1.列表格式 nameList=["Xiao Deng","Xiao wang"] 比c语言的数组强大的地方在于列表中的元素可以是不同类型的 列表也是用从下标为0开始取值 2.列表的循环遍历 for循环: while循环: 3.列表的相关操作 1).添加元素(append,ext ...
分类:编程语言   时间:2019-03-06 11:56:22    阅读次数:199
制作jenkins镜像--带maven
Jenkins 本身自带了 Java,而不带 Maven,所以重新做一个自带 Maven 的 Jenkins 镜像cat >jenkins-dockerfile/Dockerfile > /etc/sudoers USER jenkinsEOF参照:https://huanqiang.wang/20... ...
分类:其他好文   时间:2019-03-06 01:22:01    阅读次数:647
CodeForces - 13E
Little Petya likes to play a lot. Most of all he likes to play a game «Holes». This is a game for one person with following rules: There are N holes l ...
分类:其他好文   时间:2019-03-05 18:46:47    阅读次数:163
CF453(Div1 简单题解)
A .Little Pony and Expected Maximum pro:给定M,N,表示一个M面的骰子,甩N次,问出现的最大的数的期望。 sol:容斥,f(i)表示最大数<=i的期望,那么最大数=x的期望就是f(x)-f(x-1); B .Little Pony and Harmony Ch ...
分类:其他好文   时间:2019-03-04 21:01:52    阅读次数:238
Codeforces 460D Little Victor and Set(看题解)
Little Victor and Set 其他都很好求, 只有k == 3的时候很难受。。 我们找到第一个不大于l的 t, 答案为 l, 3 * t, (3 * t) ^ l 感觉好像是对的, 感觉又不会证明, 啊, 我好菜啊。 ...
分类:其他好文   时间:2019-03-03 22:32:10    阅读次数:155
CodeForces - 569A.Music
Little Lesha loves listening to music via his smartphone. But the smartphone doesn't have much memory, so Lesha listens to his favorite songs in a wel ...
分类:其他好文   时间:2019-03-03 22:16:21    阅读次数:129
10、JDBC-DBCP
依赖 pom.xml 获取连接,三种方式 1、BasicDataSource 配置文件方式 dbcp.properties 2、PoolingDataSource 3、PoolingDriver 官方文档 http://www.cnblogs.com/wang-meng/p/5463020.html ...
分类:数据库   时间:2019-03-01 12:55:05    阅读次数:158
测试markdown
大标题 =========== 小标题 一级标题 二级标题 三级标题 wang first do 引用自川端康成 ...
分类:其他好文   时间:2019-02-27 01:08:53    阅读次数:158
【异常处理】Java异常如何做异常处理
https://segmentfault.com/q/1010000006653269 https://blog.csdn.net/wang_666_/article/details/80568195 https://4876391520.iteye.com/blog/2300772 ...
分类:编程语言   时间:2019-02-18 10:24:33    阅读次数:141
2433条   上一页 1 ... 28 29 30 31 32 ... 244 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!