寒假学习记录20 问题(已解决): 用SSH Secure File Transfer Client连接虚拟机报一下错误: The host '192.168.1.12' is unreachable. the host may be down..... 解决方式: 1.查看虚拟机ssh是否开启; ...
分类:
其他好文 时间:
2020-02-14 12:54:44
阅读次数:
49
The Employee table holds all employees. Every employee has an Id, a salary, and there is also a column for the department Id. + + + + + | Id | Name | ...
分类:
其他好文 时间:
2020-02-14 00:48:06
阅读次数:
57
The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floor has 200 rooms each ...
分类:
其他好文 时间:
2020-02-13 22:47:12
阅读次数:
94
1 """ 2 Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. 3 An example is the root-to-leaf path 1- ...
分类:
其他好文 时间:
2020-02-13 22:42:21
阅读次数:
82
You are given a string ss. Each character is either 0 or 1. You want all 1's in the string to form a contiguous subsegment. For example, if the string ...
分类:
其他好文 时间:
2020-02-13 13:12:48
阅读次数:
61
An ascending sorted sequence of distinct values is one in which some form of a less-than operator is used to order the elements from smallest to large ...
分类:
其他好文 时间:
2020-02-12 18:29:23
阅读次数:
62
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Reflection; 5 using System.Text; 6 7 //Net Reflector(收费)官方网址:h ...
分类:
其他好文 时间:
2020-02-12 10:48:29
阅读次数:
77
需求:选中一级分类下拉框,动态生成二级分类下拉框,选中二级分类下拉框动态列出三级分类的多选框,提交之后保存详细描述内容 1.创建数据库表格,添加数据(此处添加数据sql省略) CREATE TABLE `t_edit_details` ( `id` int(19) NOT NULL AUTO_INC ...
分类:
其他好文 时间:
2020-02-11 18:59:14
阅读次数:
68
在Linux里安装nginx 1.开始前,请确认gcc g++开发类库是否装好,默认已经安装。 ububtu平台编译环境可以使用以下指令 apt-get install build-essential apt-get install libtool centos平台编译环境使用如下指令 安装make ...
分类:
系统相关 时间:
2020-02-11 16:16:47
阅读次数:
68
Why: real-world data are typically noisy, enormous in volume, and may originate from a hodgepodge of heterogeneous sources. mean; median; mode(most co ...
分类:
其他好文 时间:
2020-02-11 09:33:39
阅读次数:
71