1.application-dao.xml配置: 2.application-service.xml 3.application-context.xml配置 4.spring-mvc配置 5.log4j.properties文件配置 6.db.properties文件配置(数据库) <?xml ve ...
分类:
编程语言 时间:
2019-10-08 15:55:48
阅读次数:
95
页面: @{ Layout = "~/Views/Shared/_Layout.cshtml";} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtm ...
分类:
微信 时间:
2019-10-07 13:01:11
阅读次数:
138
通过RPM包安装ElasticSearch后的目录 Directory layout of RPM The RPM places config files, logs, and the data directory in the appropriate locations for an RPM-ba ...
分类:
其他好文 时间:
2019-10-04 18:45:22
阅读次数:
78
[toc] Golang 接口与反射知识要点 这篇文章以 Go 官方经典博客 "The Laws of Reflection" 为基础,详细介绍文中涉及的知识点,并有所扩展。 1. 接口类型变量 首先,我们谈谈接口类型的内存布局(memory layout),其他基础类型、Struct、Slice、 ...
分类:
其他好文 时间:
2019-10-04 10:00:09
阅读次数:
77
一、依赖于 Panel(面 板)组件和 resizable(调整大小)组件。 二、class加载方式 <div id="box" class="easyui-layout" style="height: 600px;width: 400px"> <div data-options="region:' ...
分类:
其他好文 时间:
2019-10-03 23:51:39
阅读次数:
231
起初,我的思路是,先取得Layout的items数量, 然后通过索引来移除每一个items,代码如下: 而输出结果有些意外: 查看Qt帮助手册有解释,itemAt()有三点值得关注: 哇~看到这里,知道了答案。下面看一下更改后的代码: 运行结果: ok了 ...
分类:
其他好文 时间:
2019-10-02 13:10:24
阅读次数:
157
线性约束 将所有不等式化成 $d[a] d[b] include include include include define ll long long using namespace std; typedef pair pii; const int N = 1e5+10; const int in ...
分类:
其他好文 时间:
2019-10-02 13:00:51
阅读次数:
78
Xml文件<com.amap.api.maps.MapView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/mapView" android:layout_width="match_paren ...
<! more 响应式布局 在不同尺寸的设备上都能良好的展示,这就是响应式布局设计(Responsive Layout) 产品形态: ? 1.PC端(全屏页面需要宽度自适应,但是一般都是固定宽度的) ? 2.PC+移动端用同一套项目(简单的页面,例如:产品介绍,公司展示类的官网等) ? 3.移动端( ...
分类:
其他好文 时间:
2019-10-01 21:01:33
阅读次数:
108
cursor 设置鼠标放上去后的形状 visability 设置是否可见 flex 详见这篇文章 "https://developer.mozilla.org/zh CN/docs/Learn/CSS/CSS_layout/Flexbox" 设置方法 flex 模型 方向 换行 设置每项的宽度 fl ...
分类:
Web程序 时间:
2019-09-30 14:59:01
阅读次数:
118