$("#container").delegate(".item", "mouseover", function (event) { $(this).find('.covers').css({display:'block'}); });
分类:
其他好文 时间:
2016-02-17 12:32:30
阅读次数:
144
作为项目管理者,了解项目的整体情况是很重要的,以前是通过Intellij statitic插件统计代码情况的,但现在Android studio2 不能用了,于是只好通过其它方法统计了。可以直接通过Find 功能查找正则表达式 \n 和下面命令行的简单统计,但统计的维度没有插件那么详细,大家谁有更好的统计工具可以评论啊 打开终端,用cd命令 定位到工程所在的目录,然后调用以下命名即可把每个源代码文...
分类:
其他好文 时间:
2016-02-16 20:51:41
阅读次数:
259
传送门 182. Duplicate Emails My Submissions Question Total Accepted: 14498 Total Submissions: 38364 Difficulty: Easy Write a SQL query to find all duplic
分类:
其他好文 时间:
2016-02-16 18:49:14
阅读次数:
180
The definition of integer average is the highest smaller integer if average is floating point number. Also the condition if that they can not use any
分类:
其他好文 时间:
2016-02-16 13:21:15
阅读次数:
173
217. Contains Duplicate Given an array of integers, find if the array contains any duplicates. Your function should return true if any value appears a
分类:
其他好文 时间:
2016-02-16 13:19:52
阅读次数:
154
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes
分类:
其他好文 时间:
2016-02-15 22:38:44
阅读次数:
197
Find命令主要用于目标的搜索,尽量做到少使用,因为find会消耗大量的系统资源。 使用该命令时,需要避开服务器运行高峰期,最好在指定的小范围内进行搜索,不要轻易使用全盘搜索。 Find命令常用的参数有以下: -name根据名称进行匹配"*":表示通配符、"?":表示匹配一个字符 -size根据文件...
分类:
其他好文 时间:
2016-02-15 22:38:37
阅读次数:
202
问题描述: 系统:Windows 7 x64 Node.js版本:版本是:v4.2.4 LTS 安装过程参考:《Node.js入门》Windows 7下Node.js Web开发环境搭建笔记 从IBM Bluemix上下载的示例代码,本地启动调试时出现错误:Error: Cannot find module 'express' 如下图: 解决方法: 在对应的应用目录下执行命令“npm instal...
分类:
其他好文 时间:
2016-02-15 20:04:20
阅读次数:
225
本节中正则表达式的工具程序 grep,sed和awk是重点,也是难点!!! 先补充一下一. 管道| / 重定向> / xargs 如:1. 管道和重定向的区别:具体可以见 http://www.cnblogs.com/chengmo/archive/2010/10/21/1856577.html以此
分类:
系统相关 时间:
2016-02-15 19:49:08
阅读次数:
341
点击dataimport 没有handler数据 重启下 tomcat 如果没有权限 Cannot find ./catalina.shThe file is absent or does not have execute permissionThis file is needed to run t
分类:
其他好文 时间:
2016-02-15 18:26:09
阅读次数:
127