码迷,mamicode.com
首页 >  
搜索关键字:markov process    ( 11005个结果
Linux 程序安装目录 /opt 目录和 /usr/local 目录
1. opt 目录 /opt 目录用来安装附加软件包,是用户级的程序目录,可以理解为 D:/Software。 安装到 /opt 目录下的程序,它所有的数据、库文件等等都是放在同个目录下面。 opt 有可选的意思,这里可以用于放置第三方大型软件(或游戏),当你不需要时,直接 rm -rf 掉即可。在 ...
分类:系统相关   时间:2020-07-24 16:10:31    阅读次数:101
9 Process Function (Low-Level API)
一 8个Process Function (1) ProcessFunction 在没有开窗和keyby的情况下使用 (2) KeyedProcessFunction 在keyby之后使用 (3) CoProcessFunction (4) ProcessJoinFunction (5) Broad ...
分类:Windows程序   时间:2020-07-24 09:45:54    阅读次数:83
中间件的应用
流程 客户端发起请求 –> 进到wsgi(模型) –> 中间件(request_process) –> 路由(urls.py) –> 中间件(view_process) –> view(视图操作 -> orm操作 -> mysql ) –> 中间件(process_response before_t ...
分类:其他好文   时间:2020-07-23 16:28:46    阅读次数:86
os注入
其实原理和sql注入差不多,都是通过拼接执行语句,达到黑客的恶意目的 以nodejs为例,例如在接口中需要从github上下载指定的repo const exec = require('mz/child_process').exec; let params = {/* 用户输入的参数 */} exe ...
分类:其他好文   时间:2020-07-23 01:44:26    阅读次数:80
concurrent.futures
import os import sys import time from threading import Thread from multiprocessing import Process from concurrent.futures import ThreadPoolExecutor, P ...
分类:其他好文   时间:2020-07-22 11:09:30    阅读次数:59
spring集成shiro的配置信息
一.依赖的引入 <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <version>1.3.2</version> <exclusions> <exclusion> <groupI ...
分类:编程语言   时间:2020-07-22 01:59:11    阅读次数:70
Java多线程基础
程序、进程、线程的理解 程序(program):为完成特定任务、用某种语言编写的一组指令的集合。即指一 段静态的代码,静态对象。 进程(process):是程序的一次执行过程,或是正在运行的一个程序。 线程(thread):进程可进一步细化为线程,是一个程序内部的一条执行路径。 Java线程创建的方 ...
分类:编程语言   时间:2020-07-21 22:26:45    阅读次数:58
[POJ1354D]Multiset(权值线段树)
【原题】 Note that the memory limit is unusual. You are given a multiset consisting of nn integers. You have to process queries of two types: add integer  ...
分类:其他好文   时间:2020-07-21 21:33:29    阅读次数:83
Leetcode
Record the process of Leetcode by issue Weekly Contest Date Weekly Contest 162 11/10/2019 BiWeekly Contest 13 11/16/2019 Weekly Contest 163 11/17/2019 ...
分类:其他好文   时间:2020-07-21 14:05:16    阅读次数:84
016.Nginx HTTPS
一 HTTPS概述 1.1 HTTPS介绍 超文本传输安全协议HTTPS(Hypertext Transfer Protocol Secure)是超文本传输协议和SSL/TLS的组合,用以提供加密通讯及对网络服务器身份的鉴定。 HTTPS也可以理解为HTTP over SSL,即HTTP连接建立在S ...
分类:Web程序   时间:2020-07-21 13:59:31    阅读次数:87
11005条   上一页 1 ... 31 32 33 34 35 ... 1101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!