你按住Ctrl,点击你的网络就会看到你的网络变得高亮了,如果没有变化,你再点击键盘上的“[”号和“]”号就可以看到它的亮暗变化了!要想设置,你看到软件界面右下角mask level,改变其百分比,你也可以点击软件界面左上角DXP标志,再选择preferences.../Pcb Edit/Displa...
分类:
其他好文 时间:
2014-07-09 23:32:07
阅读次数:
335
1.查看SQL语句IO消耗set statistics io on select * from dbo.jx_order where order_time>'2011-04-12 12:49:57.580'set statistics io off2.查看SQL语句时间消耗set statisti....
分类:
数据库 时间:
2014-07-09 21:49:17
阅读次数:
314
//查询账单关联订单selecto.id as id,o.order_no as orderNo,o.case_no as caseNo,o.send_time as sendTime,o.final_time as finalTime,(select ca.car_no from fm_order...
分类:
数据库 时间:
2014-07-09 17:53:55
阅读次数:
259
$(function(){ serviceHeight(); $('#seconds').hide(); inputFocus();/*开始接受订单*/$('.btn_order').click(function(){ if( !$(this).hasClass('btn_s...
分类:
Web程序 时间:
2014-07-09 17:41:51
阅读次数:
238
Given an integern, generate a square matrix filled with elements from 1 ton2in spiral order.For example,Givenn=3,You should return the following matri...
分类:
其他好文 时间:
2014-07-08 23:54:39
阅读次数:
407
http://en.wikipedia.org/wiki/Order-independent_transparencyOrder-independent transparencyFrom Wikipedia, the free encyclopediaThe importance of blendi...
分类:
其他好文 时间:
2014-07-08 23:42:14
阅读次数:
355
原文地址:https://hsivonen.fi/doctype/In order to deal both with content written according to Web standards and with content written according to legacy pr...
分类:
其他好文 时间:
2014-07-08 21:51:26
阅读次数:
539
2008 年之前,浏览器中几乎所有的DOM扩展都是专有的。此后,W3C 着手将一些已经成为事实标准的专有扩展标准化并写入规范当中。
Selector API level 1 的核心是两个方法: querySelector(), querySelectorAll() .在兼容浏览器中可以通过Docuemnt 类型节点,或者Element类型节点调用。
目前已完全支持Selectors API...
分类:
编程语言 时间:
2014-07-08 19:08:32
阅读次数:
273
Bootloader:u-boot.2009.08分析与移植
4.1:分析u-boot根目录下的Makefile,可以看到uboot编译的顺序如下,由此可知编译执行的第一个文件是cpu/$(CPU)/start.o,又由于是基于arm920t架构的,所以去分析cpu/arm920t/start.S源文件。
# U-Boot objects....order is important (i.e....
分类:
其他好文 时间:
2014-07-08 15:34:46
阅读次数:
151
You have two numbers represented by a linked list, where each node contains a single digit. The digits are stored in reverse order, such that the 1’s ...
分类:
其他好文 时间:
2014-07-08 13:34:40
阅读次数:
195