码迷,mamicode.com
首页 >  
搜索关键字:interview    ( 649个结果
Java Interview Programming Questions
to be continue... Ref:https://java2blog.com/java-interview-programs/ Ref:http://www.java2novice.com/java-interview-programs/ Ref:https://javaconceptof ...
分类:编程语言   时间:2019-02-16 13:53:51    阅读次数:221
LintCode上的一道算法面试题: 数字的统计
说到数字的统计,小时候的数学课大家都应该有学过,但数字太多太复杂的,手动肯定耗时间不说还很容易出错。所以今天分享一下如何用程序来完成。 Have you met this question in a real interview? 你是否在真实的采访中遇到过这个问题? Count the numbe ...
分类:编程语言   时间:2019-01-29 18:19:03    阅读次数:191
interview
1、 网站部署:熟悉Linux基本原理,熟练使用常用的命令,了解Nginux、Uwsgi框架 本地安装: (1)安装虚拟机 vmware /,vi ?m 'w?r/ (2)安装基于linux的系统centos7.5 (3)安装nginx服务器 (4)uwsgi服务器 (5)安装各种工具包+Djang ...
分类:其他好文   时间:2019-01-27 21:52:03    阅读次数:227
300+ Manual Testing and Selenium Interview Questions and Answers
To learn and prepare for the testing and automation interviews, 300+ testing and automation questions are provided to help the software testing profes... ...
分类:其他好文   时间:2019-01-19 14:26:17    阅读次数:225
57. Insert Interval
Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary). You may assume that the intervals were initia ...
分类:其他好文   时间:2018-12-26 12:51:55    阅读次数:137
28. Implement strStr() - Easy
Implement strStr(). Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack. Example 1: Input: haystac ...
分类:其他好文   时间:2018-12-17 20:17:53    阅读次数:169
面试算法爱好者书籍/OJ推荐
面试算法爱好者书籍/OJ推荐这个书单也基本适用于准备面试。一、教科书基本上一般的算法课本介绍的范围都不会超出算法导论和算法引论的范围。读完这两本书,其它的算法课本大致翻翻也就知道是什么货色了。1. 算法导论这本书的内容用三个字来总结。就是伟光正。基本上囊括了经常使用算法的方方面面,证明巨细无遗,十分 ...
分类:编程语言   时间:2018-11-27 22:05:08    阅读次数:192
Tell Me About Yourself - Best Answers and Examples
http://a4academics.com/interview-questions/73-human-resource/723-tell-me-about-yourself?showall=&start=2 Experienced – Front End Web Developer/Designe ...
分类:其他好文   时间:2018-11-25 16:30:14    阅读次数:176
HOW TO ANSWER: Tell Me About Yourself
https://biginterview.com/blog/2011/09/tell-me-about-yourself.html There are some job interview questions that are guaranteed to come up in most (if no ...
分类:其他好文   时间:2018-11-25 14:47:34    阅读次数:186
Python里的拷贝
可变数据类型:list、dict 不可变数据类型:int、float、string、tuple 引用 https://github.com/taizilongxu/interview_python 4 urllib%E5%92%8Curllib2%E7%9A%84%E5%8C%BA%E5%88%AB ...
分类:编程语言   时间:2018-11-19 11:17:25    阅读次数:138
649条   上一页 1 ... 11 12 13 14 15 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!