一、官方解释 301 redirect: 301 代表永久性转移(Permanently Moved) 302 redirect: 302 代表暂时性转移(Temporarily Moved ) 301表示旧地址A的资源已经被永久地移除了(这个资源不可访问了),搜索引擎在抓取新内容的同时也将旧的网址 ...
分类:
其他好文 时间:
2017-11-30 16:16:11
阅读次数:
179
这里我们重点理解ImageView的属性android:scaleType,即ImageView.setScaleType(ImageView.ScaleType)。android:scaleType是控制图片如何resized/moved来匹对ImageView的size。ImageView.Sc... ...
分类:
移动开发 时间:
2017-11-26 22:57:37
阅读次数:
284
一个简单的指令练习,主要实现的功能是点击事件,内容滚动。 点击左右的方框箭头,可以使内容滚动,或者点击中间的小长方形条,也可以使得内容滚动起来。 如下图是界面显示效果 对于指令中的作用域 “”=“”:表示与父scope中的属性进行双向数据绑定 对于指令中的作用域 “”&“”:表示与父scope中的函 ...
分类:
其他好文 时间:
2017-11-26 17:48:21
阅读次数:
152
This依赖于对象,static依赖于类 字符串的模糊查询: instr(empName,?)>0 empName like ‘%白%’ Create view 表名 as 多表连接 视图是临时表 多表连接语句生成,查询工具点开 泛型可以用多个 ResultSetMetaData取得列名集合,rst... ...
分类:
编程语言 时间:
2017-11-19 17:23:43
阅读次数:
238
Bessie has moved to a small farm and sometimes enjoys returning to visit one of her best friends. She does not want to get to her old home too quickly ...
分类:
数据库 时间:
2017-11-15 21:53:30
阅读次数:
342
常用http状态码: 200 - OK,服务器成功返回网页 - Standard response for successful HTTP requests. 301 - Moved Permanently(永久跳转),请求的网页已永久跳转到新位置。 - This and all future re ...
分类:
Web程序 时间:
2017-11-08 14:51:14
阅读次数:
263
Roadblocks Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 16425 Accepted: 5797 Description Bessie has moved to a small farm and sometimes ...
分类:
数据库 时间:
2017-11-07 19:38:17
阅读次数:
165
获取详细状态码描述:http://www.w3school.com.cn/tags/html_ref_httpmessages.asp 200 OK 301 Moved Permanently 302 Found 304 Not Modified 307 Temporary Redirect 400 ...
分类:
Web程序 时间:
2017-11-03 20:13:54
阅读次数:
168
写在前面:这个动画功能同样也是使用JavaScript编写脚本,在Unity3D游戏引擎的环境中实现,在怪物的角色动画中,很多与人物相同,这里不再重复。 拖一个精英sprite到层次面板,把名字改为monster 把敌人 10帧的动画 run 拖给敌人 把动画控制脚本 animationContro ...
分类:
其他好文 时间:
2017-11-02 16:07:54
阅读次数:
163
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/ArchivalStorage.html Introduction Archival Storage is a solution to decouple gr ...
分类:
其他好文 时间:
2017-11-01 01:12:08
阅读次数:
293