上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: 下载sonatype nexus repository manager 3.x oss版 下载地址:http://www.sonatype.com/download-oss-sonatype 安装windows版进入bin目录下执行: nexus.exe/install 此步骤会安装nexus服务, 阅读全文
posted @ 2018-11-20 12:35 yangly 阅读(2141) 评论(0) 推荐(0) 编辑
摘要: servlet概述 用来处理用户请求。服务器接收用户(浏览器)动态请求,然后动态给出响应这一过程由Servlet来做。 JavaWeb三大组件之一,很重要。其他两种拦截器(Filter),观察者模式(Listener)。 servlet接口的方法(可查看API) 执行时机:Servlet的实例对象被 阅读全文
posted @ 2018-11-15 10:59 yangly 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 子句 说明 是否必须使用 SELECT 要返回的列或表达式 是 FROM 从中检索数据的表 仅在从表选择数据时使用 WHERE 行级过滤 否 GROUP BY 分组说明 仅在按组计算聚集时使用 HAVING 组级过滤 否 ORDER BY 输出排序顺序 否 LIMIT 要检索的行数 否 查询quer 阅读全文
posted @ 2018-11-15 10:58 yangly 阅读(159) 评论(0) 推荐(0) 编辑
摘要: #!/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 阅读全文
posted @ 2018-11-09 17:55 yangly 阅读(315) 评论(0) 推荐(0) 编辑
摘要: TP-LINK的交换机LAN口连接电脑,设置交换机IP为192.168.2.1,为以后方便管理不设置自动获取IP地址,不设置DHCPLAN口连接路由器网线,不是WAN口其他电脑也连接LAN口,即可上网 https://www.192ly.com/qiu-zhu/two-routers-connect 阅读全文
posted @ 2018-11-09 17:43 yangly 阅读(804) 评论(0) 推荐(0) 编辑
摘要: gitbucket 一种代码版本控制工具下载gitbuckethttps://gitbucket.github.io/ 下载tomcathttp://tomcat.apache.org/ 把gitbucket.war放到tomcat的webapps下,去bin里启动tomcat,自动解压war包(在 阅读全文
posted @ 2018-10-12 12:41 yangly 阅读(5191) 评论(0) 推荐(0) 编辑
摘要: from xml.etree import ElementTree as et import json def readxml_et(): tree = et.ElementTree(file="D:\\vscode\\xml2json\\Annotations\\timg.xml") root = 阅读全文
posted @ 2018-09-29 11:30 yangly 阅读(7276) 评论(0) 推荐(1) 编辑
摘要: 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 阅读全文
posted @ 2018-09-11 10:32 yangly 阅读(4638) 评论(0) 推荐(0) 编辑
摘要: 客户端安装2881、[root@Client etc]# vi /etc/rsyncd.conf (没有该文件需要创建)uid = rsyncgid = rsyncuse chroot = nomax connetctions = 200timeout = 100pid file = /var/ru 阅读全文
posted @ 2018-08-09 16:40 yangly 阅读(808) 评论(0) 推荐(0) 编辑
摘要: 1、电脑远程建不了文件夹,cd bash: 无法为立即文档创建临时文件: 只读文件系统 。去本机重启,显示(initramfs)命令行并且其中有一段内容为 root file system requires manual fsck fsck -f /dev/sda1 后续一溜y https://bl 阅读全文
posted @ 2018-08-06 15:50 yangly 阅读(249) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 下一页