上一页 1 ··· 8 9 10 11 12
摘要: 这个非常简单,没啥说的,D1位置是显示这个值所在的行数,如果是跨表,就在匹配区域前面加上 sheetName! 阅读全文
posted @ 2016-11-11 10:57 天涯已可 阅读(2775) 评论(0) 推荐(0) 编辑
摘要: 当word另存为xml的时候,其中的图片会以Base64编码形式展示在xml文件的特定位置, java中操作图片转换成64位编码的方式: 可将返回的64直接放在前面的未知即可; 阅读全文
posted @ 2016-10-11 14:02 天涯已可 阅读(4281) 评论(0) 推荐(1) 编辑
摘要: ■ word中分页符(插入空白页): <w:r> <w:rPr> <w:rFonts w:ascii="Microsoft JhengHei" w:fareast="Microsoft JhengHei" w:h-ansi="Microsoft JhengHei"/> <wx:font wx:val 阅读全文
posted @ 2016-10-10 10:24 天涯已可 阅读(3317) 评论(1) 推荐(0) 编辑
摘要: <w:hlink w:dest="http://xxx.com"><w:r></w:r></wr></w:hlink></w:hlink> 阅读全文
posted @ 2016-10-10 10:23 天涯已可 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 这个问题出现原因是其他人修改了我原本写作的代码位置,把两个类转移到了别的文件夹,我更新之后只显示除了他增加的文件夹而没有里面的类,同时爆出错误: 问题原因:svn版本号不匹配,即跳版本。 解决如下:replace with --> 分支/标记 替换成最新版本即可。 借鉴网址:http://blog. 阅读全文
posted @ 2016-09-26 17:57 天涯已可 阅读(6814) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-10-22 12:56 天涯已可 阅读(247) 评论(0) 推荐(0) 编辑
摘要: String str1 = "ABCDE"; String str2 = "abcde44"; // 字符转换成数组 char[] arr1 = str1.toCharArray(); char[] arr2 = str2.toCharArray(); System.out.println(arr1 阅读全文
posted @ 2015-10-18 17:12 天涯已可 阅读(263) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12