码迷,mamicode.com
首页 >  
搜索关键字:purpose    ( 531个结果
Understanding Item Import and Debugging Problems with Item Import (Doc ID 268968.1)
In this Document Purpose Details Scenario 1: Testing the basic item import with minimum columns populated ...
分类:其他好文   时间:2014-11-30 19:59:01    阅读次数:314
Python发送邮件
```python #!/usr/bin/env python # -*- coding: utf-8 -*- # Author: guojing # Date: 2014-10-23 # Purpose: 发送邮件 ‘‘‘ 发送邮件 Parameters:主题、接受者(多个用‘,‘分割)、抄送(多个用‘,‘分割)、内容(可以...
分类:编程语言   时间:2014-11-27 13:01:24    阅读次数:192
Useful Scripts for E-Business Suite Applications Analysts
In this Document   Purpose   Questions and Answers   IMPORTANT:   1. How to find versions of files in packages?   2. How to check if a...
分类:移动开发   时间:2014-11-19 18:40:19    阅读次数:216
论docker中 CMD 与 ENTRYPOINT 的区别
Dockerfile里有 CMD 与 ENTRYPOINT 两个功能咋看起来很相似的指令,开始的时候觉得两个互用没什么所谓,但其实并非如此:CMD指令:The main purpose of a CMD is to provide defaults for an executing containe...
分类:其他好文   时间:2014-11-16 21:21:15    阅读次数:304
centos监视文件系统脚本
vi /root/dfmon.sh#!/bin/bash#AUTHOR:kiki#DATE:20141115#PURPOSE:be used to monitor file system.fsvalue=80dfwork="/tmp/dfwork">$dfworkdf |tail -n +2 |aw...
分类:其他好文   时间:2014-11-15 22:58:19    阅读次数:224
GPIO
一、什么是GPIO? 首先应该理解什么是GPIO。GPIO,英文全称为General-Purpose IO ports,也就是通用IO口。在嵌入式系统中经常有数量众多,可是结构却比較简单的外部设备/电路,对这些设备/电路有的须要CPU为之提供控制手段,有的则须要被CPU用作输入信号。并且,很多这种设...
分类:其他好文   时间:2014-11-12 20:58:38    阅读次数:296
ibatis中如何调用出参为游标的存储过程
1)创建出参为游标的存储过程--创建一个产品合作伙伴的packagecreateorreplacepackageXXX.product_partner_procis--Author:XXX--Created:2014/11/119:39:29--Purpose:XXX--PublicfunctionandproceduredeclarationstypeT_CURSORisrefcursor;procedureget_sale_partner_um_code(p_..
分类:其他好文   时间:2014-11-11 23:06:55    阅读次数:506
Process Order API - How To Scripts
In this Document   Purpose   Questions and Answers   References APPLIES TO: Oracle Order Management - Version 11.5 to 12.2.3 [Release 11.5 to 12.2]...
分类:Windows程序   时间:2014-11-11 19:11:54    阅读次数:423
Using UTL_DBWS to Make a Database 11g Callout to a Document Style Web Service
In this Document   Purpose   Scope   Details APPLIES TO: Oracle Database - Enterprise Edition - Version 11.1.0.6 and later Web Services - Version 1...
分类:数据库   时间:2014-11-09 18:06:19    阅读次数:262
Model-View-ViewModel (MVVM) Explained 转摘自:http://www.wintellect.com/blogs/jlikness/model-view-viewmodel-mvvm-explained
The purpose of this post is to provide an introduction to the Model-View-ViewModel (MVVM) pattern. While I've participated in lots of discussions onli...
分类:Windows程序   时间:2014-11-06 10:41:01    阅读次数:403
531条   上一页 1 ... 45 46 47 48 49 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!