2018年10月30日

在Python中调用Java扩展包:HanLP

摘要: 转自:https://www.biaodianfu.com/python-calls-hanlp-jar.html 阅读全文

posted @ 2018-10-30 22:22 ziyi_ang 阅读(392) 评论(0) 推荐(0) 编辑

python安装jpype

摘要: 代码: virtualenv test cd Script activate pip install jpype1 由于是新系统,会报错,所以需要修改源码需要先卸载 解决办法:1,不用jpype;2,修改源码(已经有人修改好) 第一步: D:\pythonworkspace>pip uninstal 阅读全文

posted @ 2018-10-30 22:08 ziyi_ang 阅读(1525) 评论(0) 推荐(0) 编辑

启动 Eclipse 弹出“Failed to load the JNI shared library jvm.dll”错误的解决方法!

摘要: 转自:https://blog.csdn.net/zyz511919766/article/details/7442633/ 原因1:给定目录下jvm.dll不存在。 对策:(1)重新安装jre或者jdk并配置好环境变量。(2)copy一个jvm.dll放在该目录下。 原因2:eclipse的版本与 阅读全文

posted @ 2018-10-30 22:04 ziyi_ang 阅读(73) 评论(0) 推荐(0) 编辑

怎么查看python是32位还是64位的

摘要: 怎么查看python是32位还是64位的 直接一条Python 指令就可以了 也可以使用以下命令: >>> import platform >>> import platform >>> platform.architecture() >>> platform.architecture() Wind 阅读全文

posted @ 2018-10-30 21:14 ziyi_ang 阅读(16783) 评论(0) 推荐(1) 编辑

Python 3.5安装JPype

摘要: 转自:https://www.cnblogs.com/xyb930826/p/6060821.html 使用命令pip install jpype1可安装jpype。 如果出现如下情况: 说明没有安装visual C++编译器。 从 http://landinghub.visualstudio.co 阅读全文

posted @ 2018-10-30 20:47 ziyi_ang 阅读(475) 评论(0) 推荐(0) 编辑

导航