一、创建网关侧身份 1、client身份(oauth_client_details) 1.1、数据结构 1.2、界面代码 <form id="formDto" class="form-horizontal" action="/spring-oauth-server/register_client" ...
登录代码 这个是使用Bootstrap3的组件功能实现的 <div class="login_con_R"> <h4>登录</h4> <FORM id="loginFormId" class="form-horizontal" action="login" method="post"> <div c ...
分类:
Web程序 时间:
2017-07-08 09:59:39
阅读次数:
240
一、线性布局(LinearLayout) 线性布局可以让布局中的组件一个接着一个的连在一起水平对齐(orientation="vertical")或者垂直对齐(orientation="horizontal"),写游戏界面时会限制动作,所以不推荐游戏界面中使用 特点:线性布局不会主动换行,当几个组件 ...
分类:
其他好文 时间:
2017-07-02 23:17:26
阅读次数:
198
ISO Latin-1字符集: 	 — 制表符Horizontal tab — 换行Line feed — 回车Carriage Return   — Space ! ! — 惊叹号Exclamation mark ” " " 双引号 ...
分类:
Web程序 时间:
2017-06-30 15:28:40
阅读次数:
257
Shaass has decided to hunt some birds. There are n horizontal electricity wires aligned parallel to each other. Wires are numbered 1 to n from top to ...
分类:
其他好文 时间:
2017-06-24 19:44:00
阅读次数:
147
Vux使用心得 参考链接 布局 简单平分:水平布局和垂直布局 <template> <divider>Horizontal</divider> <flexbox style="height:40px;"> <flexbox-item><div class="flex-demo">1</div></f ...
分类:
其他好文 时间:
2017-06-13 11:30:31
阅读次数:
4652
基于jQuery开发,非常简单的水平方向折叠控件。主页:http://letmehaveblog.blogspot.com/2007/10/haccordion-simple-horizontal-accordion.html (无法找到)下载:http://letmehaveblog.blogsp ...
分类:
Web程序 时间:
2017-06-07 18:53:54
阅读次数:
269
一、LinearLayout(线性布局) 所包含的控件线性排列。 android:orientation属性vertical(垂直方向),horizontal(水平方向)。 二、RelativeLayout(相对布局) RelativeLayout 更加随意一些,可以通过相对定位的方式让控件出现在布 ...
分类:
其他好文 时间:
2017-06-03 15:11:25
阅读次数:
288
android:orientation horizontal/vertical 设置布局水平还是垂直,默认是垂直 android:layout_gravity center/right/left/bottom/top 位置 android:gravity center/right/left/bott ...
分类:
移动开发 时间:
2017-05-30 00:12:26
阅读次数:
222