#!/usr/bin/envpython3#-*-coding:utf-8-*-"""Author:Linxy--<592901071@qq.com>Purpose:Juniper备份脚本Created:2017-6-23"""importdatetimeimportsysimportosimporttelnetlibfromemailimportencodersfromemail.headerimportHeaderfromemail.mime.textimportMIMETextfro..
分类:
编程语言 时间:
2017-07-17 21:51:59
阅读次数:
398
#!/usr/bin/python
#-*-coding:utf-8-*-
"""
Author:Linxy--<592901071@qq.com>
Purpose:"此程序用于生成指定位数的同时包涵大小写字母、数字0-9、及特殊符号~!@#$%^&*()_+`[]{}|<>的字符串"
Created:2017/6/3
"""
importrandom
importsys
print("此程序用于生..
分类:
其他好文 时间:
2017-07-17 21:49:10
阅读次数:
197
CREATE OR REPLACE PACKAGE PKG_SYS_LOG IS -- Author : Li Cong -- Created : 2009-10-12 -- Purpose : 存放系统级别的日志信息,如,过程报错。 系统报错日志记录 PROCEDURE ERROR_LOG(P_P ...
分类:
数据库 时间:
2017-07-13 20:38:06
阅读次数:
218
What is Spark? ============= Apache Spark is a fast and general-purpose cluster computing system. It provides high-level APIs in Java, Scala, Python a... ...
分类:
其他好文 时间:
2017-07-11 09:35:23
阅读次数:
291
Note: Files are grouped according to purpose. Ex: commands, data files, documentation. Parts of a Unix directory tree. See the FSSTND standard (Filesy ...
分类:
系统相关 时间:
2017-07-05 13:34:32
阅读次数:
197
1、创建数据库的命令dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbname FPCSDB2 -sid FPCSDB2 -responseFile NO_VALUE -RACOneNode -RACOneNodeS ...
分类:
数据库 时间:
2017-06-30 19:55:35
阅读次数:
275
window.getComputedStyle详解 window.getComputedStyle说明:getComputedStyle()返回元素的所有CSS属性的计算值语法:var style = window.getComputedStyle(element[, pseudoElt]);参数说 ...
添加宏: 功能:把NAME(n) 中的n作为字符串返回,eg:BR_NOOP作为字符串返回 BR开头:Binder >IPC BC开头:IPC >Binder 这个函数里面: put_user 前面都加入: 2. IPC数据交互过程 源码下载方法 第一次: git clone https://git ...
分类:
其他好文 时间:
2017-06-28 10:05:00
阅读次数:
195
Partitioning is a general term used to describe the act of breaking up your logical data elements into multiple entities for the purpose of performanc ...
分类:
其他好文 时间:
2017-06-25 22:33:28
阅读次数:
325
assume cs:code,ds:data data segment db "Beginner's All-purpose Symbolic Instruction Code.",0 data ends code segment start: mov ax,data mov ds,ax mov s... ...
分类:
其他好文 时间:
2017-06-21 13:47:04
阅读次数:
144