上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 65 下一页
摘要: Python3.x:第三方库简介 环境管理 管理 Python 版本和环境的工具 p – 非常简单的交互式 python 版本管理工具。 pyenv – 简单的 Python 版本管理工具。 Vex – 可以在虚拟环境中执行命令。 virtualenv – 创建独立 Python 环境的工具。 vi 阅读全文
posted @ 2018-02-14 10:28 整合侠 阅读(1156) 评论(0) 推荐(0) 编辑
摘要: Python3.x:实现多任务(多线程) # python3 # author lizm # datetime 2018-02-13 16:00:00 # -*- coding: utf-8 -*- #引用xyzq_shrgp 文件的doStartShrgp函数 from xyzq_shrgp im 阅读全文
posted @ 2018-02-13 14:11 整合侠 阅读(1119) 评论(0) 推荐(0) 编辑
摘要: EasyUI中datagrid双击事件 在jsp文件底部增加代码: 或者直接写到js文件: 阅读全文
posted @ 2018-02-11 16:11 整合侠 阅读(870) 评论(0) 推荐(0) 编辑
摘要: Linux:redhat6.5使用yum时提示需要注册问题解决方案 一、问题 新安装了redhat6.5.安装后,登录系统,使用yum时候。提示: This system is not registered to Red Hat Subscription Management. You can us 阅读全文
posted @ 2018-02-08 17:09 整合侠 阅读(940) 评论(1) 推荐(0) 编辑
摘要: Linux关于yum命令Error: Cannot retrieve repository metadata (repomd.xml) for repository:xxxxxx. 问题: Linux系统使用yum命令的时候,初始错误提示:Cannot retrieve repository met 阅读全文
posted @ 2018-02-08 16:49 整合侠 阅读(698) 评论(0) 推荐(0) 编辑
摘要: Python3.x: pyodbc+FreeTDS+UinxODBC连接sybase数据库(Linux系统) 一、安装UinxODBC以及依赖包 下载地址:ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.0.tar.gz 下载安装包unixODBC- 阅读全文
posted @ 2018-02-08 14:21 整合侠 阅读(606) 评论(0) 推荐(0) 编辑
摘要: Python3.x:pyodbc连接Sybase数据库操作(Windows系统下DNS模式) 一、安装模块pyodbc 二、配置odbc数据源 (1).windows控制面板中打开管理工具,然后是ODBC,选User DSNT或者System DSN, >Add...如下左图与右图示: (2).选择 阅读全文
posted @ 2018-02-08 10:34 整合侠 阅读(1252) 评论(0) 推荐(0) 编辑
摘要: Java遍历List集合的三种方法 阅读全文
posted @ 2018-02-07 11:23 整合侠 阅读(522) 评论(0) 推荐(0) 编辑
摘要: Linux系统crontab定时调度Python脚本 一、Python脚本随Linux开机自动运行 在exit 0上面编辑启动脚本的命令: 最后重启Linux,脚本就能自动运行并打印日志了。 二、Python脚本定时启动(crontab) 在文件末尾添加以下命令: 以上代码的意思是每隔两分钟执行一次 阅读全文
posted @ 2018-02-06 17:06 整合侠 阅读(2992) 评论(0) 推荐(0) 编辑
摘要: Python3.x:Linux下安装python3.6(python2和python3共存) 下载 #先进入download文件夹 cd /home/download #输入命令(下载到当前目录) wget https://www.python.org/ftp/python/3.6.0/Python 阅读全文
posted @ 2018-02-01 15:43 整合侠 阅读(334) 评论(0) 推荐(0) 编辑
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 65 下一页