转自:https://javarevisited.blogspot.com/2018/01/10-unit-testing-and-integration-tools-for-java-programmers.html#ixzz60s1lBt5p 一些很不错的测试框架整理 In last a cou ...
分类:
编程语言 时间:
2019-09-29 10:03:07
阅读次数:
142
Centos 6.8系统镜像默认安装的 python 环境是 2.6.6,线上需求需要升级到 2.7.14 版本,网上找了相关资料,升级 python 版本比较容易,但 yum/pip 等命令的使用也会有问题,网上的资料是修改脚本 #!/usr/bin/python 的头文件,个人感觉麻烦,还是直接 ...
分类:
编程语言 时间:
2019-09-28 23:14:53
阅读次数:
95
vim ——上古神器 萌新一枚,大佬请飘过~ 关于vim教程烂大街了, 不多聊! 困扰很多小伙伴的时怎么配置vim作为自己最趁手的编辑器,今天就分享下个人的配置文件。 另外如果小伙伴写python的话,建议了解一下 neovim ,因为python有一个代码补全插件时neovim独占的,vim心里也 ...
分类:
系统相关 时间:
2019-09-28 20:33:05
阅读次数:
139
1、单据界面右键属性,获取当前单据页面URL连接:http://172.16.168.15/U9/erp/display.aspx?lnk=CBO.Pub.Item.Item&sId=3000nid&__curOId=1001904182055019 2、新开浏览器选项卡,粘贴URL地址,并将[er ...
分类:
其他好文 时间:
2019-09-28 17:53:20
阅读次数:
104
100. Same Tree Easy Easy Easy Given two binary trees, write a function to check if they are the same or not. Two binary trees are considered the same ...
分类:
其他好文 时间:
2019-09-28 09:14:13
阅读次数:
93
首先:已有的模块是用户 和资讯, 其次 添加评论的逻辑是, 用户A,给用户B的,资讯添加评论。 具体的实现: 从底层实现上要建立一个comment的表 表中包含 id userId entityId conmment 等列。 建立commentDAO数据持久层 ,实现添加评论 @Insert(),删 ...
分类:
其他好文 时间:
2019-09-28 00:37:58
阅读次数:
102
#import <WebViewJavascriptBridge.h> /// @interface ZWBridgeViewController ()<WKNavigationDelegate, WKUIDelegate, UIGestureRecognizerDelegate> @propert ...
分类:
移动开发 时间:
2019-09-27 23:24:16
阅读次数:
212
https://hub.docker.com/r/9fevrier/oracle-11g Informations Oracle directory : /opt/oracle Data directory : /app/oracle/data SID : orcl Login/password :... ...
分类:
数据库 时间:
2019-09-27 19:05:08
阅读次数:
109
横竖屏方向错位: 根据内容自动显示隐藏滚动条: ...
分类:
其他好文 时间:
2019-09-26 12:03:04
阅读次数:
98