码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
《Pearls.of.Functional.Algorithm.Design》pdf
下载地址: "网盘下载" Richard Bird takes a radically new approach to algorithm design, namely, design by calculation. These 30 short chapters each deal with a ...
分类:其他好文   时间:2018-07-22 01:00:51    阅读次数:218
supervisor介绍与使用
Supervisor安装与配置(linux/unix进程管理工具) Supervisor(http://supervisord.org/)是用Python开发的一个client/server服务,是Linux/Unix系统下的一个进程管理工具,不支持Windows系统。它可以很方便的监听、启动、停止 ...
分类:其他好文   时间:2018-07-18 19:12:14    阅读次数:209
Linux pwn入门教程——格式化字符串漏洞
本文作者:Tangerine@SAINTSEC 原文来自:https://bbs.ichunqiu.com/thread-42943-1-1.html 0×00 printf函数中的漏洞printf函数族是一个在C编程中比较常用的函数族。通常来说,我们会使用printf([格式化字符串],参数)的形 ...
分类:系统相关   时间:2018-07-18 17:03:26    阅读次数:247
使用Docker安装PaddlePaddle安装过程中出现的几个问题
Unable to create: 已停止该运行的命令,因为首选项变量“ErrorActionPreference”或通用参数设置为 Stop: 无法新建虚拟机。 “MobyLinuxVM”无法实现。(虚拟机 ID 007A6003 90D1 4369 BD8C 75703089EE73) 这个问题 ...
分类:其他好文   时间:2018-07-15 21:23:37    阅读次数:256
计算机程序的构造和解释原书第2版PDF
作者: Harold Abelson / Gerald Jay Sussman / Julie Sussman 出版社: 机械工业出版社 副标题: 原书第2版 原作名: Structure and Interpretation of Computer Programs 译者: 裘宗燕 出版年: 20 ...
分类:其他好文   时间:2018-06-28 19:21:30    阅读次数:139
python基础(1)
基础安装配置 1、安装python 2.7默认安装路径:C:\python27 3.6 64位默认安装路径:C:\Users\Jam\AppData\Local\Programs\Python\Python35 Linux的yum依赖自带Python,为防止错误,此处更新其实就是再安装一个Pytho ...
分类:编程语言   时间:2018-06-24 21:39:27    阅读次数:172
装饰器执行顺序问题
执行顺序是wrap1 >wrap2>test_wrap>wrap2>wrap1: C:\Users\x\AppData\Local\Programs\Python\Python36\python.exe "C:\Program Files\JetBrains\PyCharm Community Ed ...
分类:其他好文   时间:2018-06-21 11:50:14    阅读次数:225
里氏替换原则 Liskov Substitution Principle
If for each object o1 of type S there is an object o2 of type T such that for all programs P defined in terms of T, the behavior of P is unchanged whe ...
分类:其他好文   时间:2018-06-15 12:59:32    阅读次数:136
Java入学考试的五道题
打印前100个prime numbers https://www.includehelp.com/java-programs/sort-an-array-in-ascending-order.aspx https://beginnersbook.com/2014/01/java-program-to ...
分类:编程语言   时间:2018-06-10 23:05:35    阅读次数:287
Python接收执行参数
1、python内置模块sys的sys.argv函数会将解释器执行时的所有参数保存为一个列表。 a、首先创建文件login.py b、执行login.py文件 c、执行login.py文件并传入参数 ...
分类:编程语言   时间:2018-06-03 14:49:37    阅读次数:183
760条   上一页 1 ... 14 15 16 17 18 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!