java svn wrapper
用java代码执行 svn checkout、updata、add、commit等操作,有什么样的使用场景呢,感觉会有的,先记录一下,以备不时之需;
参考:
https://my.oschina.net/u/3941962/blog/1925499
https://stackoverflow.com/questions/23245684/ways-to-automate-svn-process-using-java?rq=1
https://blog.csdn.net/Winter_chen001/article/details/79300273
https://www.programcreek.com/java-api-examples/%3Fapi%3Dorg.tmatesoft.svn.core.wc.SVNClientManager
https://www.programcreek.com/java-api-examples/%3Fapi%3Dorg.tmatesoft.svn.core.io.SVNRepository
https://www.cnblogs.com/zhuxiansheng/p/7840261.html
https://www.cnblogs.com/len0031/p/9039887.html
/*----------------------------------------分割线---------------------------------------------------*/
旧物dsoframer.ocx
在ie下嵌入word/excel窗口的activeX插件,由于使用了activeX控件,在chrome环境下是不支持的,比较现代但是需要更多服务器成本的方案应该是office web apps(https://blog.csdn.net/jiaqu2177/article/details/81944185)
判断dso插件是否存在
function IsDsoFramerExists() { try { var textobj=new ActiveXObject('Dsoframer.FramerControl'); return true; } catch(e) { return false; } }
注册dso插件
auto.bat
参考:
https://blog.csdn.net/xinjirufen1/article/details/48242927
https://blog.csdn.net/u013457167/article/details/42542721
https://blog.csdn.net/diaofuzuo3286/article/details/101236425
https://blog.csdn.net/yagerfgcs/article/details/51222111
https://blog.csdn.net/theoldfuture/article/details/77476982
https://blog.csdn.net/u013457167/article/details/42543739
https://blog.csdn.net/u010256841/article/details/12348811
http://vbcity.com/forums/t/136455.aspx
https://www.codeproject.com/Messages/1034916/Re-Using-DsoFramer-OCX.aspx
https://github.com/hueidou/DsoFramer/tree/master/Source
团队建设相关:
https://www.mentimeter.com/blog/great-leadership/how-to-make-your-team-more-efficient
http://businessknowledgesource.com/blog/team_efficiency_vs_effectiveness_029823.html
https://hygger.io/blog/11-characteristics-of-effective-team/
https://www.meistertask.com/blog/6-simple-tips-effective-team-management/
https://theundercoverrecruiter.com/qualities-successful-work-team/
https://orthogonal.io/insights/effective-vs-efficient-teams/
https://juejin.im/post/5cc65578e51d456e2446fd39
http://www.sohu.com/a/210142748_231216
https://www.hbrchina.org/2018-1030/6767.html
https://www.infoq.cn/article/EaC4c6yiJrzZ_Gtaf9Ne
https://linux.cn/thread-17638-1-1.html
https://myslide.cn/slides/3554
https://blog.csdn.net/cxzhq2002/article/details/82146990
https://blog.csdn.net/Tencent_TEG/article/details/80325791
- 点赞
- 收藏
- 关注作者
评论(0)