码迷,mamicode.com
首页 >  
搜索关键字:desktop central    ( 4942个结果
shell sed 多行执行多个命令
code macname@localhost Desktop % cat content fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the ...
分类:系统相关   时间:2020-12-01 12:32:52    阅读次数:24
Web应用和Web框架
一、Web应用 1、什么是Web应用?Web应用程序是一种可以通过Web访问的应用程序,特点是用户很容易访问,只需要有浏览器即可,不需要安装其他软件。 2、Web应用程序的模式 应用程序有两种模式,即C/S、B/S两种,C/S是客户端/服务器端程序,这类程序一般独立运行;而B/S就是浏览器端/服务器 ...
分类:Web程序   时间:2020-12-01 12:05:16    阅读次数:11
shell 循环打印出文件所有行
code macname@localhost Desktop % cat test.sh while read line;do echo $line; done < a.txt macname@localhost Desktop % macname@localhost Desktop % cat a ...
分类:系统相关   时间:2020-11-30 16:14:46    阅读次数:16
shell 查看本机的Linux版本和内核信息
code macname@localhost Desktop % echo `uname -a` Darwin localhost 19.6.0 Darwin Kernel Version 19.6.0: Thu Oct 29 22:56:45 PDT 2020; root:xnu-6153.141 ...
分类:系统相关   时间:2020-11-30 16:12:29    阅读次数:12
Unable to locate package python3 错误解决办法
##错误 huny@DESKTOP-N1EBKQP:/mnt/c/Users/Administrator$ sudo apt-get install python3 Reading package lists... Done Building dependency tree Reading stat ...
分类:编程语言   时间:2020-11-30 15:30:15    阅读次数:8
Docker for mac 配置镜像加速器,加快下载镜像速度
https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors 针对安装了Docker for Mac的用户,您可以参考以下配置步骤: 在任务栏点击 Docker Desktop 应用图标 → Perferences,在左侧导航菜单选择 Doc ...
分类:系统相关   时间:2020-11-26 14:38:29    阅读次数:7
自动连接WiFi
netsh wlan export profile key=clearnetsh wlan add profile filename="d:\Desktop\JoinDomain\wlan.xml"start-sleep -s 1然后最好将配置文件名称改为与ssid名称一样netsh wlan co ...
分类:其他好文   时间:2020-11-24 12:58:58    阅读次数:11
GPU, CUDA,cuDNN三者的关系总结
CPU 和 GPU GPU(图像处理器,Graphics Processing Unit)和CPU(中央处理器,Central Processing Unit)在设计上的主要差异在于GPU有更多的运算单元(如图中绿色的ALU),而Control和Cache单元不如CPU多,这是因为GPU在进行并行计 ...
分类:其他好文   时间:2020-11-20 11:37:36    阅读次数:11
EE516 Take Home
2020/11/8 EE516 Take Home Mid-Term Examfile:///C:/Users/Thinkpad/Desktop/EE516_Midterm_2020.html 1/3EE516 Take Home Mid-Term ExamYour NameDue: Novembe ...
分类:其他好文   时间:2020-11-19 12:10:30    阅读次数:6
自动化测试(二)
实例1:找到已知名称的窗口 AutomationElement desktop = AutomationElement.RootElement; string wndName="XXX"; Wnd = desktop.FindFirst(TreeScope.Children, new Propert ...
分类:其他好文   时间:2020-11-17 12:24:13    阅读次数:4
4942条   上一页 1 ... 7 8 9 10 11 ... 495 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!