https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/ The Old Way to deploy applications was to install the applications on a host using th ...
分类:
其他好文 时间:
2017-11-02 17:04:36
阅读次数:
200
Given an array of integers, remove the duplicate numbers in it. You should:1. Do it in place in the array.2. Move the unique numbers to the front of t ...
分类:
其他好文 时间:
2017-11-02 14:38:34
阅读次数:
261
https://github.com/nunit/dotnet-test-nunit if you are using Visual Studio. Your project.json in your test project should look like the following; http ...
分类:
Web程序 时间:
2017-11-01 14:49:48
阅读次数:
265
Tomcat 这个问题挺常见的。主要是。 JAVA_HOME should point to a JDK not a JRE 百度了一下,发现有许多解决办法。有些能行有些不行。因人而异。 这里说一下,觉得比较有效的办法。 JAVA_HOME should point to a JDK not a J ...
分类:
编程语言 时间:
2017-11-01 13:30:48
阅读次数:
293
Canvas 画布 The Canvas is the area that all UI elements should be inside. The Canvas is a Game Object with a Canvas component on it, and all UI elements ...
分类:
编程语言 时间:
2017-11-01 10:23:18
阅读次数:
210
Given a linked list, swap every two adjacent nodes and return its head. For example,Given 1->2->3->4, you should return the list as 2->1->4->3. Your a ...
分类:
其他好文 时间:
2017-11-01 00:05:27
阅读次数:
232
How would you print just the 10th line of a file? For example, assume that file.txt has the following content: Your script should output the tenth lin ...
分类:
其他好文 时间:
2017-10-31 16:44:04
阅读次数:
164
我在做图片站时要将其移动站打包成app, 我使用的是webview来加载网页(本来想使用phonegap来做来,但是还是太麻烦了), 具体代码如下: 搞定 等等,首页效果是不错,但是出现了一个问题,当点击某个超链接,app会自动调用浏览器来打开新的页面,这可不是我想要的功能,我希望的是打开的时候应该 ...
分类:
移动开发 时间:
2017-10-29 19:30:43
阅读次数:
233
聊一聊 Android 6.0 的运行时权限 权限一刀切 棉花糖运行时权限 权限的分组 正常权限 正常权限列表 特殊权限 请求SYSTEM_ALERT_WINDOW 请求WRITE_SETTINGS 危险权限 必须要支持运行时权限么 不支持运行时权限会崩溃么 然而有点糟糕的是 该来的还得来 一个标准 ...
分类:
移动开发 时间:
2017-10-27 13:34:45
阅读次数:
306
单元测试的重要性就不多说了,可恶的是python中有太多的单元测试框架和工具,什么unittest, testtools, subunit, coverage, testrepository, nose, mox, mock, fixtures, discover,再加上setuptools, di ...
分类:
编程语言 时间:
2017-10-27 10:22:09
阅读次数:
257