码迷,mamicode.com
首页 >  
搜索关键字:follow    ( 4585个结果
How to build zlib dll in windows
The zlib v1.1.2.11 provides a make file to build the dll in windows platform. in my vs 2019, I follow below steps to build it. 1. go to the VS2019 ins ...
分类:Windows程序   时间:2019-09-20 10:23:28    阅读次数:123
Spring Boot 面试题总结
1.什么是spring boot 答案:springboot是用来简化spring应用的初始搭建和开发过程,使用特定的配置文件来配置,例如application.properties,简化来maven配置,使项目从繁到简。 2.springboot与spring的区别。 答案:1)Java在集成sp ...
分类:编程语言   时间:2019-09-19 23:44:59    阅读次数:174
0919-The Standard of Code Review
The primary purpose of code review is to make sure that the overall code health of Google’s code base is improving over time. All of the tools and pro ...
分类:其他好文   时间:2019-09-19 14:11:40    阅读次数:97
如何提高程序员的键盘使用效率?
作为程序员,如果当你编写代码的时候,手指能够随意识而动,打字行云流水,可真谓是羡煞旁人。 那么如何提高打字速度,往更大的方面讲,如何提高键盘的使用效率呢?这是一个不断练习,漫长的过程,不仅需要保持良好的习惯,更需要持之以恒,那么如何提高键盘的使用效率呢,无非从以下几点入手: 1.熟练掌握快捷键 提高 ...
分类:其他好文   时间:2019-09-19 00:38:36    阅读次数:88
python元组或者列表太长?
python元组(tuple)Python的元组和列表类似,不同之处在于元组中的元素不能修改(因此元组又称为只读列表),且元组使用小括号而列表使用中括号;1、元组中只包含一个元素时,需要在元素后面添加逗号来消除歧义;2、元组中的元素值使不允许修改的,但可以对元组进行连接组合;3、元组中的元素是不允许删除的,但可以使用del语句来删除整个元组;4、元组之间可以使用+和*,即允许元组进行组合连接和重复
分类:编程语言   时间:2019-09-18 13:18:38    阅读次数:129
Population zoj 3018
Population zoj 3018 "题目链接" Population Time Limit: 10000 msMemory Limit: 32768 KB It is always exciting to see people settling in a new continent. As t ...
分类:其他好文   时间:2019-09-18 11:18:45    阅读次数:101
cat、head、sed 三盟友
在linux 中我们必不可少的会使用到这三个命令 他们有什么作用呢? 就是查看文档了,但他的功能远不止于此 来我们学习一下吧 cat [root@ESProbe ~] cat help Usage: cat [OPTION]... [FILE]... Concatenate FILE(s), or ...
分类:其他好文   时间:2019-09-17 22:47:29    阅读次数:135
使用window10系统搭建完善的Linux开发环境
https://juejin.im/post/5d22e46ee51d45775746b9b1 导读 在使用window系统开发时由于系统环境和线上环境不一致可能导致各种问题,以及部分扩展库只支持liunx 系统 下运行,Linux的开发环境尤为重要。 window的linux环境一般由vm/vbo ...
分类:Windows程序   时间:2019-09-17 09:13:42    阅读次数:136
Pacific Atlantic Water Flow 解答
Question Given an m x n matrix of non-negative integers representing the height of each unit cell in a continent, the "Pacific ocean" touches the left ...
分类:其他好文   时间:2019-09-16 10:10:50    阅读次数:79
Floyd-Warshall Algorithm
The Floyd Warshall Algorithm is for solving the All Pairs Shortest Path problem. The problem is to find the shortest distances between every pair of v ...
分类:其他好文   时间:2019-09-16 09:43:09    阅读次数:92
4585条   上一页 1 ... 85 86 87 88 89 ... 459 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!