摘要:
下载sonatype nexus repository manager 3.x oss版 下载地址:http://www.sonatype.com/download-oss-sonatype 安装windows版进入bin目录下执行: nexus.exe/install 此步骤会安装nexus服务, 阅读全文
摘要:
servlet概述 用来处理用户请求。服务器接收用户(浏览器)动态请求,然后动态给出响应这一过程由Servlet来做。 JavaWeb三大组件之一,很重要。其他两种拦截器(Filter),观察者模式(Listener)。 servlet接口的方法(可查看API) 执行时机:Servlet的实例对象被 阅读全文
摘要:
子句 说明 是否必须使用 SELECT 要返回的列或表达式 是 FROM 从中检索数据的表 仅在从表选择数据时使用 WHERE 行级过滤 否 GROUP BY 分组说明 仅在按组计算聚集时使用 HAVING 组级过滤 否 ORDER BY 输出排序顺序 否 LIMIT 要检索的行数 否 查询quer 阅读全文
摘要:
#!/usr/bin/env python# -*- encoding: utf-8 -*-# Created on 2018-11-08 09:56:40# Project: product from pyspider.libs.base_handler import *import reimpo 阅读全文
摘要:
TP-LINK的交换机LAN口连接电脑,设置交换机IP为192.168.2.1,为以后方便管理不设置自动获取IP地址,不设置DHCPLAN口连接路由器网线,不是WAN口其他电脑也连接LAN口,即可上网 https://www.192ly.com/qiu-zhu/two-routers-connect 阅读全文
摘要:
gitbucket 一种代码版本控制工具下载gitbuckethttps://gitbucket.github.io/ 下载tomcathttp://tomcat.apache.org/ 把gitbucket.war放到tomcat的webapps下,去bin里启动tomcat,自动解压war包(在 阅读全文
摘要:
from xml.etree import ElementTree as et import json def readxml_et(): tree = et.ElementTree(file="D:\\vscode\\xml2json\\Annotations\\timg.xml") root = 阅读全文
摘要:
import cv2#file_list = ['{}'.format(os.path.join(file_dir, dir, file_name)) for dir in os.listdir(file_dir) for file_name in os.listdir(os.path.join(f 阅读全文
摘要:
客户端安装2881、[root@Client etc]# vi /etc/rsyncd.conf (没有该文件需要创建)uid = rsyncgid = rsyncuse chroot = nomax connetctions = 200timeout = 100pid file = /var/ru 阅读全文