枚举 反编译示意枚举类如下: package com.jiankunking.test; public enum ApplicationInterfaceTypeEnum { dubbo("dubbo", 1), webapp("webapp", 2), custom("custom", 3); p ...
分类:
编程语言 时间:
2019-02-02 17:31:32
阅读次数:
116
官方网站 Git官网 https://git-scm.com/ GitHub https://github.com GitLab https://about.gitlab.com/ SVN https://subversion.apache.org 老师课程 廖雪峰老师的Git教程 苏玲老师的玩转G ...
分类:
其他好文 时间:
2019-02-01 17:08:31
阅读次数:
173
一开始我也想用map 但是处理不好其他字符。。 看了题解 多多学习! 很巧妙 就是粗暴的一个字符一个字符的来 分为小写字母和非小写字母两个部分 一但单词结束的时候就开始判断。 #include<bits/stdc++.h> using namespace std; int main() { stri ...
分类:
其他好文 时间:
2019-01-31 23:43:59
阅读次数:
284
Unit test: Specify and test one point of the contract of single method of a class. This should have a very narrow and well defined scope. Complex depe ...
分类:
其他好文 时间:
2019-01-30 14:23:15
阅读次数:
106
Use unify unit test framework CPPUnit 1.12.1/Visual stdio Unit is a class or a function Test per major component Test by developer Set up clean enviro ...
分类:
其他好文 时间:
2019-01-30 14:22:33
阅读次数:
122
1. ngOnChanges is called before ngOnInit but after constructor() 2. ngOnChanges is called because of @Input() obj, obj's reference changes. If you mut ...
分类:
其他好文 时间:
2019-01-29 20:49:31
阅读次数:
189
Project 2 - Spanning Tree ProtocolIn the lectures, you learned about Spanning Trees, which can be used to prevent forwardingloops on a layer 2 network ...
分类:
其他好文 时间:
2019-01-29 20:30:01
阅读次数:
125
See example below firstly. The ASM code generated is below, it is around 120bytes. Another example here, The ASM code generated, it is about 106 bytes ...
分类:
数据库 时间:
2019-01-28 13:50:15
阅读次数:
126
dumpsys dumpsys is a tool that runs on Android devices and provides information about system services. You can call dumpsys from the command line usin ...
分类:
移动开发 时间:
2019-01-28 00:54:29
阅读次数:
168
官方网站链接 KNN Home Installation Documentation Scikit-learn // <![CDATA[ document.write(DOCUMENTATION_OPTIONS.VERSION + (VERSION_SUBDIR ? " (" + VERSION_S ...
分类:
其他好文 时间:
2019-01-25 15:13:29
阅读次数:
145