Fork me on GitHub
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 98 下一页
摘要: 官网 https://www.layui.com/ datagrid 加序号列 在table.render的cols参数中加序号列 {field: 'rank', title: '序号',width:60, templet: function(d){ return d.LAY_TABLE_INDEX 阅读全文
posted @ 2019-12-06 20:29 秋夜雨巷 阅读(5209) 评论(0) 推荐(1)
摘要: Windows 常用 工具 阅读全文
posted @ 2019-12-06 14:24 秋夜雨巷 阅读(976) 评论(0) 推荐(0)
摘要: 音频 带宽:声音的音波频率的范围。 人耳 人耳能听到的范围20Hz~20kHz的范围。 超出人耳的 低于20Hz的为次声波。 高于20kHz的为超声波。 人说话的范围为300~3400Hz,唱歌的高音低音和这个有关系。 乐器的范围和人耳是一样的。 采样 声音信号为模拟信号,计算机能处理的信号为数字信 阅读全文
posted @ 2019-12-06 13:18 秋夜雨巷 阅读(495) 评论(0) 推荐(0)
摘要: Window > perferences > General > Editors > File Associations > 在File types 中选择 *.jsp > 在Associated editors 中将"MyEclipse JSP Editor"设置为默认。 设好后后红线消失 阅读全文
posted @ 2019-12-05 10:28 秋夜雨巷 阅读(321) 评论(0) 推荐(0)
摘要: 官网下载 mybatis generator 下载generator的release版本mybatis-generator-core-1.4.0-bundle.zip https://github.com/mybatis/generator/releases mybatis generator ge 阅读全文
posted @ 2019-12-04 15:04 秋夜雨巷 阅读(654) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-12-04 09:50 秋夜雨巷 阅读(964) 评论(0) 推荐(0)
摘要: 知识产权 保护期限 知识产权人确定 侵权判定 标准的分类与标准的编号 阅读全文
posted @ 2019-12-03 13:03 秋夜雨巷 阅读(188) 评论(0) 推荐(0)
摘要: MVC设计模式 在传统的Web应用开发中,架构模式基本一致: 数据实体:POJO 数据层:DAO 业务层:Service 控制层:Servlet 表示层(页面层):JSP页面或HTML页面 这种架构模式就是MVC设计模式,它是软件工程中的一种架构模式,强制性地使软件系统的输入、处理和输出分开,把系统 阅读全文
posted @ 2019-12-03 09:23 秋夜雨巷 阅读(2290) 评论(0) 推荐(1)
摘要: 官网 https://docs.spring.io/spring/docs/4.3.25.RELEASE/spring-framework-reference/htmlsingle/ Springmvc.xml 配置springmvc.xml,出现exception返回的界面和对应code返回的界面 阅读全文
posted @ 2019-12-02 15:02 秋夜雨巷 阅读(457) 评论(0) 推荐(0)
摘要: Web.xml spring&spring mvc 在web.xml中定义contextConfigLocation参数,Spring会使用这个参数去加载所有逗号分隔的xml文件,如果没有这个参数,Spring默认加载web-inf/applicationContext.xml文件。 proxool 阅读全文
posted @ 2019-11-30 11:35 秋夜雨巷 阅读(13272) 评论(0) 推荐(0)
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 98 下一页