码迷,mamicode.com
首页 >  
搜索关键字:@hide    ( 2565个结果
PHPMyAdmin无登陆界面之解决
在使用Wamp的PHPMyAdmin时发现,登陆只有图标,没有登陆界面。其实只要需要依次打开找到并编辑wamp64\apps\phpmyadmin4.5.5.1\libraries\plugins\authAuthenticationCookie.class.php然后删除如图所示两处hide并保存刷新下页面,登陆界面就出现了
分类:Web程序   时间:2016-08-05 12:05:07    阅读次数:348
F - 数论
Description There is a hill with n holes around. The holes are signed from 0 to n-1. A rabbit must hide in one of the holes. A wolf searches the rabbi ...
分类:其他好文   时间:2016-08-04 21:36:46    阅读次数:137
js实现图片上传
//上传图片 function uploadImg(){ //loading $("#loading").ajaxStart(function() { $(this).show(); }).ajaxComplete(function() { $(this).hide(); }); var eleme ...
分类:Web程序   时间:2016-08-03 21:42:27    阅读次数:187
jquery中的动画
动画效果是jquery库比较吸引人的地方,通过jquery中的动画方法,能够轻松的为网页添加非常精彩的视觉效果,给用户一种全新的体验。 1、show()方法和hide()方法。 在html文档里,为一个元素调用hide()方法,会将元素的display样式设为"none";比如 接下来,可以用sho ...
分类:Web程序   时间:2016-08-03 15:11:42    阅读次数:188
JQuery实践--动画
显示和隐藏没有动画的元素 使包装集里的元素隐藏 hide(speed,callback) speed:可选,速度。slow,normal,fastcallback:函数,可选,完成后调用的函数,无参数。有this上下文 包装集 使包装集里的元素显示 show(speed,callback) 包装集 ...
分类:Web程序   时间:2016-08-02 14:51:22    阅读次数:151
BZOJ1095 [ZJOI2007]Hide 捉迷藏
动态树分治,用三个set分别维护每个重心到每一个子树的距离种类、每个重心所有子树的最大值和次大值、全局答案的最大值。复杂度O(nlogn^2) 代码 ...
分类:其他好文   时间:2016-08-01 01:40:23    阅读次数:255
Fragment-管理Fragment2
上一篇,给大家讲了有关Fragment管理的几个函数,即add,replace,remove,这节再讲讲其它函数,然后再给大家看一个系统BUG。 一、hide()、show() 1、基本使用 这两个函数的功能非常简单, 先看下面的效果图: 首先,依次添加fragment1,fragment2,fra ...
分类:其他好文   时间:2016-07-29 19:02:10    阅读次数:174
Range Sum Query - Immutable
Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j), inclusive. Example: Note: Hide Company Tags Hide Company Ta ...
分类:其他好文   时间:2016-07-25 12:57:51    阅读次数:137
73. Set Matrix Zeroes && 289. Game of Life
73. Set Matrix Zeroes Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. Hide Tags Array Hide Similar Probl ...
分类:其他好文   时间:2016-07-25 08:09:02    阅读次数:165
12. Integer to Roman && 13. Roman to Integer && 273. Integer to English Words
12. Integer to Roman Given an integer, convert it to a roman numeral. Input is guaranteed to be within the range from 1 to 3999. Hide Tags Math String ...
分类:其他好文   时间:2016-07-24 07:01:32    阅读次数:182
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!