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
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"<
Wesley13 Wesley13
3年前
do
原文链接: dosync异步转同步使用child\_process实现(https://my.oschina.net/ahaoboy/blog/4962490)https://github.com/Zemnmez/dosync(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%
Wesley13 Wesley13
3年前
C++ 进制转换 十进制十六进制八进制二进制相互转换
思路:1.下面我把相互转换的所有类型都写出来了。实际上都是通过十进制中转的,这样比较简单,写出X进制转成十进制和从十进制转成X进制的两份代码直接拷贝就完成了剩余的部分。哦,对,自己封装了一个charToDigit函数,主要是将字符转为数字用的。2.十六进制转十进制转八进制:!(https://images2018.cnblogs.c
Stella981 Stella981
3年前
Impala常用函数索引
增加X自然天selectdays_add(now(),2)字符串转Timestampselectto\_timestamp('2019101420:00:01','yyyyMMddHH:mm:ss');注意,Impala的timestamp的标准是ISO8601 参考:https://en.wiki
Easter79 Easter79
3年前
SWIG and Android
http://www.swig.org/Doc2.0/Android.html(原文好像被墙,特转)18SWIGandAndroidOverview(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Ftranslate.goog
Stella981 Stella981
3年前
SWIG and Android
http://www.swig.org/Doc2.0/Android.html(原文好像被墙,特转)18SWIGandAndroidOverview(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Ftranslate.goog
Stella981 Stella981
3年前
Redis的删除机制、持久化 主从
转:Redis的删除机制、持久化主从(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fzhaoyunlong%2Fp%2F9893201.html)