码迷,mamicode.com
首页 >  
搜索关键字:purpose    ( 531个结果
python3备份juniper交换机
#!/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
SQL PKG示例
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
Linux Directory Structure
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
oracle RAC 创库,停启库,删除库
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详解 window.getComputedStyle说明:getComputedStyle()返回元素的所有CSS属性的计算值语法:var style = window.getComputedStyle(element[, pseudoElt]);参数说 ...
分类:Windows程序   时间:2017-06-30 19:49:18    阅读次数:312
第6课第2节_Binder系统_驱动情景分析_打印数据交互过程
添加宏: 功能:把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
【转载】sharding和partition区别
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
汇编实验11
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
531条   上一页 1 ... 22 23 24 25 26 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!