一、核心模块 数据库访问技术与集成:JDBC、XML等 Web与远程调用技术:SpringMVC、WebServlet、WebSocket等 面向切面编程:AOP 基础设施:Tomcat Spring核心容器:Beans、Core、Context、Expression、ContestSupport ...
分类:
编程语言 时间:
2019-11-14 00:18:02
阅读次数:
137
一、环境准备 1、https://www.zabbix.com/download?zabbix=4.4&os_distribution=centos&os_version=7&db=mysql 2、LTS:Long-Term Support(长期技术支持)。zabbix公司本身有一个技术支持团队,他 ...
分类:
其他好文 时间:
2019-11-12 20:00:26
阅读次数:
279
from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as EC from selen... ...
分类:
编程语言 时间:
2019-11-12 09:17:44
阅读次数:
57
本文首发于个人博客 "https://kezunlin.me/post/137aa5fc/" ,欢迎阅读! Part 3: Install and Configure PCL 1.8.1 with vtk qt support on Ubuntu 16.04 from source Series " ...
分类:
系统相关 时间:
2019-11-11 15:48:52
阅读次数:
227
由于换了SSD, 昨天安装了最新的 Idea 2019.2+ , 然后发现每次导入项目都有如下提示: 处理方法就是在Windows安全中心排除目录 处理方式参考: 官方 Known issues "Antivirus Impact on Build Speed" ...
分类:
Windows程序 时间:
2019-11-10 13:20:53
阅读次数:
1686
一、关于Quartz Quartz是OpenSymphony开源组织在Job scheduling领域又一个开源项目,它可以与J2EE与J2SE应用程序相结合也可以单独使用。在java企业级应用中,Quartz是使用最广泛的定时调度框架。 在Quartz中的主要概念: Scheduler:调度任务的 ...
分类:
编程语言 时间:
2019-11-09 23:50:35
阅读次数:
96
Given the relations of all the activities of a project, you are supposed to find the earliest completion time of the project. Input Specification: Eac ...
分类:
其他好文 时间:
2019-11-09 22:06:02
阅读次数:
88
Sping IOC容器 package servlet; import org.springframework.context.ApplicationContext; import org.springframework.web.context.support.WebApplicationConte ...
分类:
其他好文 时间:
2019-11-09 19:25:23
阅读次数:
90
Rides在spring中应用 一. redis的简介 2008 年,意大利一家创业公司 Merzia 的创始人 Salvatore Sanfilippo 为了避免 MySQL的低性能,亲自定做一个数据库,并于 2009 年开发完成,这个就是 Redis。 从 2010 年 3 月 15 日起,Re ...
分类:
其他好文 时间:
2019-11-09 15:54:12
阅读次数:
80
import paramiko import os import logging import json import unittest from stat import S_ISDIR,S_ISREG logging.basicConfig(level = logging.ERROR,format ...
分类:
编程语言 时间:
2019-11-08 22:29:48
阅读次数:
147