上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 30 下一页
摘要: 用 Pyinstaller 打包 Python 程序 + 解决打包结果过大的问题 本文链接:https://blog.csdn.net/frostime/article/details/90523062 这段时间应老师的要求,给实验室写了一个基于 PyQt5 的小工具。然而源码发过去人家还不要,一定 阅读全文
posted @ 2020-05-19 12:38 xiondun 阅读(2649) 评论(0) 推荐(0)
摘要: CentOS7 安装Maven3.6.1详解 1、什么是Maven Apache Maven是一个软件项目管理和理解工具。Maven基于项目对象模型(POM)的概念,可以从一个中心信息段管理项目的构建、报告和文档。 2、 Maven安装准备工作 2.1 Apache Maven官方网 image.p 阅读全文
posted @ 2020-05-08 11:33 xiondun 阅读(702) 评论(0) 推荐(0)
摘要: CentOS 7 安装 JAVA环境(JDK 1.8) 1.打开url选择jdk1.8下载 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 我选择linux x64版本: 2.下载 阅读全文
posted @ 2020-05-08 11:16 xiondun 阅读(140) 评论(0) 推荐(0)
摘要: linux下yum安装maven Maven 官网:http://maven.apache.org/ 源码安装 http://mirrors.hust.edu.cn/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip -O / 阅读全文
posted @ 2020-05-08 10:53 xiondun 阅读(2313) 评论(0) 推荐(0)
摘要: linux系统修改为静态IP地址 本文链接:https://blog.csdn.net/snowin1994/article/details/80680059 解决方案 0、查看当前网络使用哪块网卡 命令行执行命令,找到正在使用的网卡名称,本例中为:eno1 ifconfig 1、修改配置文件(编辑 阅读全文
posted @ 2020-05-07 15:54 xiondun 阅读(1100) 评论(0) 推荐(0)
摘要: package com.sxt.shiro; import org.apache.shiro.SecurityUtils; import org.apache.shiro.authc.AuthenticationToken; import org.apache.shiro.authc.Incorre 阅读全文
posted @ 2020-05-06 17:20 xiondun 阅读(149) 评论(0) 推荐(0)
摘要: StringRedisTemplate操作redis数据 StringRedisTemplate与RedisTemplate区别点 两者的关系是StringRedisTemplate继承RedisTemplate。 两者的数据是不共通的;也就是说StringRedisTemplate只能管理Stri 阅读全文
posted @ 2020-04-28 14:24 xiondun 阅读(1480) 评论(0) 推荐(0)
摘要: Python中*args和**kwargs的区别 (注:本文部分内容摘自互联网,由于作者水平有限,不足之处,还望留言指正。) 中秋的夜,微凉,但却始终看不见月亮。 我想,它一定是害羞了,悄悄的躲到了乌云的后面。 嗯,就是这样,我真是太TM机智了。 正文: 注:《python核心编程第2版》的11.6 阅读全文
posted @ 2020-04-27 14:04 xiondun 阅读(308) 评论(0) 推荐(1)
摘要: pip install PyQt5 -i https://pypi.douban.com/simple pip install PyQt5-tools -i https://pypi.douban.com/simple 1、pip 安装 pyqt5和pyqt5-tools pip install p 阅读全文
posted @ 2020-04-27 13:26 xiondun 阅读(5511) 评论(0) 推荐(0)
摘要: python线程池 ThreadPoolExecutor 的用法及实战 https://www.jianshu.com/p/6d6e4f745c27 ✨ 前言 从Python3.2开始,标准库为我们提供了 concurrent.futures 模块,它提供了 ThreadPoolExecutor ( 阅读全文
posted @ 2020-04-24 13:18 xiondun 阅读(3710) 评论(1) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 30 下一页