• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 








每日三省吾身
 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页

2011年6月27日

HTTP Handler to Combine Multiple Files, Cache and Deliver Compressed Output for Faster Page Load
摘要: Download latest source code IntroductionIt's a good practice to use many small JavaScript and CSS files instead of one large JavaScript/CSS file for better code maintainability, but bad in terms of website performance. Although you should write your JavaScript code in small files and break large 阅读全文
posted @ 2011-06-27 16:20 渔樵耕读2017 阅读(239) 评论(0) 推荐(0)
 

2011年6月10日

mouseenter 与 mouseover 的区别
摘要: <html><head><script type="text/javascript" src="/jquery/jquery.js"></script><script type="text/javascript">x=0;y=0;$(document).ready(function(){ $("div.over").mouseover(function(){ $(".over span").text(x+=1); }); $(" 阅读全文
posted @ 2011-06-10 16:04 渔樵耕读2017 阅读(212) 评论(0) 推荐(0)
 

2011年5月23日

MVC资料
摘要: 1. msdn mvc2: http://msdn.microsoft.com/en-us/library/dd410596.aspx2. msdn mvc3:http://msdn.microsoft.com/en-us/library/gg416514(v=VS.98).aspx3. 博客园资料:http://www.cnblogs.com/n-pei/archive/2011/01/20/1939741.html 阅读全文
posted @ 2011-05-23 14:19 渔樵耕读2017 阅读(153) 评论(0) 推荐(0)
 

2011年5月6日

Checkboxes, Radio Buttons, Select Lists, Custom HTML Form Elements
摘要: This JavaScript and CSS will allow you to use custom images to style checkboxes, radio buttons and select lists.Checkboxes, Radio Buttons, Select Lists, Custom HTML Form ElementsHave you ever wanted to use your own images for checkboxes, radio buttons or select lists? This script will let you do tha 阅读全文
posted @ 2011-05-06 14:31 渔樵耕读2017 阅读(289) 评论(0) 推荐(0)
 

2011年3月21日

WCF和Web Service的区别与联系
摘要: 【0】问题:WCF与 Web Service的区别是什么?和ASP.NET Web Service有什么关系?WCF与ASP.NET Web Service的区别是什么?这是很多.NET开发人员容易搞错的问题。面试的时候也经常遇到。而很多新手也会因为初次接触WCF或者Web Service而陷入迷惑的境地,很多资料介绍的也不准确。我甚至和许多许多年开发经验的开发人员讨论这些问题,他们都无法分清二者的区别。相信很多人也被误导。以下是最常见的错误观点:Web Service太旧了;Web Service 就是 ASP.NET Web Service;WCF比Web Service性能好;WCF 比 阅读全文
posted @ 2011-03-21 14:21 渔樵耕读2017 阅读(350) 评论(0) 推荐(0)
 

2011年3月11日

关于WCF Ria Service的一些资料
摘要: http://blog.csdn.net/dujingjing1230/archive/2010/04/18/5498190.aspxhttp://msdn.microsoft.com/zh-cn/magazine/ee291628.aspxhttp://kb.cnblogs.com/page/90289/http://wildermuth.com/2010/04/16/Updated_RIA_Services_MVVM_Examplehttp://www.silverlightchina.net/html/zhuantixilie/getstart/2010/0815/1761.html 阅读全文
posted @ 2011-03-11 09:28 渔樵耕读2017 阅读(220) 评论(3) 推荐(0)
 

2011年3月4日

C#枚举位运算
摘要: Enumeration Types as Bit Flags You can use an enumeration type to define bit flags, which enables an instance of the enumeration type to store any combination of the values that are defined in the enumerator list. (Of course, some combinations may not be meaningful or allowed in your program code.)Y 阅读全文
posted @ 2011-03-04 10:52 渔樵耕读2017 阅读(428) 评论(0) 推荐(0)
 

2010年9月29日

11个IT人士必备的Chrome 插件
摘要: Chrome 浏览器现在可谓如日中天,与 Firefox 共同蚕食着 IE 的市场,网页开发者们可能也会开始转向这一新兴的浏览器,来调校自己的网站。而随着 Chrome 插件作者们的介入,为网页开发者提供便利的插件也纷纷崭露头角。1.Firebug LiteFirebug 绝对是最受网页开发者喜爱的 Fifefox 插件(没有之一)。通过它可以在浏览器中查看并编辑任何网页的 HTML,CSS 以及... 阅读全文
posted @ 2010-09-29 09:27 渔樵耕读2017 阅读(542) 评论(0) 推荐(0)
 

2010年9月26日

打通网络营销的任督二脉
摘要: 人体有两条重要的经络,一条为任脉,一条为督脉,任脉在前,督脉再后,一旦任督二脉打通,其功力必然大增。如何打通任督二脉呢?没有武侠小说中讲的那么难,这留到以后我写养生的书中再给大家谈,今天要给大家分享的是,如何打通网络营销的任督二脉。 在网络营销工作中,有非常重要的两个环节,一是流量,而是赚钱,前端为流量,后端为赚钱。很多懂得搞流量的人不懂的如何赚钱,不少懂得如何赚钱的不懂搞流量,一旦把网络营销的任... 阅读全文
posted @ 2010-09-26 14:41 渔樵耕读2017 阅读(165) 评论(0) 推荐(0)
 
一个搜索引擎营销高手的网站
摘要: 打开聪明点中文站:smarter.com.cn,你看到的是一个超级简单的购物引擎网站,甚至简单的连用户登录都没有;打开聪明点英文站:smarter.com, 你看到的是最近几年才稍稍复杂了一些的购物搜索引擎网站,依然和中文站相同的风格;打开聪明点日文站:smarter.co.jp, 你看到的依然是一个非常简单的购物搜索引擎网站,依然是那么简单,还有它的其他语言版本都如此....比 起国内大部分购物... 阅读全文
posted @ 2010-09-26 14:39 渔樵耕读2017 阅读(403) 评论(0) 推荐(0)
 
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页