Wesley13 Wesley13
3年前
java中使用redis
1.java代码publicclassRedisTest01{publicstaticvoidmain(Stringargs){//connectredisserverJedisredisnewJedis("127.0.0
Wesley13 Wesley13
3年前
LEADTOOLS使用教程集合
本文收集整理了LEADTOOLS的相关教程,该系列教程会持续更新~~~~~~~~~~1.LEADTOOLS使用教程:表单识别的自动对齐(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.evget.com%2Farticle%2F2013%2F11%2F5%2F19993.h
Stella981 Stella981
3年前
Robot Framework 使用【1】
前言RobotFramework作为公司能快速落地实现UI自动化测试的一款框架,同时也非常适合刚入门自动化测试的朋友们去快速学习自动化,笔者计划通过从搭建逐步到完成自动化测试的过程来整体描述它的使用。RobotFramework环境搭建步骤RobotFramework
Easter79 Easter79
3年前
Tomcat Maven Plugin使用
原文同步至:http://www.waylau.com/tomcatmavenplugin/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.waylau.com%2Ftomcatmavenplugin%2F)ApacheTomcat的Maven插件提供了go
Stella981 Stella981
3年前
BlockingQueue队列的使用
import java.util.concurrent.ArrayBlockingQueue;import java.util.concurrent.BlockingQueue;public class BlockingQueueTest { public static void main(String args) 
Stella981 Stella981
3年前
SASS 使用(vs code)
二、在vscode中编译sass1、在拓展商店里搜索“easysass”,并安装,安装成功后点重新加载。!(https://oscimg.oschina.net/oscnet/cd1564b022465a6d848f658f854ed75a6c9.png)2、接下来进行配置:在vscode菜单栏依次点击“文件首选项设置
Stella981 Stella981
3年前
Python MongoDB使用初步
MongoDB是由C语言编写的,是一个基于分布式文件存储的开源数据库系统。它是一个面向文档存储的数据库,操作起来比较简单。可通过本地或者网络创建数据镜像,具有很强的可扩展性。MongoDB支持的编程语言有Ruby,Python,Java,C,C,PHP等。本文以Windows平台为例,介绍Windows下MongoDB的安装和使用方法。
Stella981 Stella981
3年前
IntelliJ idea工具使用
背景:这篇博客主要用来记录intelliJ在使用过程中遇到的问题,以达到熟练掌握的程度。idea激活http://idea.lanyus.com/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fidea.lanyus.com%2F)下面用的是18版本可以用到2100年
Stella981 Stella981
3年前
LoadingCache缓存使用(LoadingCache)
首先需要引入先关pom依赖(项目源码参考:https://github.com/licunzhi/dream\_on\_sakura\_rain/tree/master/loadingcache\_demo(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.c