码迷,mamicode.com
首页 > 2018年05月19日 > 全部分享
设计模式-状态模式
设计模式,状态模式,
分类:其他好文   时间:2018-05-19 14:03:49    阅读次数:111
49. Group Anagrams
https://leetcode.com/problems/group-anagrams/description/ ...
分类:其他好文   时间:2018-05-19 14:03:42    阅读次数:111
将 Spring boot 项目打成可执行Jar包,及相关注意事项(main-class、缺少 xsd、重复打包依赖)
将 Spring boot 项目打成可执行Jar包,及相关注意事项(main-class、缺少 xsd、重复打包依赖) ...
分类:编程语言   时间:2018-05-19 14:03:33    阅读次数:240
将 Spring boot 项目打成可执行Jar包,及相关注意事项(main-class、缺少 xsd、重复打包依赖)
将 Spring boot 项目打成可执行Jar包,及相关注意事项(main-class、缺少 xsd、重复打包依赖) ...
分类:编程语言   时间:2018-05-19 14:03:24    阅读次数:195
HDU 1503【LCS】(字符串合并输出)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1503 题目大意: 给两个字符串,组成一个长度尽可能小的字符串,它包含上述两个字符串,且原字符串中的字符在该串中的相对位置不变。 Sample Input apple peach ananas banan ...
分类:其他好文   时间:2018-05-19 14:03:16    阅读次数:151
软工网络15个人作业4
一、个人总结 在alpha 结束之后, 每位同学写一篇个人博客, 总结自己的alpha 过程; 请用自我评价表:http://www.cnblogs.com/xinz/p/3852177.html 有比较才会有进步。 (1) ||||| |: |: |: | | 类别 | 具体技能和面试问题 | 现 ...
分类:其他好文   时间:2018-05-19 14:03:06    阅读次数:150
spring:the source for modern java
Spring Boot Build anything Spring Boot is designed to get you up and running as quickly as possible,with minimal upfront configuration of Spring.Sprin ...
分类:编程语言   时间:2018-05-19 14:03:01    阅读次数:577
1.3.24
question: write a method removeafter() that takes a linked-list node as argument and removes the node following the given one(and does nothing if the ...
分类:其他好文   时间:2018-05-19 14:02:53    阅读次数:124
filebeat + logstash + elasticsearch + granfa
filebeat + logstash + elasticsearch + granfa https://www.cnblogs.com/wenchengxiaopenyou/p/9034213.html 一。背景 前端web服务器为nginx,采用filebeat + logstash + ela ...
分类:其他好文   时间:2018-05-19 14:02:44    阅读次数:437
用JS写,根据用户输入的年月份判断是这年的第几天
console.log("输入年份:"); let year = readline.question() - 0; console.log("输入一个月份"); let month = readline.question() - 0; console.log("输入天数"); let day = r ...
分类:Web程序   时间:2018-05-19 14:02:32    阅读次数:637
Urllib 库的基础和实用(2)
http和https的区别: http:是属于网页一种协议,而https也是网页协议,他们的区别在与版本不同,https是属于安全版本有相关的安全证书所以有些资料是访问不到的 而http就是取反 //模拟get请求 urllib.request.Request("相关路径") //对中文编码进行处理 ...
分类:Web程序   时间:2018-05-19 14:02:26    阅读次数:151
1.3.25
question: write a method insertafter() that takes two linked-list node arguments and inserts the second after the first on its list(and does nothing i ...
分类:其他好文   时间:2018-05-19 14:02:19    阅读次数:152
软工15个人作业4——alpha阶段
一、个人总结 1.在alpha 结束之后, 每位同学写一篇个人博客, 总结自己的alpha 过程; 2.请用自我评价表:http://www.cnblogs.com/xinz/p/3852177.html 有比较才会有进步。 二、回答问题 我们在课程开始之初,曾经要求大家针对软件工程提出问题:个人阅 ...
分类:其他好文   时间:2018-05-19 14:02:11    阅读次数:263
selenium2学习:单元测试框架(5):html测试报告
1.1 html测试报告 1.1.1 下载HTMLTestRunner 下载地址:http://tungwaiyip.info/software/HTMLTestRunner.html 将下载下的HTMLTestRunner.py存放在python安装目录下的lib中,如下图 1.1.2 配置HTM ...
分类:Web程序   时间:2018-05-19 14:02:02    阅读次数:265
函数输入参数类型为枚举时,则限定函数参数的接收范围,非枚举值输入则错误
函数参数 day 为枚举类型week,在使用函数 week_func() 时,参数只接收枚举值 Mon ~ Sun,输入数值1···或枚举值之外的值都是错误的 ...
分类:其他好文   时间:2018-05-19 14:01:55    阅读次数:252
50. Pow(x, n)
https://leetcode.com/problems/powx-n/description/ ...
分类:其他好文   时间:2018-05-19 14:01:48    阅读次数:149
http断点续传原理
这周完成了一个断点续传的功能。 我们的游戏里加载地图的逻辑简化而言是这样: 1.首先用本地的md5文件校验地图文件(很多文件)是否完整。(中间有很多步骤,任何步骤失败都认为地图不完整) 2.如果完整,直接加载地图。 3.如果不完整,需要通过一个http协议请求后台服务器传回完整的地图。 现在要增加一 ...
分类:Web程序   时间:2018-05-19 14:01:39    阅读次数:225
1420条   上一页 1 ... 50 51 52 53 54 55 56 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!