码迷,mamicode.com
首页 >  
搜索关键字:how to change the system language    ( 71714个结果
Dos常用命令
DOS常用命令 打开cmd Win键+R 输入cmd 打开控制台 在任意的文件夹下面,按住Shift键 + 鼠标右键点击,在此处打开命令行窗口 常用的dos命令 #盘符切换: 盘名: #查看当前目录下的所有文件: dir #切换目录: cd change directory cd.. 返回上一目录 ...
分类:其他好文   时间:2021-06-13 09:40:40    阅读次数:0
Ubuntu18关机时出现 A stop job is running for ...导致关机很慢
1. 修改/etc/systemd/system.conf sudo vim /etc/systemd/system.conf 2. 找到一下两行 #DefaultTimeoutStartSec=90s #DefaultTimeoutStopSec=90s 3. 取消注释并修改为 DefaultTi ...
分类:系统相关   时间:2021-06-13 09:31:35    阅读次数:0
执行jar包
Window启动命令:java -jar D:\jeecg-boot-module-system-2.0.0.jar Linux下后台进程启动命令:nohup java -jar jeecg-boot-module-system-2.0.0.jar >catalina.out 2>&1 & 关掉项目 ...
分类:编程语言   时间:2021-06-13 09:27:48    阅读次数:0
linux安装nginx(CentOS6)
nginx下载地址 http://nginx.org/en/download.html Window启动命令: java -jar D:\jeecg-boot-module-system-2.0.0.jar Linux下后台进程启动命令: nohup java -jar jeecg-boot-mod ...
分类:系统相关   时间:2021-06-13 09:26:41    阅读次数:0
六、Scanner键盘输入
java.util.Scanner是Java5的新特征,主要功能是简化文本扫描。这个类最实用的地方表现在获取控制台输入,其他的功能都很鸡肋。 通常我们学习java用来坐下案例挺好的。 6.1、API函数 下面这几个相对实用: delimiter() 返回此 Scanner 当前正在用于匹配分隔符的 ...
分类:其他好文   时间:2021-06-13 09:25:27    阅读次数:0
VSCODE常用设置
vscode语言设置:ctrl+shift+p -> config display language -> en(英文)/zh-cn(中文) 文件--首选项--设置,打开用户设置 -> (1)editor.fontsize用来设置字体大小,可以设置editor.fontsize : 14; (2)f ...
分类:其他好文   时间:2021-06-13 09:24:08    阅读次数:0
LINQ与Lambda
LINQ提供很多集合的扩展方法,配合Lambda能简化数据处理。 LINQ常用的扩展方法大部分都在System.Linq命名空间中,对IEnumerable<T>扩展,提供了大量类似Where扩展方法。 实现IEnumerable接口类:数组、List、Dictionary等 LINQ常用的扩展方法 ...
分类:其他好文   时间:2021-06-13 09:21:19    阅读次数:0
GDI+ 中发生一般性错误
在开发.NET应用中,使用 System.Drawing.Image.Save 方法而导致“GDI+ 中发生一般性错误”的发生,一般是 发生 img.Save("d:\AAA\bbbb") 通常有以下三种原因:1. 相应的帐户没有写权限。解决方法:赋予 NETWORK SERVICE 帐户以写权限。 ...
分类:其他好文   时间:2021-06-11 19:16:37    阅读次数:0
How to identify the HBA cards/ports and WWN in Linux
There are several commands to determine the WWN of a Fibre Channel (FC) HBA and their status (online/offline). The post discusses few of the most comm ...
分类:系统相关   时间:2021-06-11 18:48:26    阅读次数:0
LAKESPY Technical Support
We can share some information about fishing, and how to use the Lakespy. If you still have problem, please send me email to cenxudong@126.com, and cal ...
分类:其他好文   时间:2021-06-11 18:42:42    阅读次数:0
71714条   上一页 1 ... 13 14 15 16 17 ... 7172 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!