https://leetcode.com/problems/group-anagrams/description/ ...
分类:
其他好文 时间:
2018-05-19 14:03:42
阅读次数:
111
将 Spring boot 项目打成可执行Jar包,及相关注意事项(main-class、缺少 xsd、重复打包依赖) ...
分类:
编程语言 时间:
2018-05-19 14:03:33
阅读次数:
240
将 Spring boot 项目打成可执行Jar包,及相关注意事项(main-class、缺少 xsd、重复打包依赖) ...
分类:
编程语言 时间:
2018-05-19 14:03:24
阅读次数:
195
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1503 题目大意: 给两个字符串,组成一个长度尽可能小的字符串,它包含上述两个字符串,且原字符串中的字符在该串中的相对位置不变。 Sample Input apple peach ananas banan ...
分类:
其他好文 时间:
2018-05-19 14:03:16
阅读次数:
151
一、个人总结 在alpha 结束之后, 每位同学写一篇个人博客, 总结自己的alpha 过程; 请用自我评价表:http://www.cnblogs.com/xinz/p/3852177.html 有比较才会有进步。 (1) ||||| |: |: |: | | 类别 | 具体技能和面试问题 | 现 ...
分类:
其他好文 时间:
2018-05-19 14:03:06
阅读次数:
150
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
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 https://www.cnblogs.com/wenchengxiaopenyou/p/9034213.html 一。背景 前端web服务器为nginx,采用filebeat + logstash + ela ...
分类:
其他好文 时间:
2018-05-19 14:02:44
阅读次数:
437
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
http和https的区别: http:是属于网页一种协议,而https也是网页协议,他们的区别在与版本不同,https是属于安全版本有相关的安全证书所以有些资料是访问不到的 而http就是取反 //模拟get请求 urllib.request.Request("相关路径") //对中文编码进行处理 ...
分类:
Web程序 时间:
2018-05-19 14:02:26
阅读次数:
151
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
一、个人总结 1.在alpha 结束之后, 每位同学写一篇个人博客, 总结自己的alpha 过程; 2.请用自我评价表:http://www.cnblogs.com/xinz/p/3852177.html 有比较才会有进步。 二、回答问题 我们在课程开始之初,曾经要求大家针对软件工程提出问题:个人阅 ...
分类:
其他好文 时间:
2018-05-19 14:02:11
阅读次数:
263
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
https://leetcode.com/problems/powx-n/description/ ...
分类:
其他好文 时间:
2018-05-19 14:01:48
阅读次数:
149
这周完成了一个断点续传的功能。 我们的游戏里加载地图的逻辑简化而言是这样: 1.首先用本地的md5文件校验地图文件(很多文件)是否完整。(中间有很多步骤,任何步骤失败都认为地图不完整) 2.如果完整,直接加载地图。 3.如果不完整,需要通过一个http协议请求后台服务器传回完整的地图。 现在要增加一 ...
分类:
Web程序 时间:
2018-05-19 14:01:39
阅读次数:
225