码迷,mamicode.com
首页 >  
搜索关键字:without    ( 3201个结果
C++实现Visitor访问者模式 & 头文件循环包含的问题
桥接模式 定义: “Represent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the ...
分类:编程语言   时间:2020-09-18 17:19:54    阅读次数:50
利用VLMCSD部署本地KMS服务器
项目名称:VLMCSD 项目简介:KMS Emulator in C (Currently runs on Linux, Mac OS, iOS, Windows with or without Cygwin) 项目主页:https://github.com/Wind4/vlmcsd 软件下载:ht ...
分类:其他好文   时间:2020-09-17 22:18:52    阅读次数:40
python3下使用telnetlib模块连接网络设备
python3下使用telnetlib模块连接网络设备经常会遇到字节与字符不匹配的问题问题提示如下:importtelnetlibHost="10.10.10.10"#连接Telnet服务器tn=telnetlib.Telnet(Host,port=23,timeout=10)tn.set_debuglevel(0)#输入登录用户名tn.read_until(b‘login:‘)tn.write(
分类:编程语言   时间:2020-09-17 18:42:46    阅读次数:47
vuejs 2—bind
但是,除了内容需要动态来决定外,某些属性我们也希望动态来绑定。比如动态绑定 a元素的href属性,比如动态绑定 img元素的 src属性。 这个时候,我们可以使用v-bind指令∶ 作用:动态绑定属性 缩写:: 预期:any (with argument) | Object (without arg ...
分类:Web程序   时间:2020-09-14 19:17:25    阅读次数:44
入门 shell 从脚本开始 - lazy_find
编写脚本实现在指定文件路径下查找文件夹或文件名。 脚本如下: #!/bin/sh # lazy find # GNU All-Permissive License # Copying and distribution of this file, with or without modificatio ...
分类:系统相关   时间:2020-08-09 09:19:05    阅读次数:100
Linux centos安装Elasticsearch7.8单机安装
linux上elasticSearch7.8安装配置 一、资源准 名称 地址 elasticSearch7.8 https://www.oracle.com/java/technologies/javase-jdk11-downloads.html es安装包 jdk11 https://www.o ...
分类:系统相关   时间:2020-07-30 16:51:54    阅读次数:135
不使用if else
翻译自:Nicklas Millard的文章《Better Software Without If-Else》, 参考:https://medium.com/swlh/5-ways-to-replace-if-else-statements-857c0ff19357 设计更好的软件,替换If-Els ...
分类:其他好文   时间:2020-07-30 10:52:27    阅读次数:91
webstrom less 设置
webstrom less 配置(同级生成css 和 map) $FileName$ $FileNameWithoutExtension$.css --source-map $FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.m ...
分类:Web程序   时间:2020-07-24 21:54:51    阅读次数:81
Linux挂载硬盘
买的云服务器发现系统盘空间不足,但是买的时候是80GB,可用只有8GB 问了客服说硬盘没有挂载上 于是有了下面的操作 [root@localhost ~]# lsblk -fNAME FSTYPE LABEL UUID MOUNTPOINTfd0 sda ├─sda1 xfs 34f79a00-9e ...
分类:系统相关   时间:2020-07-18 22:31:18    阅读次数:94
How to Run Sudo Command Without Password
我使用的是root命令 操作系统:CoreOS_2345_3.0_x64 执行命令,将<username>替换为用户名 # sudo vi /etc/sudoers.d/<username> 然后输入一下内容保存 <username> ALL=(ALL) NOPASSWD:ALL 然后使用该user ...
分类:其他好文   时间:2020-07-14 00:56:40    阅读次数:79
3201条   上一页 1 ... 3 4 5 6 7 ... 321 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!