码迷,mamicode.com
首页 >  
搜索关键字:增加o 移除osd mon    ( 7059个结果
C# .cs类添加注释
路径:C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\ItemTemplates\CSharp\Code\2052\Class 模板: /* *CLR版本:$clrversion$*文 件 名:$s ...
分类:Windows程序   时间:2020-07-16 18:25:21    阅读次数:102
centos使用pm2+宝塔面板部署项目
centos使用pm2+宝塔面板部署项目 一、工具准备 所用系统为Centos 7.8 1.XShell、XFTP 下载链接 ? Xshell和Xftp均连接至服务器 2.安装宝塔面板 官网教程 (1) Centos安装命令 在xshell中输入以下命令 进行安装(其它版本Linux系统可访问上方链 ...
分类:其他好文   时间:2020-07-16 12:25:24    阅读次数:161
守护(daemon)线程
守护(daemon)线程 线程分为用户线程和守护线程 虚拟机必须确保用户线程执行完毕 虚拟机不用等待守护线程执行完毕 如,后台记录操作日志,监控内存,垃圾回收等待.. //测试守护线程 //上帝守护你 public class TestDaemon { public static void main ...
分类:编程语言   时间:2020-07-16 12:12:23    阅读次数:57
Linux基础操作:磁盘加挂、关闭防火墙、开机开启网络
1. 磁盘加挂 //查看磁盘挂载路径和使用情况 [root@localhost ~]# df -l Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/centos-root 9754624 6240060 3514564 ...
分类:系统相关   时间:2020-07-16 12:11:53    阅读次数:128
ubuntu20.04 osg3.6.4 osgearth2.10
ubuntu18.04 osg osgearth搭建 1 apt install mesa-common-dev freeglut3 freeglut3-dev mesa-utils openscenegraph curl 7.68 sqlite-3.31 libsqlite3-dev zstd 1 ...
分类:系统相关   时间:2020-07-16 10:10:50    阅读次数:95
JavaScrip要不要加分号";"
JavaScript 和后来新设计的语言里都是可以加也不不加分号的:Go, Scala, Ruby, Python, Swift, Groovy.. 总结下来就是一句话:一行开头是括号或者方括号的时候加上分号就可以了,其他时候全部不需要, 但是这种情况也是很少的. 例如: //db.js conso ...
分类:编程语言   时间:2020-07-15 22:49:54    阅读次数:85
Spring Boot AOP的使用
https://www.jianshu.com/p/4d22ea402d14 https://www.cnblogs.com/LemonFive/p/10983875.html ...
分类:编程语言   时间:2020-07-15 15:36:35    阅读次数:53
eclipse出现 the selection cannot be run on any server 解决办法
有一次我导入了一个tomcat是9.0版本的文件(我的eclipse用的是8.5版本的),改了jar包后还是发现会出现 the selection cannot be run on any server, 后来我就找到我的eclipse: D:\eclipse\workspace-jee\项目名称\ ...
分类:系统相关   时间:2020-07-15 15:20:55    阅读次数:136
Nodejs 微服务
Node js with microservices Tech Node.js/ Express.js / Mongo DB/ Mongoose(ODM) /postman / bodypaser: to receive data from requirest 创建3个services , stud ...
分类:Web程序   时间:2020-07-15 13:08:55    阅读次数:102
nginx图片服务器
error1 当浏览器访问图片服务器时,nginx的error.log报下面的错 [2020-07-14 22:20:30] ERROR - file: /home/ubuntu/software/fastdfs-nginx-module-1.22/src/common.c, line: 1101, ...
分类:其他好文   时间:2020-07-15 01:31:22    阅读次数:72
7059条   上一页 1 ... 25 26 27 28 29 ... 706 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!