Wesley13 Wesley13
3年前
SCRUM团队的三个角色
转自:http://www.scrumcn.com/agile/scrumknowledgelibrary/scrum.htmltabid5(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.scrumcn.com%2Fagile%2Fscrumknowledgelib
正则匹配 隐藏手机号中间4位
/隐藏手机号中间4位@param$mobile@returnstring|string|null/finalprotectedfunctionhideMobilePhoneNumber($mobile)$IsWhatpregmatch('/(0092,3\?29096,7\?09?)/i',$
Wesley13 Wesley13
3年前
java.lang.reflect.Method.getAnnotation()方法示例【通过反射获取到方法对象再获取方法对象上的注解信息】
转:java.lang.reflect.Method.getAnnotation()方法示例(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.yiibai.com%2Fjavareflect%2Fjavareflect_method_getannotation.html)
Wesley13 Wesley13
3年前
C#非泛型集合和泛型集合的超级详解(转)
C泛型集合之非泛型集合类与泛型集合类的对应:ArrayList对应ListHashTable对应DictionaryQueue对应QueueStack对应StackSortedList对应SortedList 转自(https://www.cnblogs.com/cheng
Stella981 Stella981
3年前
Data Augmentation
转自:https://zhuanlan.zhihu.com/p/30197320(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fzhuanlan.zhihu.com%2Fp%2F30197320)<divclass"RichTextztextPostRichText"<
Stella981 Stella981
3年前
JavaScript 基础 3
3.标准对象  3.1.概念    typeof操作符获取对象的类型            typeof 123; // 'number'            typeof NaN; // 'number'            typeof 'str'; // 'string'
Stella981 Stella981
3年前
Guava学习笔记:EventBus
EventBus基本用法:使用Guava之后,如果要订阅消息,就不用再继承指定的接口,只需要在指定的方法上加上@Subscribe注解即可。代码如下:消息封装类:public class TestEvent {            private final int message;          
Wesley13 Wesley13
3年前
Rust编程进阶:009、trait_bound有条件的实现方法
使用trait\_bound有条件的实现方法:traitGetName{fnget_name(&self)&String;}traitGetAge{fnget_age(&self)u32;}structPeopleMatc
Stella981 Stella981
3年前
Impala常用函数索引
增加X自然天selectdays_add(now(),2)字符串转Timestampselectto\_timestamp('2019101420:00:01','yyyyMMddHH:mm:ss');注意,Impala的timestamp的标准是ISO8601 参考:https://en.wiki
Stella981 Stella981
3年前
QML之TabWidget
转自:http://blog.csdn.net/liuhongwei123888/article/details/6174839\javascript\ viewplain(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Fliuho