3.Shell编程 1.shell是什么 shell是一个命令行解释器,它为用户提供了一个向Linux内核发送请求以便运行程序的界面系统级程序,用户可以用shell来启动、挂起、停止一些程序。 ###2. shell脚本的执行方式 ### 脚本格式要求 1.脚本以#!/bin/bash开头 2.脚本 ...
分类:
系统相关 时间:
2021-06-18 19:00:06
阅读次数:
0
Achievement(Luogu) Second Prize Second Prize First Prize Second Prize Ag Not Provincial Team First Prize Colors: Green: a little satisfied /cy Yellow: ...
分类:
其他好文 时间:
2021-06-13 09:38:33
阅读次数:
0
str.format() 作用:替换str中的替代变量。 “I am {}”.format("NIcklas") https://blog.csdn.net/jpch89/article/details/84099277 ...
分类:
编程语言 时间:
2021-06-07 20:58:05
阅读次数:
0
Little Q is very sleepy, and he really needs some coffee to make him awake. At this time, Little L brings a pot to Little Q, and he states the pot as ...
分类:
其他好文 时间:
2021-05-24 02:14:37
阅读次数:
0
How To : Upgrade 11.2.0.2.0 to 12.1.0.1.0 Posted on August 22, 2015 by baironnie it’s a little bit long time since my last post. though i have some no ...
分类:
其他好文 时间:
2021-04-08 13:10:06
阅读次数:
0
ffplay 可以使用ffplay播放《音频录制02_编程》中录制好的PCM文件,测试一下是否录制成功。 播放PCM需要指定相关参数: ar:采样率 ac:声道数 f:采样格式 s16le:PCM signed 16-bit little-endian 更多PCM的采样格式可以使用命令查看 Wind ...
分类:
其他好文 时间:
2021-03-29 11:37:44
阅读次数:
0
Tinyply 源码阅读 ply格式介绍见:http://paulbourke.net/dataformats/ply/ tinyply项目路径为:https://github.com/ddiakopoulos/tinyply/ 这里先放一个ply的示例: ply format ascii 1.0 ...
分类:
其他好文 时间:
2021-03-09 13:21:52
阅读次数:
0
第一个Vue程序 下载vue.js: 官网 https://cn.vuejs.org/ 学习->教程: 安装: 开发版本: 得到一个vue.js文件: 将其复制到项目中 编写html页面: <!DOCTYPE html> <html lang="en"> <head> <meta charset=" ...
分类:
其他好文 时间:
2021-02-02 11:27:13
阅读次数:
0
Tea语言 - 强规范的新编程语言 Yaegi - Go 语言解释器 Dragon - 通用编程语言 Trad - 专为简化 C 开发而设计的编程语言 jlua - Lua 的 JavaScript 实现 Berry - 为 32 位单片机设计的脚本语言 Sara - 基于JS的高级脚本语言 tin ...
分类:
编程语言 时间:
2021-01-29 12:01:30
阅读次数:
0
一、 计算机硬件有两种储存数据的方式:大端字节序(big endian)和小端字节序(little endian)。 举例来说,数值0x2211使用两个字节储存:高位字节是0x22,低位字节是0x11。 大端字节序:高位字节在前,低位字节在后,这是人类读写数值的方法。 小端字节序:低位字节在前,高位 ...
分类:
其他好文 时间:
2020-12-18 12:11:44
阅读次数:
5