selectdistinctb.MaterialID,a.id,a.InNo,a.Title,a.FromType,a.FromBillID,d.orderNo
,a.Executor,h.EmployeeNameasExecutorName,a.Processor,e.EmployeeNameasProcessorName
,a.EnterDate,a.projectID,a.totalProduct
,casea.billStatuswhen‘0‘then‘制单‘when‘1‘then‘执行..
分类:
其他好文 时间:
2017-04-21 15:00:27
阅读次数:
130
less官方介绍文档(http://lesscss.org/#docs) Getting Started Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow ...
分类:
其他好文 时间:
2017-04-20 22:55:44
阅读次数:
260
linux下查看CPU的信息主要通过查看/proc/cpuinfo这个文件。一、针对/proc/cpuinfo文件,我们需要查看processor,physicalid,siblings,coreid,cpucores这几个字段。1.拥有相同physicalid的所有逻辑处理器共享同一个物理插座。每个physicalid代表一个唯一的物理封装,即一颗CP..
分类:
系统相关 时间:
2017-04-20 22:06:32
阅读次数:
190
目前,存在着各种计时函数,一般的处理都是先调用计时函数,记下当前时间tstart,然后处理一段程序,再调用计时函数,记下处理后的时间tend,再tend和tstart做差,就可以得到程序的执行时间,但是各种计时函数的精度不一样.下面对各种计时函数,做些简单记录. 方法1,time()获取当前的系统时 ...
分类:
编程语言 时间:
2017-04-20 17:02:26
阅读次数:
139
描述 编写一程序,识别依次读入的一个以“#”为结束符的字符序列是否为形如“序列1@序列2”模式的字符序列。期中序列1和序列2中都不含字符“@”,且序列2是序列1的逆序列。例如“a+b@b+a”是满足条件的序列字符,而“1+3@3-1”则不是。 input 一个以“#”结束的字符序列。 output ...
分类:
其他好文 时间:
2017-04-18 09:45:40
阅读次数:
238
MIPI Mobile Industry Processor Interface(移动产业处理器接口) pl = sippCreatePipeline(1, 3, SIPP_MBIN(mbinSippImg)); SIPP_MBIN(mbinSippImg)用于指向mbin(Myriad Binar ...
分类:
其他好文 时间:
2017-04-17 23:38:22
阅读次数:
220
我们在做数据分析,清洗的过程中,很多时候会面对各种各样的数据源,要针对不同的数据源进行清洗,入库的工作。当然python这个语言,我比较喜欢,开发效率高,基本上怎么写都能运行,而且安装配置简单,基本上...
分类:
数据库 时间:
2017-04-16 11:29:06
阅读次数:
524
枚举类型 枚举类型(enumeration)是C++中的一种派生数据类型,它是由用户定义的若干枚举常量的集合。 如果一个变量只有几种可能的值,可以定义为枚举(enumeration)类型。所谓"枚举"是指将变量的值一一列举出来,变量的值只能在列举出来的值的范围内。 创建枚举,需要使用关键字 enum ...
分类:
编程语言 时间:
2017-04-15 20:02:19
阅读次数:
228
7.1 Task State Segment 任务状态段 All the information the processor needs in order to manage a task is stored in a special type of segment, a task state se ...
分类:
其他好文 时间:
2017-04-11 14:09:09
阅读次数:
256
8.2 I/O Instructions I/O指令 The I/O instructions of the 80386 provide access to the processor's I/O ports for the transfer of data to and from peripher ...
分类:
其他好文 时间:
2017-04-11 13:56:51
阅读次数:
272