Given two words word1 and word2, find the minimum number of operations required to convert word1 to word2. You have the following 3 operations permitt ...
分类:
编程语言 时间:
2019-05-23 18:21:34
阅读次数:
95
面试官:能写出一段能体现你水平的代码~ LB:好的~ 几秒后~ while{ Scanner scan = new Scanner(System.in); String question = scan.nextLine(); String answer =question.replace ('你', ...
分类:
编程语言 时间:
2019-05-22 09:48:26
阅读次数:
152
今天在“悟空问答”被邀请回答一个问题,大概意思是这样:30岁以后上有老下有小,有房贷,精力差、薪资要求高、家里事多,怎么和精力旺盛的小年轻比,那么职场中的中年人该何去何从?是继续坚持不变还是选择改变?有兴趣的同学可以去了解一下:https://www.wukong.com/question/6691553845002109196/我的回答是这样:蟹腰,我也是中年危机的年龄,我个人认为有危机或者迷茫
分类:
其他好文 时间:
2019-05-21 14:38:32
阅读次数:
104
一个系统由多种语言编写,但是这些语言怎么相互链接呢?一种可能的方法就是,把不同的语言编写的模块打包起来,最外层使用python调用这些封装好的包,这样的话胶水语言的特性就体现出来了,但是”胶水的“只是一个形容词,说python是胶水语言只是说了python众多特性里面的一种,实际上python的功能 ...
分类:
编程语言 时间:
2019-05-20 13:29:54
阅读次数:
196
CFRM 415 - Introduction to Financial MarketsAssignment 5Due: May 17, 2019 - 11:59 pmLate submissions will receive an automatic grade of zero.Question ...
分类:
其他好文 时间:
2019-05-18 20:57:05
阅读次数:
131
两场比赛降智不停,熬夜爆肝更掉rating nowcoder:https://ac.nowcoder.com/acm/contest/894#question T1:水题 T2:考虑a和b的子区间!排序+二分 T3:降智傻x题。 不能看做黑色多了p个,蓝色多了(1-p)个,然后拿走球是按照比例的 因 ...
分类:
其他好文 时间:
2019-05-18 11:16:35
阅读次数:
165
Little Daniel loves to play with strings! He always finds different ways to have fun with strings! Knowing that, his friend Kinan decided to test his ...
分类:
其他好文 时间:
2019-05-15 21:44:13
阅读次数:
135
stylelint.config.js https://stylelint.io/ sonar-project.properties https://docs.sonarqube.org/latest/ package-lock.json https://www.zhihu.com/question ...
分类:
其他好文 时间:
2019-05-15 14:18:59
阅读次数:
134
在string里面string.c_str();函数把string转换为了const char*但是有的函数只需要char*我放const char*就不OK了.如何把const char*转为char*. ...
分类:
其他好文 时间:
2019-05-15 12:38:33
阅读次数:
113
1.切记这是一个大坑。 2.我在用mac电脑安装pyspider的时候,原以为pip install pyspider 就万事大吉,合家欢乐了,but the question 比较多。 第一个问题: 我一共就遇到这一个问题:所以我就只说这一个问题的解决方法,并且是只针对mac电脑的,其他操作系统的 ...
分类:
系统相关 时间:
2019-05-13 21:29:10
阅读次数:
245