上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页
摘要: Aspose.Words将word转成pdf 阅读全文
posted @ 2019-12-31 13:52 apegu 阅读(7769) 评论(1) 推荐(0) 编辑
摘要: Aspose.Cells Excel转成pdf 阅读全文
posted @ 2019-12-31 13:49 apegu 阅读(5602) 评论(1) 推荐(1) 编辑
摘要: 用Aspose.Slides将ppt/pptx转成pdf /// <summary> /// ppt转pdf /// </summary> /// <param name="path">文件地址</param> /// <param name="newFilePath">转换后的文件地址</param> /// <returns></returns> public static void PptT 阅读全文
posted @ 2019-12-31 13:29 apegu 阅读(4078) 评论(6) 推荐(0) 编辑
摘要: 问题:$("#id").click(),但是没有任何反应,然后查了下,原来不能把click事件直接绑定到a标签上,必须绑定到标签之内的元素上。 解决:$("#aid")[0].click(); 完美解决 要自动触发的话,$("#aid").trigger(“click”) 阅读全文
posted @ 2019-12-31 12:32 apegu 阅读(7695) 评论(0) 推荐(0) 编辑
摘要: XML序列化方法 阅读全文
posted @ 2019-12-31 09:14 apegu 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 正则表达式验证数据类型通用方法 阅读全文
posted @ 2019-12-30 18:59 apegu 阅读(283) 评论(0) 推荐(0) 编辑
摘要: Petapoco数据库操作类 阅读全文
posted @ 2019-12-30 18:55 apegu 阅读(598) 评论(0) 推荐(0) 编辑
摘要: Cookie操作类 阅读全文
posted @ 2019-12-30 18:53 apegu 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 服务端缓存公共类 阅读全文
posted @ 2019-12-30 18:51 apegu 阅读(505) 评论(0) 推荐(0) 编辑
摘要: Base64加密解密方法 阅读全文
posted @ 2019-12-30 18:50 apegu 阅读(3191) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页