码迷,mamicode.com
首页 >  
搜索关键字:pat    ( 13517个结果
nginx实现tcp负载均衡
1 安装支持库 yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel yum install pcre-devel2 cd 到 /usr/local目录 下载第三方模块 wget https://githu ...
分类:其他好文   时间:2019-05-02 09:28:02    阅读次数:205
PAT 1020 Tree Traversals
1020 Tree Traversals (25 分) 1020 Tree Traversals (25 分) 1020 Tree Traversals (25 分) Suppose that all the keys in a binary tree are distinct positive i ...
分类:其他好文   时间:2019-05-02 09:19:39    阅读次数:97
Node.js上传文件
下载代码 ...
分类:Web程序   时间:2019-05-02 00:11:24    阅读次数:172
异步IO之gevent
import gevent import requests from gevent import monkey monkey.patch_all() def fetch_async(method, url, req_kwargs): print(method, url, req_kwargs) re ...
分类:其他好文   时间:2019-05-01 18:36:13    阅读次数:129
nginx(1)安装
1. 解决办法: 2. 解决办法: 3. 还有可能出现: 错误提示:./configure: error: the HTTP cache module requires md5 functionsfrom OpenSSL library. You can either disable the mod ...
分类:其他好文   时间:2019-05-01 18:28:41    阅读次数:188
Pre- and Post-order Traversals(先序+后序序列,建立二叉树)
PAT甲级1119,我先在CSDN上面发布的这篇文章:https://blog.csdn.net/weixin_44385565/article/details/89737224 Suppose that all the keys in a binary tree are distinct posi ...
分类:其他好文   时间:2019-05-01 16:07:53    阅读次数:197
PAT 1104 Sum of Number Segments
1104 Sum of Number Segments (20 分) 1104 Sum of Number Segments (20 分) 1104 Sum of Number Segments (20 分) Given a sequence of positive numbers, a segme ...
分类:其他好文   时间:2019-05-01 13:20:46    阅读次数:85
[python]glob模块中的glob()函数为什么返回空列表??
最近在学习语音的知识,看一个语音合成实现的相关工具包的源代码,碰到了glob()函数。然后开启了我与这个函数相爱想杀的一个下午。 摘自官网解释: https://docs.python.org/2/library/glob.html#module-glob 简而言之,这个函数的作用呢就是按照unix ...
分类:编程语言   时间:2019-05-01 13:20:15    阅读次数:326
PAT 1100 Mars Numbers
1100 Mars Numbers (20 分) 1100 Mars Numbers (20 分) 1100 Mars Numbers (20 分) People on Mars count their numbers with base 13: Zero on Earth is called "t ...
分类:其他好文   时间:2019-05-01 01:43:27    阅读次数:126
升级到Unity 5.4
升级到Unity 5.4 当将项目从Unity 5.3升级到Unity 5.4时,有一些更改,您应该注意哪些可能会影响您现有的项目。 网络:多人服务API更改 许多更改联网API。 网络:WebRequest不再实验 该WebRequest接口已经从推广UnityEngine.Experimenta... ...
分类:编程语言   时间:2019-05-01 01:09:18    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!