码迷,mamicode.com
首页 >  
搜索关键字:css3 not target    ( 33911个结果
CSS3/jQuery创意盒子动画菜单
作为前端开发者,各种各样的jQuery菜单见过不少,这款jQuery/CSS3菜单却是别具一格,菜单项嵌入到九宫格中,像小盒子一样,加上温馨的背景,菜单整体外观十分可爱。点击菜单项,盒子就会展开,展示该菜单项具体的内容。该CSS3菜单在展开时也有不错的动画效果。详细说明:http://html5.6...
分类:Web程序   时间:2014-06-27 20:08:03    阅读次数:188
Delphi XE2 生成的.exe 在未安装有Delphi的电脑上运行提示 “丢失 rtl160.bpl”
解决方案:XE2中加入了多平台的概念,默认的Release模式,也是带包编译,带运行时库的,所以,需要手工设置一下工程选项:打开工程以后,Project-->Options-->左侧树列表选中C++ Linker-->右侧上方的Target选择Release configuration 下的 32-...
分类:其他好文   时间:2014-06-27 13:06:58    阅读次数:249
[leetcode] Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number.
分类:其他好文   时间:2014-06-27 12:59:50    阅读次数:176
[leetcode] Combination Sum II
Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T.
分类:其他好文   时间:2014-06-27 12:52:03    阅读次数:213
[leetcode] Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:其他好文   时间:2014-06-27 12:30:39    阅读次数:204
[leetcode] 4Sum
Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array whic...
分类:其他好文   时间:2014-06-27 12:13:18    阅读次数:207
6月25号=》211页-215页
9.1.1 CSS3新增的box-sizing属性 css3新增了box-sizing属性来设置width、height控制哪些区域的宽度、高度、这样就可以让开发者控制起来更加方便。 例如有些时候,开发者需要控制的并不是该元素内容的宽度,高度,而是该元素整体(包括padding...
分类:其他好文   时间:2014-06-26 15:08:09    阅读次数:184
干货分享!12款响应式的移动网站模板免费下载
如果你打算开发网站,你想要关注的第一件事就是网站的外观和感觉。另外用户体验很重要,现在是属于移动互联的时代,用户有可能通过移动设备浏览你的网站,因此同样重要的是要考虑你的网站在移动端的使用体验。使用 HTML5 和 CSS3 响应式设计的理念能够提供更好的体验。
分类:移动开发   时间:2014-06-26 15:03:39    阅读次数:351
OFFICE 修改记录保存在单元格批注中vba
Dim ydtext As String '原单元格值Private Sub Worksheet_Change(ByVal Target As Range)If Target.Cells.Count = 1 ThenDim mycom As CommentDim ybzstr As String '...
分类:其他好文   时间:2014-06-26 12:22:59    阅读次数:272
veridata实验举例(3)验证veridata查找出insert操作导致的不同步现象
veridata实验举例(3)验证veridata查找出insert操作导致的不同步现象 续接:《veridata实验举例(2)验证表BONUS与表SALGRADE两节点同步情况》,地址:点击打开链接 环境: Item Source System Target System Platform Red Ha...
分类:其他好文   时间:2014-06-26 12:04:05    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!