摘要: github:https://github.com/XiFYuW/FastDFS-master/blob/master/README.md 阅读全文
posted @ 2019-10-17 16:14 YuW 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 记录一下spring+struts+mybatis搭建项目。 目录: mybatis-config.xml: spring-context.xml: struts.xml: CommonAction: RequestCode: CommonDao: CommonDao.xml: CommonServ 阅读全文
posted @ 2019-05-27 11:13 YuW 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: 记录一下spring+struts+hibernate搭建的项目。 目录结构: spring-context.xml: struts.xml: web.xml: index.html: pom.xml: RequestCode: CommonAction: CommonService: Common 阅读全文
posted @ 2019-05-27 10:31 YuW 阅读(916) 评论(0) 推荐(0) 编辑
摘要: 在mian.js导入的包如下:该bootstrap-table-treegrid.js需要去下载,在复制到jquery-treegrid/js/ package.json如下: mounted方法如下: json数据: 看下图,树型表格始终无法成功渲染,只有bootstrap table的效果,很是 阅读全文
posted @ 2019-05-22 11:58 YuW 阅读(1356) 评论(1) 推荐(0) 编辑
摘要: 爬取百合网的数据链接:http://www.cnblogs.com/YuWeiXiF/p/8439552.html 总共爬了22779条数据。第一次接触matplotlib库,以下代码参考了matplotlib官方文档:https://matplotlib.org/users/index.html。 阅读全文
posted @ 2018-02-12 22:38 YuW 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 我的是Python3.7 win64位的。 matplotlib库的下载链接为:https://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib 打开链接可以发现需要的依赖库,该依赖库在该链接里都有: 下载相应的版本,使用 pip install 下载文件 阅读全文
posted @ 2018-02-11 15:01 YuW 阅读(6589) 评论(0) 推荐(0) 编辑
摘要: 学Python也有段时间了,目前学到了Python的类。个人感觉Python的类不应称之为类,而应称之为数据类型,只是数据类型而已!只是数据类型而已!只是数据类型而已!重要的事情说三篇。 据书上说一个.py(常量、全局变量、函数、数据类型)文件为一个模块,那么就有了一种感觉:常量、全局变量、函数、数 阅读全文
posted @ 2018-02-10 21:29 YuW 阅读(2862) 评论(0) 推荐(0) 编辑
摘要: 这一学期的期末考试也就考了这些。以下是代码,由于简单,在此不多说。 index.jsp: main.jsp: register.jsp: web.xml: LoginDB.java: MainDB.java: RegisterDB.java: AlterData.java: DeleteData.j 阅读全文
posted @ 2018-01-30 15:49 YuW 阅读(1737) 评论(0) 推荐(0) 编辑
摘要: 使用selenium库自动登录,记录登录的Cookie。以下URL分别代表不同的动作,虽然没有全用。 阅读全文
posted @ 2018-01-29 22:27 YuW 阅读(4767) 评论(0) 推荐(0) 编辑
摘要: 用ajax发异步请求时,要注意url。“AppServer”为后台项目名,“LoginServlet.action”为web.xml中的<url-pattern></url-pattern>标签中的内容。 前台代码如下(核心代码): index.html: register.html: main.h 阅读全文
posted @ 2018-01-22 23:02 YuW 阅读(2676) 评论(0) 推荐(1) 编辑