码迷,mamicode.com
首页 >  
搜索关键字:more is better    ( 8032个结果
Windows平台Python编程必会模块之pywin32
在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
Centos安装Python3
一、epel 源安装 首先安装epel源: 在有epel源的情况下查询yum的python3状况: 从上面可以看出我们可以安装 ,`python34 python36`。那么我以安装python36为例子,下面是安装python36和其对应pip的脚本: 安装好之后就可以直接使用,运行 或者 或者 ...
分类:编程语言   时间:2020-02-14 18:50:07    阅读次数:83
Maven的Setting配置
<?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
shell
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
在nginx.conf配置中的server段,添加清除header信息
添加清除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
解决You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support问题
错误提示: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
【2020-02-11】1346. Check If N and Its Double Exist
更多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
如何快速查看Linux日志?
因为在生产环境会遇到很多问题,那么最快的定位方式莫过于去看日志,我们都知道服务器每天会产生大量的日志,那么如何快速的定位也就是最关键的。 本文介绍六种查看日志的命令: 、`head cat more less sed`。 一、 1.1 命令功能 命令从指定点开始将文件写到标准输出。 1.2 命令格式 ...
分类:系统相关   时间:2020-02-12 00:20:21    阅读次数:74
8032条   上一页 1 ... 51 52 53 54 55 ... 804 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!