1. http://www.press75.com/
2. http://www.cssplay.co.uk/menu/photo_not_so_simple
3. http://www.rottenneighbor.com/
4. http://www.javalobby.org/articles/liferay/
5. http://www.customorderthis.com/?ref=62627
6. http://ixxus.co.uk/
7. http://sonicmemo.com/sonicmemo.htm
8. JW player
9. CNN
10 ...
今天在做一个网页时,在IE7下发现一个奇怪的问题,先看代码:
<div style="float: left;">
<img id="pic1" src="images/picture1.jpg" style="border:4px solid #191919;"
width="553" height="179" />
</div>
感觉代码没问题,可是预览时总是发现图片下方和div边框之间有一条大概4px的空隙,最后还是得以解决。
最简单的办法是,标签写在一行中:
<div style="width: 900px; ...
- 20:37
- 浏览 (160)
- 评论 (0)
- 分类: 技术研究
- 发布在 济南JavaEyer群 圈子
关键时刻,一毛钱也能难死英雄汉!编程中有些细节问题也会让你浪费很多时间。
今天看别人的代码的时候,看到了这样一种写法:
var a = function(){......}();
省略号代表部分代码。
开始时我没看明白这事什么意思,经一个js大虾网友点拨后才明白,这只是一种js对象编程的代码简化。
例如:
add = function(){
return 2+3;
}
var _i = add();
运行后,_i的值是5。你可以把上面的这段代码这样写:
var _i = function(){return 2+3;}();
当方法代参数的情况下呢?
例 ...
- 10:32
- 浏览 (299)
- 评论 (1)
- 分类: javascript
- 发布在 济南JavaEyer群 圈子
ClusterMain.java
package eu.eodigos.kmean;
import java.util.Iterator;
import java.util.List;
import java.util.Vector;
import eu.eodigos.hibernate.bean.ClusterInput;
import eu.eodigos.hibernate.server.AccessDBServer;
import eu.eodigos.hibernate.server.AccessDBServerImp;
/**
* @author ...
- 09:30
- 浏览 (160)
- 评论 (0)
- 分类: 技术研究
- 发布在 济南JavaEyer群 圈子
A Tutorial on Clustering Algorithms
Clustering: An Introduction
What is Clustering?Clustering can be considered the most important unsupervised learning problem; so, as every other problem of this kind, it deals with finding a structure in a collection of unlabeled data.A loose definition of c ...
- 09:50
- 浏览 (147)
- 评论 (0)
- 分类: 工作
- 发布在 济南JavaEyer群 圈子
- 浏览: 190909 次
- 性别:

- 来自: 山东济南

- 详细资料
搜索本博客
我的相册
image007
共 105 张
共 105 张
最近加入圈子
最新评论
-
让人头疼的新手
ql = " from OccurProj a where a.id=" + i ...
-- by kimmking -
让人头疼的新手
sql = " select sum(amount) from OccurPro ...
-- by kimmking -
让人头疼的新手
这样的新人,为什么会转正,当初怎么过试用期的!这才是应该反思的!
-- by javaxy -
svg应用
你好,我目前在做的一个项目也是使用SVG做实时监控,目前已经实现了主要功能,但是 ...
-- by zpj888 -
让人头疼的新手
moneyworship 写道太恐怖了吧~~这..这..太刺激了~~ ???
-- by daoger






评论排行榜