In this Document Purpose Details Scenario 1: Testing the basic item import with minimum columns populated ...
分类:
其他好文 时间:
2014-11-30 19:59:01
阅读次数:
314
```python #!/usr/bin/env python # -*- coding: utf-8 -*- # Author: guojing # Date: 2014-10-23 # Purpose: 发送邮件 ‘‘‘ 发送邮件 Parameters:主题、接受者(多个用‘,‘分割)、抄送(多个用‘,‘分割)、内容(可以...
分类:
编程语言 时间:
2014-11-27 13:01:24
阅读次数:
192
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
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
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,英文全称为General-Purpose IO ports,也就是通用IO口。在嵌入式系统中经常有数量众多,可是结构却比較简单的外部设备/电路,对这些设备/电路有的须要CPU为之提供控制手段,有的则须要被CPU用作输入信号。并且,很多这种设...
分类:
其他好文 时间:
2014-11-12 20:58:38
阅读次数:
296
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
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]...
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
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...