当前位置:
首页 > temp > python入门教程 >
-
Java调用Python脚本
1)Window安装和环境配置
网上教程实在太多了,就不再叙述,自行百度
推荐教程:https://www.xin3721.com/pythonTech/python29517.html
2)Linux安装和环境配置
推荐教程:https://www.xin3721.com/pythonTech/python29518.html
linux环境部署,遇到的一些小问题:
Q1:./configure --prefix=/usr/local/python3.9 编译安装报错的话
A1:sudo yum install gcc-c++ 查看是否未安装合适的编译器
Q2:执行make出现编码问题
A2:在./configure操作前,先进行配置(etc/profile):
export LANGUAGE=en_US.UTF-8 export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8
ps:这里需要注明的是,网上许多教程让直接把python删除掉,结果连yum命令也使用不了了,如下
1、删除现有Python [root@test ~]# rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps ##强制删除已安装程序及其关联 [root@test ~]# whereis python |xargs rm -frv ##删除所有残余文件 ##xargs,允许你对输出执行其他某些命令 [root@test ~]# whereis python ##验证删除,返回无结果 2、删除现有的yum [root@test ~]# rpm -qa|grep yum|xargs rpm -ev --allmatches --nodeps [root@test ~]# whereis yum |xargs rm -frv
解决:卸载centos自带python导致yum命令失效的方法
https://blog.csdn.net/loveideality/article/details/81215440
3)python脚本执行依赖
python脚本运行依赖,pip list查看所有依赖
$ wget https://bootstrap.pypa.io/get-pip.py $ python get-pip.py $ pip -V #查看pip版本 $ pip install requests #requests包 $ pip install BeautifulSoup4 #BeautifulSoup4包
4)Java调用Python脚本代码
1 public List<Python> pythonUtils(String keyWord){ 2 Process proc; 3 String line = null; 4 ArrayList<Python> list = new ArrayList(); 5 try { 6 String[] arg1 = new String[]{"python","E:\python\Amazon.py" ,keyWord}; 7 proc = Runtime.getRuntime().exec(arg1); 8 //用输入输出流来截取结果 9 BufferedReader in = new BufferedReader(new InputStreamReader(proc.getInputStream(), "utf-8")); 10 //创建对象要经try/catch里面,否则会无法接受到for输出每一个值 11 Python python = new Python(); 12 while ((line = in.readLine()) != null) { 13 String[] string1 = line.split("=="); 14 for (int i = 0; i <string1.length ; i++) { 15 String s = string1[i]; 16 //对获取脚本输出的字符串进行字段分割取值 17 String[] string2 = s.split(","); 18 python.setShop(string2[0]); 19 python.setName(string2[1]); 20 python.setShop_yw(string2[2]); 21 list.add(python); 22 } 23 } 24 in.close(); 25 //脚本运行结果,0成功/1失败 26 int status = proc.waitFor(); 27 System.out.println("Process exitValue: " + status); 28 } catch (IOException e) { 29 e.printStackTrace(); 30 return null; 31 } catch (InterruptedException e){ 32 e.printStackTrace(); 33 return null; 34 }catch (ArrayIndexOutOfBoundsException e){ 35 e.printStackTrace(); 36 return null; 37 } 38 }
出处:https://www.cnblogs.com/lwx768561/p/14129078.html
最新更新
nodejs爬虫
Python正则表达式完全指南
爬取豆瓣Top250图书数据
shp 地图文件批量添加字段
爬虫小试牛刀(爬取学校通知公告)
【python基础】函数-初识函数
【python基础】函数-返回值
HTTP请求:requests模块基础使用必知必会
Python初学者友好丨详解参数传递类型
如何有效管理爬虫流量?
2个场景实例讲解GaussDB(DWS)基表统计信息估
常用的 SQL Server 关键字及其含义
动手分析SQL Server中的事务中使用的锁
openGauss内核分析:SQL by pass & 经典执行
一招教你如何高效批量导入与更新数据
天天写SQL,这些神奇的特性你知道吗?
openGauss内核分析:执行计划生成
[IM002]Navicat ODBC驱动器管理器 未发现数据
初入Sql Server 之 存储过程的简单使用
SQL Server -- 解决存储过程传入参数作为s
关于JS定时器的整理
JS中使用Promise.all控制所有的异步请求都完
js中字符串的方法
import-local执行流程与node模块路径解析流程
检测数据类型的四种方法
js中数组的方法,32种方法
前端操作方法
数据类型
window.localStorage.setItem 和 localStorage.setIte
如何完美解决前端数字计算精度丢失与数