Trade and the Ancient Middle East Trade was the mainstay of the urban economy in the Middle East, as caravans negotiated the surrounding desert, restr ...
分类:
其他好文 时间:
2019-05-16 00:01:32
阅读次数:
162
Linux学习之路1.Linux初体验 2018年5月8日正式学习Linux运维,以前工作较少接触过,Linux系统主要是以文本文件格式的操作系统并且主要用于服务器,比Windowsserver操作系统更加性能强大、稳定,其开源的特性更让其具有优势,有更多的可能性和创造性,现在企业服务器基本都是Linux操作系统为主,IT工作中好多都是基于Linux,也是工作必备的能力吧。所
分类:
系统相关 时间:
2019-05-13 10:50:35
阅读次数:
151
An Interpretation of Depth Value Recently when I am working on Screen Space Reflection, I noticed there are some subtleties in the computation of dept... ...
分类:
其他好文 时间:
2019-05-13 09:18:54
阅读次数:
149
什么是类 类:是一组相关 属性 和 行为 的集合,可以看成是一类事物的模板,使用事物的属性特征和行为特征来描述该类事物。 现实中描述一类事物(一个类模拟一个现实事物): 属性:就是该事物的状态信息。 行为:就是该事物能够做什么。 举例:小猫 属性:名字、体重、年龄、颜色。 行为:走、跑、叫。 什么是 ...
分类:
其他好文 时间:
2019-05-12 15:28:03
阅读次数:
129
https://leetcode.com/problems/customers-who-never-order/ Suppose that a website contains two tables, the Customers table and the Orderstable. Write a ...
分类:
其他好文 时间:
2019-05-11 16:27:28
阅读次数:
129
源地址存在问题 新的练习地址为: https://learnpythonthehardway.org/book/exercise26.txt 具体代码如下: ...
分类:
编程语言 时间:
2019-05-11 09:21:00
阅读次数:
232
该脚本通过命令查看内存的频率、最大内存、内存插槽数量、CPU型号、主板型号等参数。#!/bin/bash#whoisthis?[${UID}-ne0]&&(echo"mustisroot";exit1)#Viewmemoryfrequency/usr/sbin/dmidecode|awk‘$1~/Speed/&&$2~/[0-9][0-9
分类:
系统相关 时间:
2019-05-09 17:11:35
阅读次数:
156
A. Next Round time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output "Contestant who earns a sc ...
分类:
其他好文 时间:
2019-05-08 00:20:38
阅读次数:
147
前面的话 使用git commit -am是不是就可以完全不使用git add命令呢?不是 理论 要了解git commit -m与git commit -am的区别,首先要明白它们的定义 字面解释的话,git commit -m用于提交暂存区的文件,git commit -am用于提交跟踪过的文件 ...
分类:
其他好文 时间:
2019-05-07 19:34:30
阅读次数:
547
Linux命令格式:命令 选项 参数 (大部分命令是这个格式) 注意: 1.命令区分大小写 2.短选项可以合并 长选项不能合并 如 : 短选项 -l -h 可以合并为 -lh 长选项 不能合并 1. ls :列出文件信息,默认为当前目录下 常用选项: -a: 列出所有的文件,包括所有以.开头的隐藏文 ...
分类:
系统相关 时间:
2019-05-05 19:31:25
阅读次数:
189