码迷,mamicode.com
首页 >  
搜索关键字:windows server 2012 r2    ( 130901个结果
windows中的换行符和Linux中的换行符
# cat -A tmp.tmp 120.4987 12.717858^M$ ^M 对应的字符是 \r # cat tmp.txt | awk -vRS='\r\n' '{print $2,$1}' 或者转换格式文件 yum install dos2unix -y dos2unix tmp.tmp ...
分类:Windows程序   时间:2021-05-24 13:41:55    阅读次数:0
mysql远程连接错误总结
从一台Linux远程连接另一台linux上的MySQL, 出现ERROR 2003 (HY000): Can't connect to MySQL server on 'xxx.xxx.xxx.85'(111)错误。 [mysql@vvmvcs0 ~]$ mysql -hxxx.xxx.xxx.85 ...
分类:数据库   时间:2021-05-24 13:33:51    阅读次数:0
Microsoft Store安装Linux直接安装到C盘,导致C盘占用过大问题
Q: 由于Microsoft Store安装Linux直接安装到C盘,导致C盘占用过大 A: Manually download Windows Subsystem for Linux distro packages 下载安装包,扩展名改成zip,解压放到D盘,打开unubtu.exe安装 ...
分类:系统相关   时间:2021-05-24 13:01:04    阅读次数:0
ArcGIS Server 10.2 安装教程
arcgis 相关安装 见 http://www.driver114.com/plus/search.php?keyword=arcgis&searchtype=titlekeyword&channeltype=0&orderby=&kwtype=0&pagesize=10&typeid=0&Tot ...
分类:其他好文   时间:2021-05-24 12:53:03    阅读次数:0
Golang Linux、Windows、Mac 下交叉编译
前言 Golang 支持交叉编译, 即同一份代码,在一个平台上生成,然后可以在另外一个平台去执行。 之前写过一篇 Golang windows下 交叉编译 感觉写的不够全面,这篇作为补充。 交叉编译 Mac 上编译 # 生成编译文件,在 Linux 中运行 CGO_ENABLED=0 GOOS=li ...
分类:Windows程序   时间:2021-05-24 12:43:04    阅读次数:0
[软件分享/编程交流]Red Panda Dev-C++ —— 小巧但功能强大的C/C++编辑器
Dev-C++ 的优点是简单方便,对初学者非常友好:安装后马上就能用,操作简单。当然,这对于熟练编程者算不上什么优点。 ...
分类:编程语言   时间:2021-05-24 12:39:29    阅读次数:0
Windows 上安装 MySQL
一、下载安装包: 进入mysql官网 https://www.mysql.com/ 下载免安装版 ...
分类:数据库   时间:2021-05-24 12:12:40    阅读次数:0
Windows bat脚本之for循环用法
这篇文章主要介绍了Windows bat脚本之for循环用法详解,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值 Windows bat脚本的for语句基本形态如下: 在cmd窗口中:for %I in (command1) do command2 在批处理文件中:for %%I ...
分类:Windows程序   时间:2021-05-24 12:09:30    阅读次数:0
弹跳小球C语言
1 #include <iostream> 2 #include <cstdlib> 3 #include <Windows.h> 4 using namespace std; 5 6 int main() 7 { 8 int i, j; 9 int x = 0; 10 int y = 5; 11 ...
分类:编程语言   时间:2021-05-24 10:59:22    阅读次数:0
Windows vs2019 cef3源码编译最新版本
##环境准备 安装windows最新版本git,硬盘建议空闲空间大于100G,内存16G。 安装vs2019,选择默认安装路径,组件选择最新的windows sdk和c++环境,因为google chromium的源码庞大,第三库极多,所以MFC和ATL也需要勾选安装。 打开控制面板,选中windo ...
分类:Windows程序   时间:2021-05-24 10:42:39    阅读次数:0
130901条   上一页 1 ... 37 38 39 40 41 ... 13091 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!