Visual Studio is waiting for an operation to complete. If you regularly encounter this delay during normal usage please report this problem to Microso ...
分类:
其他好文 时间:
2020-05-14 12:51:58
阅读次数:
108
Jenkins迁移 1.关闭新旧服务器; 2.将旧服务器的/root/.jenkins目录打包,也可以不全部打包,必须要打包到新服务器的是config.xml,jobs,plugins,users,workspace. 3.将旧服务器的jenkins家目录webapps打包,包含了jenkins.w ...
分类:
其他好文 时间:
2020-05-13 23:17:13
阅读次数:
60
// 查询用户昵称是think的用户 // 注意第一个参数是关联方法名(不是关联模型名) $users = User::hasWhere('profile', ['nickname'=>'think'])->select(); // 可以使用闭包查询 $users = User::hasWhere(... ...
分类:
其他好文 时间:
2020-05-13 18:35:40
阅读次数:
438
<%@page import="com.gd.entity.Msg"%> <%@page import="com.gd.dao.MsgDao"%> <%@page import="com.gd.entity.Users"%> <%@ page language="java" import="java ...
分类:
Web程序 时间:
2020-05-13 17:19:28
阅读次数:
76
运行流程:编辑好代码后,通过cmd打开文件执行。例:C:\Users\小李酷少>C:\Users\小李酷少\Desktop\发送端.py hello 易见问题:在运行程序的时候容易出现“请求的地址无效”的情况: 这是因为在编辑代码时候输入的ip地址不正确。 解决方法: 打开cmd,输入ipconfi ...
分类:
编程语言 时间:
2020-05-13 09:58:33
阅读次数:
65
public static void main(String[] args) { File file = new File("C:\\Users\\17146\\Desktop\\a.xlsx"); FileItemFactory factory = new DiskFileItemFactory( ...
分类:
编程语言 时间:
2020-05-12 13:41:33
阅读次数:
61
在linux上使用命令 scp PPPP_032549_587838109_video_20200512032550030.mp4 LX@192.168.199.151:/Users/xx下,报错 ssh: connect to host xx.xx.xx.xx Connection refused ...
分类:
系统相关 时间:
2020-05-12 13:17:25
阅读次数:
478
1.新建项目newnet,新建app:users: 虚拟环境选个能用的 2.新建mysql数据库newnet: 打开mysql终端: show databases; --查看所有数据库 create database newnet default character set utf8 collate ...
分类:
Web程序 时间:
2020-05-12 09:35:30
阅读次数:
75
1.创建一个动态的web >Dynamic web project 2.创建结果如下: 3.在WebContent 里面创建jsp 红色部分需要自己写; <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncod ...
分类:
其他好文 时间:
2020-05-11 19:07:59
阅读次数:
64
视图层 视图层为用户界面的描述,视图用 XML 定义,由网页客户端框架生成数据感知的 HTML 视图。可用菜单项开启渲染视图的操作。比如, Users 菜单项处理一个同样名为 Users 的操作,然后渲染一系列视图。有多种可用视图类型,如 list(因历史原因也称为 tree)列表视图和 form ...
分类:
其他好文 时间:
2020-05-11 11:41:55
阅读次数:
76