码迷,mamicode.com
首页 >  
搜索关键字:refresh    ( 1347个结果
BeanDefinition的Resource定位——3
1.我们重点看看AbstractRefreshableApplicationContext的refreshBeanFactory方法的实现,这个refreshBeanFactory被FileSystemXmlApplicationContext构造函数中的refresh调用。在这个方法中,通过cre...
分类:其他好文   时间:2014-09-19 11:45:22    阅读次数:209
怎样做错误404页面自动跳转
最近发现了一篇更详细,道理说的更清楚的文章。其中有一定觉得很重要,404页面调整,不要用Meta Refresh,很容易让搜索引擎误判,值得重视。第二,有一个的观点,不要跳转到首页,那样会对首页权重造成破坏,这篇文章似乎没有这么说,我的看法 是,404页面调整,不要用Meta Refresh,也不要...
分类:其他好文   时间:2014-09-18 14:43:54    阅读次数:231
Samba服务器配置
实验01:Samba服务器配置实验目标:掌握samba服务器的配置实验步骤:Samba服务端:[root@svr5~]#rpm-qsambapackagesambaisnotinstalled[root@svr5~]#yumlistsamba..................Complete!Samba客户端:[root@pc205~]#yumlistsamba*Loadedplugins:product-id,refresh-packag..
分类:其他好文   时间:2014-09-15 03:23:18    阅读次数:210
如何给Actionbar添加动画(支持2.3)
注:需要导入v4包 private MenuItem refreshItem;  @Override  public boolean onOptionsItemSelected(MenuItem item) {         switch (item.getItemId()) {         case R.id.action_refresh:...
分类:其他好文   时间:2014-09-02 17:50:55    阅读次数:190
auto refresh iframe
每 自动更新 if youput these codes in the iframe,then iframe can refresh a...
分类:其他好文   时间:2014-09-02 14:04:54    阅读次数:196
android 自定义控件之下拉刷新源码详解
下拉刷新 是请求网络数据中经常会用的一种功能.实现步骤如下:1.新建项目 PullToRefreshDemo,定义下拉显示的头部布局pull_to_refresh_refresh.xml2.新建一个RefreshView继承自LinearLayout.publicclassRefreshViewe....
分类:移动开发   时间:2014-08-29 23:52:48    阅读次数:376
如何在Fedora 20 上安装Mysql
[root@localhost ~]# yum -y install community-mysql-server #安装数据库已加载插件:langpacks, refresh-packagekitgoogle-chrome ...
分类:数据库   时间:2014-08-27 00:14:16    阅读次数:273
Requires: python(abi) = 2.4 Installed: python(abi) = 2.6
[root@livecdyum.repos.d]#yuminstalllivecd-toolssyslinuxanaconda-runtimeLoadedplugins:fastestmirror,refresh-packagekit,securityLoadingmirrorspeedsfromcachedhostfile*base:centos.ustc.edu.cn*extras:centos.ustc.edu.cn*updates:mirrors.pubyun.comlivecd|951B00:00l..
分类:编程语言   时间:2014-08-25 10:09:05    阅读次数:1348
response.setHeader各种用法
一秒刷新页面一次 response.setHeader("refresh","1");二秒跳到其他页面 response.setHeader("refresh","2;URL=otherPagename");没有缓存:response.setHeader("Pragma", "No-cache");...
分类:其他好文   时间:2014-08-22 16:00:29    阅读次数:205
看看Spring源码(二)——bean实例化
首先来看一段代码,看过上一节的朋友肯定对这段代码并不陌生。这一段代码诠释了Spring加载bean的完整过程,包括读取配置文件,扫描包,加载类,实例化bean,注入bean属性依赖。 ``` public void refresh() throws...
分类:编程语言   时间:2014-08-20 16:42:03    阅读次数:364
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!