摘要: 常见雷区 1、按钮连续多次点击后,触发效果控制; 2、苹果微信小程序button元素的默认min-height为40px,需要注意重写min-height,最好写在对应页面样式表里,写app.wxss里有时不起作用; 阅读全文
posted @ 2020-04-23 18:11 吖然-jronny 阅读(115) 评论(0) 推荐(0) 编辑
摘要: string filepath = Utils.GetMapPath("/upload/excel/"); filepath = filepath + fileName + ".xls"; string tempFilePath = Utils.GetMapPath("/ExcelTemplate/export_comment_e... 阅读全文
posted @ 2019-12-24 14:32 吖然-jronny 阅读(240) 评论(0) 推荐(0) 编辑
摘要: Javascript 版本 C# 版本 阅读全文
posted @ 2019-12-24 11:00 吖然-jronny 阅读(2481) 评论(0) 推荐(0) 编辑
摘要: 错误问题如下: 解决方案: Dao文件 改为: 阅读全文
posted @ 2019-09-21 10:54 吖然-jronny 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 网站添加错误页面提示功能 1、Web.config文件 2、Global.asax文件 3、404.aspx文件 4、500.aspx文件 阅读全文
posted @ 2019-09-11 10:45 吖然-jronny 阅读(421) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lyj-gyq/p/8963885.html 阅读全文
posted @ 2019-09-05 09:23 吖然-jronny 阅读(90) 评论(0) 推荐(0) 编辑
摘要: int y,m,d,h,mi,s; Calendar cal=Calendar.getInstance(); y=cal.get(Calendar.YEAR); m=cal.get(Calendar.MONTH); d=cal.get(Calendar.DATE); ... 阅读全文
posted @ 2018-09-29 16:02 吖然-jronny 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 通过varStatus="status" 然后使用 ${status.index}可以取得循环的次数,第几次循环 count计数,循环累加,1,2,3,.... 阅读全文
posted @ 2018-08-17 14:24 吖然-jronny 阅读(4410) 评论(0) 推荐(0) 编辑
摘要: Java字符串使用Split以竖线作为分隔符 str.split("\\|"); Java笔记 接口调用 多支判断 阅读全文
posted @ 2018-08-11 11:55 吖然-jronny 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 如何在虚拟机中为Linux添加新磁盘而不用重启https://jingyan.baidu.com/article/6dad5075320825a123e36ef7.html VM虚拟机扩展磁盘容量并挂区该分区http://blog.csdn.net/liuxd3000/article/details 阅读全文
posted @ 2018-08-08 18:13 吖然-jronny 阅读(334) 评论(0) 推荐(0) 编辑