
一些常用技巧
bmzyDream_007
每天进步一点点,快乐就会多一点。
很多知识看了当时理解,但是过段时间就会淡忘,所以我把他记在这个blog里面,有些是引用他人的。谢谢。。。
博观而约取,厚积而薄发
展开
-
使用IE Developer tool定位code source
<br />1. 在浏览器打开你需要的网页<br />2. 点击Tools -->Developer Tools (或者直接点击F12)<br />3. Developer Tool界面弹出<br />4. 点击Find-->Select Element by Click (或者 Ctrl + B)<br />5. 选择step1 网页中的文本或者其他<br /> <br />原创 2011-05-09 05:38:00 · 1125 阅读 · 0 评论 -
out 和 ref
我看的C#入门经典,其中讲到函数中的ref和out!ref我明白,但是out的作用是什么? 我不太明白有个例子:static int MaxValue(int[] intArray, out int maxIndex) { int maxval = intArray[0]; maxIndex = 0;for (int i转载 2014-12-17 09:18:01 · 799 阅读 · 0 评论 -
项目小记
tech:Knockout,typescript,C原创 2014-09-26 07:26:55 · 610 阅读 · 0 评论 -
how to convert a object to json file immediately during debug?
how to convert a object to json file immediately原创 2014-09-20 06:46:16 · 913 阅读 · 0 评论 -
Div 的使用
http://www.cnblogs.com/Nimitz/archive/2010/04/24/1719327.htmldiv style常用属性一、常用属性:1、Height:设置DIV的高度。2、Width:设置DIV的宽度。例:转载 2014-03-29 13:03:56 · 642 阅读 · 0 评论 -
Subnet Mask Calculator
Subnet MaskCalculator-子网掩码计算器http://bbs.szwblm.com/dv_rss.asp?s=xhtml&boardid=15&id=25017&page=6 子网掩码(subnet mask)又叫网络掩码、地址掩码、子网络遮罩,它是一种用来指明一个IP地址的哪些位标识的是主机所在的子网以及哪些位标识的是主机的位掩码。子网掩码不能单独存在,它必原创 2011-11-30 08:57:24 · 780 阅读 · 0 评论 -
PSTools
how to get the PSTools?from here:http://technet.microsoft.com/en-us/sysinternals/bb897553.aspxAfter download the PSToos, you can extra teh PSToos, thenk you will get a set of PC tools. that cotain原创 2013-05-16 02:21:58 · 946 阅读 · 0 评论 -
How to combin 2 dictionary object to single one:
How to combin 2 dictionary object to single one: using System.Linq;using System.Linq.Expressions; Dictionary d1 = new Dictionary(原创 2011-08-27 07:32:15 · 558 阅读 · 0 评论 -
单元测试FAQ-VSTS
在单元测试中方法被标记为 [ClassInitialize()], [TestInitialize()], [ClassCleanup()] 和[TestCleanup()]有什么区别?·带有[ClassInitialize()]特性的方法在执行类中第一个测试之前调用。转载 2011-08-23 12:58:05 · 554 阅读 · 0 评论 -
How to enable the IntelliSense of SQL Server 2008
Link:http://blog.sqlauthority.com/2009/03/31/sql-server-2008-intellisense-does-not-work-enable-intellisense/ While I was working with SQL Se原创 2011-07-16 01:24:55 · 630 阅读 · 0 评论 -
/r, /n 和 /r/n的来历与区别
/r, /n 和 /r/n的来历与区别原创 2011-04-28 04:48:00 · 1610 阅读 · 0 评论 -
div example
Icon Type Massage原创 2014-03-30 20:10:49 · 690 阅读 · 0 评论