码迷,mamicode.com
首页 >  
搜索关键字:previous    ( 1046个结果
商品图片局部放大效果
还是先看效果图,再晒源代码 当鼠标放到图片的哪个部位的时候,那个部位就会放大 就像淘宝网查看商品那样的效果 下面来看源代码 html代码 css里面有两个文件 先来看magiczoomplus.css文件 再来看style.css文件 js里面也有两个文件 getElementById.js文件 m ...
分类:其他好文   时间:2017-07-22 10:54:53    阅读次数:216
Ubuntu 16.04安装idea
此篇为http://www.cnblogs.com/EasonJim/p/7139275.html的分支页。 前提:必须正确安装JDK和Tomcat。 下载: https://www.jetbrains.com/idea/download/previous.html 这里可以下载社区版本,也可以下载 ...
分类:系统相关   时间:2017-07-20 10:30:16    阅读次数:329
[LintCode] Subarray Sum II
Given an integer array, find a subarray where the sum of numbers is in a given interval. Your code should return the number of possible answers. (The ...
分类:其他好文   时间:2017-07-19 01:14:27    阅读次数:233
svn“Previous operation has not finished; run 'cleanup' if it was interrupted“报错的解决方法
今天碰到了个郁闷的问题,svn执行clean up命令时报错“Previous operation has not finished; run 'cleanup' if it was interrupted”。无论你到那个父层次的目录执行“clean up “,都是报一样的错。执行cleanup时候 ...
分类:其他好文   时间:2017-07-18 10:15:28    阅读次数:149
Gym - 100952C
C. Palindrome Again !! Given string with N characters, your task is to transform it to a palindrome string. It's not as easy as you may think because ...
分类:其他好文   时间:2017-07-17 22:07:52    阅读次数:257
js+jquery 常用选择器函数
一、获取当前标签 JS: this,如下: Jquery,如下: 二、获取父标签 <div><span id="test"></span></div> JS: parentNode,如下: Jquery: parent(),如下: 三、获取子标签 <div id="test"><span></spa ...
分类:Web程序   时间:2017-07-17 15:15:33    阅读次数:224
117. Populating Next Right Pointers in Each Node II
Follow up for problem "Populating Next Right Pointers in Each Node". What if the given tree could be any binary tree? Would your previous solution sti ...
分类:其他好文   时间:2017-07-17 09:58:00    阅读次数:164
window10(64bit)+VS2010编译ACE_TAO源码库
1.下载 ACE+TAO下载地址:http://download.dre.vanderbilt.edu/previous_versions/ VS2010下载地址:https://pan.baidu.com/mbox/homepage?short=c1Z61lm 最新版本6.4.3是用vs2012以 ...
分类:Windows程序   时间:2017-07-16 15:46:53    阅读次数:285
hdu 1250 Hat&#39;s Fibonacci
点击此处就可以传送hdu 1250 Problem Description A Fibonacci sequence is calculated by adding the previous two members the sequence, with the first two members b ...
分类:其他好文   时间:2017-07-16 11:09:07    阅读次数:199
Android 那些你所不知道的Bitmap对象具体解释
转载请注明本文出自xiaanming的博客(http://blog.csdn.net/xiaanming/article/details/41084843),请尊重他人的辛勤劳动成果,谢谢。我们知道Android系统分配给每一个应用程序的内存是有限的,Bitmap作为消耗内存大户。我们对Bitmap ...
分类:移动开发   时间:2017-07-14 20:33:21    阅读次数:215
1046条   上一页 1 ... 46 47 48 49 50 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!