码迷,mamicode.com
首页 >  
搜索关键字:logic    ( 940个结果
【翻译自mos文章】OGG的集成捕捉模式支持Oracle database标准版么?
OGG的集成捕捉模式支持Oracle database标准版么? 来源于: Does OGG 11.2.1 Integrated Capture Work with Oracle Database Standard Edition? (文档 ID 1431938.1) 适用于: Oracle Gol ...
分类:数据库   时间:2017-07-01 15:24:50    阅读次数:163
【图解】weblogic.management.ManagementException: [Deployer:149164]The domain edit lock is owned by
在weblogicserver上两个project部署来回切换,常常控制台报告下面错误: <2014-10-14 上午09时30分30秒 CST> <Warning> <Deployer> <BEA-149124> <Failures were detected while initiating d ...
分类:Web程序   时间:2017-06-24 14:47:59    阅读次数:620
十大模板引擎
1) Jade Jade是一个有着完善API和惊艳特性的JavaScript模板引擎。使用空白与缩进敏感的代码格式编写HTML页面。基于Node.js,运行在服务器端。 2) Mustache Mustache是一个logic-less(无逻辑或轻逻辑)语法模板。可以用于组织HTML、配置文件、源代 ...
分类:其他好文   时间:2017-06-23 15:30:55    阅读次数:261
简单说说oracle的概要文件。
1、查询概要文件信息: select * from SYS.DBA_PROFILES; select * from SYS.DBA_PROFILES where profile='DEFAULT'; 2、 一个创建概要文件的例子: 1. CREATE PROFILE "TEST" 2. LIMIT ...
分类:数据库   时间:2017-06-22 16:58:27    阅读次数:413
使用STM32的USART的同步模式Synchronous调戏SPI
什么东西?? 我们先来看我们平常看到SPI的时序图(呵呵,要是忘记了可以去我之前写 SPI线协议详解) 现在我们来看看USART的同步模式Synchronous 是不是发现很像对吗。 连接线如下: PA7 SPI_CS PA10 SPI_MOSI PA8 SPI_CLK 我们现在先上在Logic 1 ...
分类:其他好文   时间:2017-06-22 13:28:05    阅读次数:436
Pandas的使用(1)
Pandas的使用(1) 1.绘图 运行结果为: 2.idioms 3.if-then.. 其中较为复杂的操作,根据一个dataframe的标记操作另外一个dataframe: 运行结果为: 结合numpy的where()方法来使用: 运行结果为: ...
分类:其他好文   时间:2017-06-22 10:03:47    阅读次数:176
Oracle Schema Objects
One characteristic of an RDBMS is the independence of physical data storage from logical data structures. RDBMS的特点之一是物理数据与逻辑数据结构的独立性. Introduction to ...
分类:数据库   时间:2017-06-21 16:47:20    阅读次数:223
java_web学习(十一) 一个项目的全过程
一个项目通常分为三层: 所谓三层是表述层(WEB层)、业务逻辑层(Business Logic),以及数据访问层(Data Access)。 ·WEB层:包含JSP和Servlet等与WEB相关的内容; ·业务层:业务层中不包含JavaWeb API(request、response),它只关心业务 ...
分类:编程语言   时间:2017-06-20 21:14:54    阅读次数:129
[LintCode] System Longest File Path
Suppose we abstract our file system by a string in the following manner: The string "dir\n\tsubdir1\n\tsubdir2\n\t\tfile.ext" represents: The director ...
分类:其他好文   时间:2017-06-17 10:03:46    阅读次数:206
omsp430ikmcu verilog代码
mcu core顶层:omsp430.v // // // *File Name: openMSP430.v // // *Module Description: // openMSP430 Top level file // // *Author(s): // - Olivier Girard, ...
分类:其他好文   时间:2017-06-16 17:40:29    阅读次数:270
940条   上一页 1 ... 50 51 52 53 54 ... 94 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!