指定jdk 的版本: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreemen ...
分类:
其他好文 时间:
2018-06-18 23:16:54
阅读次数:
183
1 # 指定拥有运行nginx权限的用户 2 #user nobody; 3 4 # 指定开启的进程数,建议设置为CPU核心数 5 worker_processes 1; 6 7 # 指定全局错误日志级别,包括:debug/info/notice/warn/error/crit 8 #error_l... ...
分类:
其他好文 时间:
2018-06-16 17:00:49
阅读次数:
179
题意:找第0个顶点到第1个顶点建,每条边距离最小的那个长度 思路:Dijkstra松弛的时候改一下就行了 notice:WA了一小时,就因为输出写的.3lf,要写成.3f,黑人问号??? ...
分类:
其他好文 时间:
2018-06-15 20:01:53
阅读次数:
165
服务端启动时,就启动线程通过NIO监听网络端口。每个连接都会有一个上下文环境对象,当接收到请求后,会在上下文环境对象中进行处理。 服务端启动线程,监听网络端口,(NIOServerCnxn.Factory): 1 static public class Factory extends Thread ...
分类:
其他好文 时间:
2018-06-15 15:45:03
阅读次数:
153
A + B Problem II Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 399645 Accepted Submission(s): ...
分类:
其他好文 时间:
2018-06-11 10:54:09
阅读次数:
152
Linear Regression with PyTorch Problem Description 初始化一组数据 $(x,y)$,使其满足这样的线性关系 $y = w x + b$ 。然后基于反向传播法,用均方误差(mean squared error)去拟合这组数据。 Notice 这一行代码 ...
分类:
其他好文 时间:
2018-06-11 00:35:03
阅读次数:
178
从教务网爬虫程序到腾讯云上的运行 主要内容有以下几方面: pip3以及相关python包的安装 mysql数据库的连接以及相关操作 腾讯云服务器的设置与连接,文件传输等操作 pip3以及相关python包的安装 在使用python3时,需要安装对应的pip版本,即pip3.ubuntu系统下的安装方 ...
分类:
其他好文 时间:
2018-06-09 23:23:01
阅读次数:
302
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev... ...
分类:
其他好文 时间:
2018-06-08 18:30:20
阅读次数:
1524
题目描述 JSZKC is going to spend his vacation! His vacation has N days. Each day, he can choose a T-shirt to wear. Obviously, he doesn’t want to wear a si ...
分类:
其他好文 时间:
2018-06-05 23:22:55
阅读次数:
189
author:headsen chen date:2018-06-04 11:20:38 notice:This article is created by headsen chen himself and not allowed to copy.or you will count law ques ...
分类:
其他好文 时间:
2018-06-04 14:30:35
阅读次数:
135