仅以博客形式记录linux所学,不足之处继续优化 linux系统的常用命令格式基本上是以 cmd(command) 选项 参数 的形式书写 例如screen、date、ifconfig等命令 1 Usage: date [OPTION]... [+FORMAT] 2 or: date [-u|--u ...
分类:
系统相关 时间:
2020-06-14 23:48:01
阅读次数:
69
启动系统,按ESC键,进入GRUB页面,进入到命令行 1. Start up your computer and when you see the Grub screen, do the following: 2. In the Grub menu press the ‘e’ key to edit ...
分类:
编程语言 时间:
2020-06-14 23:42:03
阅读次数:
239
window10系统,先cmd打开chrome, chrome --remote-debugging-port=9222 执行脚本 from selenium import webdriver from selenium.webdriver.chrome.options import Options ...
分类:
其他好文 时间:
2020-06-14 16:32:39
阅读次数:
221
根据TRANSFER_SHADOW的宏定义,a2v结构体中的顶点坐标变量名必须是vertex,顶点着色器的输入结构体a2v必须命名为v,且v2f中的顶点位置变量必须命名为pos。 #if defined (SHADOWS_SCREEN) #if defined(UNITY_NO_SCREENSPAC ...
分类:
编程语言 时间:
2020-06-13 21:40:22
阅读次数:
117
画面和字幕是后续做游戏我非常需要的,那么如何让画面暂停下来呢? 在最开始的设计中有一个show_start_screen用来显示开始的画面,这个画面里面的功能很简单: def show_start_screen(self): self.screen.fill(BLACK) self.draw_tex ...
分类:
其他好文 时间:
2020-06-13 19:46:04
阅读次数:
63
在较新版本的CAD里(比如20118版以后的),输入SELECTIONOFFSCREEN,数值设置为1,就可以了. SELECTIONOFFSCREEN为0时不支持屏幕外选择 SELECTIONOFFSCREEN为1时支持屏幕外选择 ...
分类:
其他好文 时间:
2020-06-13 17:45:39
阅读次数:
212
sudo apt-get install simplescreenrecorder 简单好用。录完体积小 https://www.maartenbaert.be/simplescreenrecorder/#download ...
分类:
系统相关 时间:
2020-06-12 20:15:12
阅读次数:
108
主要目的是使用javascript:window.open()对浏览器 iE6.0,7.0,8.0,chorme,safari,firefox能适用。刚开始的时候对最大化使用<a href="javascript:void window.open('https://www.sina. com.cn/ ...
新建脚本,并命名为welcome.sh,将如下内容写入脚本中。#!/bin/bashchmod ugo+x welcome.shcd ~sudo apt-get updatesudo apt-get install cowsaysudo apt-get install fortunegit clon ...
分类:
系统相关 时间:
2020-06-11 20:03:56
阅读次数:
118
MVC Filters demo Controll:AuthFiltersController action Welcome添加了系统自带的过滤器Authorize public class AuthFiltersController : Controller { // // GET: /AuthF ...
分类:
Web程序 时间:
2020-06-11 13:43:46
阅读次数:
65