上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
2010年8月4日
摘要: 1,标准单双语 /Files/net2/index_1.jpg 阅读全文
posted @ 2010-08-04 15:55 ddxgc 阅读(217) 评论(0) 推荐(0) 编辑
2010年8月3日
摘要: set rsh=server.CreateObject("adodb.recordset") 创建记录集,并将记录都放在rsh中sql="select * from hotelb order by id desc" 创建一个查询条件,在表hotelb中查找全部数据,并以id的倒序排列rsh.open sql,conn,1,1是用conn的数据库来执行sql语句,并且指明了打开记录集rsh的方法是1... 阅读全文
posted @ 2010-08-03 19:02 ddxgc 阅读(541) 评论(0) 推荐(0) 编辑
2010年7月29日
摘要: <a href="Javascript:window.external.addFavorite('http://www.combocm.com','东莞市佳毅复合材料有限公司')">加入收藏</a><a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('ht... 阅读全文
posted @ 2010-07-29 12:12 ddxgc 阅读(165) 评论(0) 推荐(0) 编辑
2010年7月27日
摘要: <DIV> <UL id="nav"> <LI><A href="index.asp"><FONT color=#ffffff>网站首页</FONT></A> <LI><A href="about.asp" rel=dropmenu1><FONT color=#ffffff>... 阅读全文
posted @ 2010-07-27 19:49 ddxgc 阅读(965) 评论(0) 推荐(0) 编辑
2010年7月23日
摘要: 很多朋友在用Photoshop调整图片颜色的时候通常采用的简单调整“色相/饱和度”的方法,但是出来的效果整个图象都会呈现调整后的那种效果,而不是需要要改的局部颜色。譬如这样:   现在老板的要求是只把皮质部分变为绿的,而不是连布料部分也改变。这种泛绿的面料是很难找的,批了我一通。于是我在PS上琢摩了半天,发现用“替换颜色”很方便。  下面给大家详细讲... 阅读全文
posted @ 2010-07-23 18:57 ddxgc 阅读(1549) 评论(0) 推荐(0) 编辑
摘要: <div class="center_title_bar">核心业务</div> <!--图片滚动--> <span style="width:575px; float:left; margin-left:10px; margin-top:10px;"><div id="scroll_div21" style="overflow: hidden; WIDTH:576px;"><table border="0" cellpaddin 阅读全文
posted @ 2010-07-23 11:55 ddxgc 阅读(6631) 评论(0) 推荐(0) 编辑
摘要: <html><head><meta http-equiv="Content-Language" content="zh-cn"><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>网站公告滚动</title></head&g... 阅读全文
posted @ 2010-07-23 11:51 ddxgc 阅读(612) 评论(0) 推荐(0) 编辑
2010年7月22日
摘要: http://www.tool.la/QQCode/ 阅读全文
posted @ 2010-07-22 18:38 ddxgc 阅读(215) 评论(0) 推荐(0) 编辑
2010年7月21日
摘要: public class Time_Task{ public event System.Timers.ElapsedEventHandler ExecuteTask; private static readonly Time_Task _task = null; private System.Timers.Timer _timer = null; private int _interval = 1... 阅读全文
posted @ 2010-07-21 12:02 ddxgc 阅读(1129) 评论(0) 推荐(0) 编辑
摘要: 1. 文件》新建项目》其他项目类型》Visual Studio 解决方案》空白解决方案 》命名 》确定2. 选中刚刚建立的解决方案,文件》新建项目》Visual C# 》类库 》添入解决方案。这时解决方案不可见,只能看见新建的类库项目。(这步不可从右击解决方案开始)3. 重复第2步,再次新建类库项目。这时解决方案和多个类库项目均可见。4. 最后新建Web项目,新建Web项目,一定要从右击解决方案开... 阅读全文
posted @ 2010-07-21 11:58 ddxgc 阅读(2039) 评论(0) 推荐(1) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页