在Windows平台上,从原来使用C/C++编写原生EXE程序,到使用Python编写一些常用脚本程序,成熟的模块的使用使得编程效率大大提高了。 不过,python模块虽多,也不可能满足开发者的所有需求。而且,模块为了便于使用,通常都封装过度,有些功能无法灵活使用,必须直接调用Windows API ...
分类:
编程语言 时间:
2020-02-15 15:08:59
阅读次数:
78
【基础】多线程 标签(空格分隔): javaweb 多线程 [TOC] 1、线程概念 简单理解,一个客户端可以同时做很多事,就是多线程 2、创建线程(三种方法) 1. 继承线程类,例如: 2. 继承线程类,例如: 3. 匿名类 to do more··· ...
分类:
编程语言 时间:
2020-02-15 10:03:21
阅读次数:
56
一、epel 源安装 首先安装epel源: 在有epel源的情况下查询yum的python3状况: 从上面可以看出我们可以安装 ,`python34 python36`。那么我以安装python36为例子,下面是安装python36和其对应pip的脚本: 安装好之后就可以直接使用,运行 或者 或者 ...
分类:
编程语言 时间:
2020-02-14 18:50:07
阅读次数:
83
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the ...
分类:
其他好文 时间:
2020-02-12 22:07:10
阅读次数:
64
The goal of this book is to document commonly known and lesser known methods of doing various tasks using only built in features. Using the snippets f ...
分类:
系统相关 时间:
2020-02-12 20:13:46
阅读次数:
59
添加清除header信息 location /api/ { more_clear_headers "X-Powered-By"; more_clear_headers "Server"; more_clear_headers "ETag"; more_clear_headers "Connectio ...
分类:
其他好文 时间:
2020-02-12 18:25:51
阅读次数:
291
错误提示:Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: The s ...
分类:
数据库 时间:
2020-02-12 10:40:00
阅读次数:
464
数据库常见告警项原创 Hehuyi_In 最后发布于2019-01-04 10:14:08 阅读数 1026 收藏展开遇到的错误号,错误原因、处理方法及参考文档小结数据库类型 报错号 原因 参考 建议Oracle ORA-609 The ORA-609 error is thrown when a ...
分类:
数据库 时间:
2020-02-12 10:38:33
阅读次数:
122
更多LeetCode解题详解 Easy Given an array arr of integers, check if there exists two integers N and M such that N is the double of M ( i.e. N = 2 * M). More ...
分类:
其他好文 时间:
2020-02-12 00:59:17
阅读次数:
85
因为在生产环境会遇到很多问题,那么最快的定位方式莫过于去看日志,我们都知道服务器每天会产生大量的日志,那么如何快速的定位也就是最关键的。 本文介绍六种查看日志的命令: 、`head cat more less sed`。 一、 1.1 命令功能 命令从指定点开始将文件写到标准输出。 1.2 命令格式 ...
分类:
系统相关 时间:
2020-02-12 00:20:21
阅读次数:
74