码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
存储过程-使用(二)
一、查询1、简单的无参数的查询我的数据库为后台,里面有表admin下面就我进行对admin表查询。USE houtai;DELIMITER //CREATE PROCEDURE phelloword()BEGINSELECT * FROM admin;END//CALL phelloword()执行...
分类:其他好文   时间:2014-06-12 23:48:58    阅读次数:382
PatentTips - Write Combining Buffer for Sequentially Addressed Partial Line Operations
SUMMARY OF THE INVENTION The present invention pertains to a write combining buffer for use in a microprocessor. The microprocessor fetches data and i...
分类:其他好文   时间:2014-06-12 23:38:04    阅读次数:435
PatentTips - Optimizing Write Combining Performance
BACKGROUND OF THE INVENTION The use of a cache memory with a processor facilitates the reduction of memory access time. The fundamental idea of cache ...
分类:其他好文   时间:2014-06-12 20:04:48    阅读次数:441
Supported Values for @SuppressWarnings(转)
Update July 2011:This list has been reviewed and made current with the most recent Eclipse 3.7 release.If you are a Java developer and use the new @Su...
分类:其他好文   时间:2014-06-12 17:10:17    阅读次数:278
[转]Oracle 11g Direct NFS
Direct NFS ClientNAS storage devices use the Network File System (NFS) to access data. In Oracle Database 10g, NAS devices were accessed using operati...
分类:数据库   时间:2014-06-12 14:47:29    阅读次数:421
How To Use XDOLoader to Manage, Download and Upload Files? (文档 ID 469585.1)
Applies to:BI Publisher (formerly XML Publisher) - Version 5.6.3 to 5.6.3 [Release 5] Information in this document applies to any platform. Oracle XML...
分类:其他好文   时间:2014-06-12 11:06:58    阅读次数:325
Qt官方教程翻译——Use Case - Visual Elements In QML
附网址:http://qt-project.org/doc/qt-5/qtquick-usecase-visual.html Use Case - Visual Elements In QML —— 用例 - QML中的可视化元素 The Rectangle Type —— 矩形 对于最基本的视觉元素,Qt Quick提供了Rectangle类型来绘制矩形。这些矩形可以使...
分类:其他好文   时间:2014-06-10 17:21:33    阅读次数:399
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!