I installed LyX in my Ubuntu(version LTS 18.04), but I just can't make it work. Every time I open any file, I get a message similar to this one: The s ...
分类:
系统相关 时间:
2019-08-25 20:25:00
阅读次数:
133
ASCII: 全称为:American Standard Code for Information Interchange(美国信息交换标准代码) 在计算机中,所有的数据在存储和运算时都要使用二进制数表示(即值为0和1),而定义具体用哪些二进制数字表示哪个符号的规则就叫编码,ASCII编码就是其中的 ...
分类:
其他好文 时间:
2019-08-25 00:49:47
阅读次数:
120
前言 OpenGL 是什么?The Industry Standard for High Performance Graphics 这是官方解释。说白了他就是一套标准接口。对,是接口,并没有实现具体的代码。 GLFW 是什么?基于上面的原因,也就清楚了,GLFW就是一种OpenGL的实现。所以开发O ...
分类:
系统相关 时间:
2019-08-24 20:16:20
阅读次数:
640
cmake_minimum_required(VERSION 3.12)project(computer_cv)set(CMAKE_CXX_STANDARD 11)find_package(OpenCV REQUIRED)include_directories(${OpenCV_INCLUDE_DI ...
分类:
其他好文 时间:
2019-08-24 19:06:42
阅读次数:
167
C. Cinema time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output C. Cinema time limit per test ...
分类:
其他好文 时间:
2019-08-24 09:51:02
阅读次数:
80
·这个就是个偷懒的玩意儿 一、介绍: ·STL:标准模板库.Standard Template Library ·STL中有神马???: pairvector, stack, queue, dequepriority_queuemap, setalgorithmcmp与运算符重载 二、Pair ·# ...
分类:
其他好文 时间:
2019-08-22 00:50:05
阅读次数:
88
C. Little Elephant and Bits time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output The Little E ...
分类:
其他好文 时间:
2019-08-21 09:52:14
阅读次数:
82
前言:将固态硬盘装到电脑,ubuntu系统需要格式化并挂载才能正式使用 将固态装在电脑上后,打开后端 1:查看现有硬盘分区及挂载状态 命令 :df -h 没有新增的SSD固态硬盘 2:查看服务器所有安装的硬盘状态(包括已安装和未安装的) 命令: fdisk -l 此时已经安装的磁盘,但是没有分区,先 ...
分类:
系统相关 时间:
2019-08-20 18:23:03
阅读次数:
1188
1、启动项目发现如下错误: 2、问题:没有引入maven依赖包 3、解决:选中项目-》右键-》选择properties->Deployment Assembly -->点击 add-> 选择java build path entries -》双击添加到左侧source目录中 -点击Apply and ...
分类:
移动开发 时间:
2019-08-20 10:41:26
阅读次数:
98
I. Playing with strings time limit per test 2.0 s memory limit per test 64 MB input standard input output standard output Taboush is a 10 year-old sch... ...
分类:
其他好文 时间:
2019-08-19 23:16:18
阅读次数:
186