03 2021 档案

摘要:树如图所示: 方法一:用递归的方法,思路清晰但效率很慢并且不灵活: 思路:递归查询,使用深度优先算法,第一遍找A-->B-->D,将D加到B中,再找B->E,将E加到B中,然后将B加到A中,然后找到A-->C-->F-->G,将G加到F中,将F加到C中,将C加到A中。 1 /** 2 * 递归生成树 阅读全文
posted @ 2021-03-31 17:57 龙谷情Sinoam 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-03-29 09:30 龙谷情Sinoam 阅读(57) 评论(0) 推荐(0) 编辑
摘要:openoffice使用方法:使用openOffice将office文件转成pdf 遇到了这个问题: 将 DocumentConverter converter = new OpenOfficeDocumentConverter(connection); 替换成 DocumentConverter 阅读全文
posted @ 2021-03-15 09:47 龙谷情Sinoam 阅读(220) 评论(0) 推荐(0) 编辑

Smiley face
点击右上角即可分享
微信分享提示