上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 35 下一页

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) 编辑

2018年10月27日

CentOS6.5安装python3.7

摘要: 转自: http://www.cnblogs.com/hunttown/archive/2018/09/10/9621165.html 在这里我直接修改系统变量中的python 阅读全文

posted @ 2018-10-27 15:25 ziyi_ang 阅读(242) 评论(0) 推荐(0) 编辑

MySQL的用户密码过期功能

摘要: 参考文章:http://blog.itpub.net/15498/viewspace-2135972/ 在MySQL 5.7.8版开始用户管理方面添加了锁定/解锁用户账户的新特性例如:mysql> alter user mdba@localhost account lock;Query OK, 0 阅读全文

posted @ 2018-10-27 13:46 ziyi_ang 阅读(102) 评论(0) 推荐(0) 编辑

openresty介绍

摘要: 一、工作原理1.1 lamp工作原理:http://blog.csdn.net/xinyflove/article/details/466187731.2.1 lnmp工作原理:http://www.cnblogs.com/yanxinjiang/p/7552671.html1.2.2 fastcg 阅读全文

posted @ 2018-10-27 13:45 ziyi_ang 阅读(1468) 评论(0) 推荐(0) 编辑

2018年10月24日

ngx_lua_waf

摘要: 【ngx_lua_waf】 参考地址 openresty http://wiki.jikexueyuan.com/project/openresty-best-practice/ 参数说明: http://jinnianshilongnian.iteye.com/blog/2186448 redis 阅读全文

posted @ 2018-10-24 16:31 ziyi_ang 阅读(184) 评论(0) 推荐(0) 编辑

redis搭建及相应问题整理

摘要: php-redis中文帮助手册.chm 官网安装教程:http://www.redis.net.cn/download/参考网站:http://blog.csdn.net/shachao888/article/details/60139108 本文安装位置为/usr/local/redis,首先进入 阅读全文

posted @ 2018-10-24 09:26 ziyi_ang 阅读(72) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 35 下一页

导航