Python之调用函数 Python内置了很多有用的函数,我们可以直接调用。 要调用一个函数,需要知道函数的名称和参数,比如求绝对值的函数abs,只有一个参数。可以直接从Python的官方网站查看文档: http://docs.python.org/3/library/functions.html# ...
分类:
编程语言 时间:
2018-03-05 13:46:02
阅读次数:
238
查看别名: alias设置别名: 临时设置: alias show='ls -al' 永久生效: 修改 家目录/.bashrc [root@localhost ~]# cat .bashrc # .bashrc # User specific aliases and functions alias ...
分类:
系统相关 时间:
2018-03-03 23:25:59
阅读次数:
259
本文主要整理了Immutable.js常用API的使用。 Immutable 是什么? 关于Immutable的定义,官方文档是这样说的: Immutable data encourages pure functions (data-in, data-out) and lends itself to ...
错误提示:Error -27985: There is no context for HTML-based functions. A previous function may not have used "Mode=HTML" or downloaded only non-HTML page(s) ...
分类:
其他好文 时间:
2018-03-01 19:43:32
阅读次数:
302
Chapter Review 1. They are called functions. 2. It causes the contents of the file to be substituted for this directive before final compilation. 3. I ...
分类:
编程语言 时间:
2018-02-26 23:26:26
阅读次数:
205
一、tensorflow官方文档内容 Defined in tensorflow/python/ops/array_ops.py. See the guides: Math > Matrix Math Functions, Tensor Transformations > Slicing and J ...
分类:
其他好文 时间:
2018-02-26 23:21:35
阅读次数:
734
注:该脚本针对相同密码的主机需要自定义其中的密码,IP范围,秘钥文件的位置、命名等本人的秘钥文件都是默认位置,默认无命名,默认无加密#!/bin/bash . /etc/rc.d/init.d/functions #检查秘钥文件是否存在 key_file=/root/.ssh/id_rsa.pub ... ...
分类:
其他好文 时间:
2018-02-24 19:34:58
阅读次数:
153
chkconfig服务管理工具[root@localhost ~]# ls /etc/init.d/
functions netconsole network README# service 服务名 start|stop|restart //这里的服务
分类:
系统相关 时间:
2018-02-23 14:43:06
阅读次数:
277
1.1.2 Building basic functions with numpy 1.1.2.2 numpy.exp, sigmoid, sigmoid gradient 1.1.2.3 numpy.reshape(), numpy.shape 1.1.2.4 Normalizing rows n ...
分类:
其他好文 时间:
2018-02-22 10:58:15
阅读次数:
929
这周的algo讲的hashing的基本概念,以及universal hashing和bloom filters,说实话后两个我基本没怎么听懂。。。 universal hashing基本是说一种hash functions的构建方法,使得对不同输入的两次hash出现碰撞的概率不大于1/n(n是buc ...
分类:
其他好文 时间:
2018-02-20 10:37:45
阅读次数:
169