摘要: CSS代码<style>*{ padding:0px; margin:0px;}body{ font-size:12px; line-height:150%; color:#666666}a{ color:#003399; text-decoration:none}a:hover{ color:#999900;}div{ overflow:hidden}.box{ width:300p... 阅读全文
posted @ 2009-07-06 23:56 DELPHI&.NET初学者[TECSOON WENDAY] 阅读(1008) 评论(0) 推荐(0)
摘要: CSS代码<style>body{ -moz-user-select:none; hutia:expression(this.onselectstart=function(){return(false)});}</style>HTML代码CSS控制网页内容不可选择和复制,试试看能不能复制?<h3>Copy Text</h3> 阅读全文
posted @ 2009-07-06 23:53 DELPHI&.NET初学者[TECSOON WENDAY] 阅读(212) 评论(0) 推荐(0)
摘要: CSS代码<style type="text/css">.Image { max-width:100px;height:auto;cursor:pointer; border:1px dashed #4E6973;padding: 3px; zoom:expression( function(elm) { if (elm.width>100) { var o... 阅读全文
posted @ 2009-07-06 23:49 DELPHI&.NET初学者[TECSOON WENDAY] 阅读(245) 评论(0) 推荐(0)
摘要: //Image.cpp 98-8-8 //处理轮廓图像所对应的矢量图 //采用轮廓跟踪法进行处理#include "stdafx.h"#include "stdio.h"#include "osm2view.h"#include "image.h"#include "global.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic ... 阅读全文
posted @ 2009-07-06 15:33 DELPHI&.NET初学者[TECSOON WENDAY] 阅读(682) 评论(0) 推荐(0)