1 、在PCB页面,用Keep-Out Layer画出板子形状(封闭的形状)2 、按住Shift依次选中Keep-Out Layer线条3 、Design --> Board Shape --> Define from selected objects。掏洞 1、Design / Board sh....
分类:
其他好文 时间:
2015-05-17 20:16:23
阅读次数:
110
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.
For example, given the following triangle
[
[2],
[3,4],
[...
分类:
其他好文 时间:
2015-05-17 18:51:14
阅读次数:
100
You probably have played the game “Throwing Balls into the Basket”. It is a simple game. You have to throw a ball into a basket from a certain distance. One day we (the AIUB ACMMER) were playing the ga...
常常因为磁盘空间不足的原因,须要删除旧文件,因此希望有一个函数,可以查找到某个时间点之前的文件,并删除之。用newLISP来实现的话,须要相似这种功能:(define (location-file-based-on-modified-time dir-path from-seconds to-sec...
分类:
其他好文 时间:
2015-05-17 18:36:23
阅读次数:
135
use master--转到系统数据库master go--判断系统sysdatabases中是否存在stu数据库if exists( select * from sysdatabases where name='stu')drop database stu--如果有则删除go--执行--创建数据库...
分类:
数据库 时间:
2015-05-17 18:26:41
阅读次数:
148
1.TriangleGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, gi...
分类:
编程语言 时间:
2015-05-17 18:19:11
阅读次数:
187
1.首先要是没有打印的记录。2.其次是要按照时间,时间是要按照倒序排列。1 1 select Top 10 下载文件的URL from 表的名称 where 是否打印 = 0 and order by 上传时间 desc*是否打印,使用字段bit,0是没有打印,1是已经打印
分类:
数据库 时间:
2015-05-17 18:18:11
阅读次数:
129
https://leetcode.com/problems/remove-nth-node-from-end-of-list/Remove Nth Node From End of ListGiven a linked list, remove thenthnode from the end of ...
分类:
编程语言 时间:
2015-05-17 18:11:17
阅读次数:
139
帝国CMS实现一二级导航及其高亮 可以用以下方法实现一二级导航 ">首页 [e:loop={'select classid,classname,classpath from [!db.pre!]enewsclass where bclassid=0 and showclass=0 order by....
分类:
其他好文 时间:
2015-05-17 18:07:53
阅读次数:
335
mysql> show index from tblname;
mysql> show keys from tblname;
· Table
表的名称。
· Non_unique
如果索引不能包括重复词,则为0。如果可以,则为1。
· Key_name
索引的名称。
· Seq_in_index
索引中的列序列号,从1开始。
· Colu...
分类:
数据库 时间:
2015-05-17 15:22:58
阅读次数:
124