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; ...
关键时刻,一毛钱也能难死英雄汉!编程中有些细节问题也会让你浪费很多时间。 今天看别人的代码的时候,看到了这样一种写法: var a = function(){......}(); 省略号代表部分代码。 开始时我没看明白这事什么意思,经一个js大虾网友点拨后才明白,这只是一种js对象编程的代码简化。 例如: add = function(){ return 2+3; } var _i = add(); 运行后,_i的值是5。你可以把上面的这段代码这样写: var _i = function(){return 2+3;}(); 当方法代参数的情况下呢? 例 ...
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 ...
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 ...
daoger
  • 浏览: 190909 次
  • 性别: Icon_minigender_1
  • 来自: 山东济南
  • 详细资料
搜索本博客
我的相册
Fe9b8bf5-5e8b-35c4-ad80-88fec768d45c-thumb
image007
共 105 张
存档
最新评论