码迷,mamicode.com
首页 >  
搜索关键字:program    ( 9373个结果
mount: /bak: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program
出现上面的问题就是由于客户端相关nfs工具没有安装 nfs-common nfs-utils ...
分类:其他好文   时间:2020-03-02 13:11:25    阅读次数:381
C#之抛异常
using System; namespace Demo { class Program { static void Main(string[] args) { try { BLLLayer(); } catch (Exception ex) { Console.WriteLine(ex.Stack ...
分类:Windows程序   时间:2020-03-02 10:29:59    阅读次数:61
工控随笔_C#连接PLC_之_C#入门_05_类_01
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Class { class Program { static void Main(string[] args ...
分类:Windows程序   时间:2020-03-01 17:11:00    阅读次数:90
(1)AWK快速入门
awk用法入门 awk 'awk_program' a.txt awk示例: [root@docker-01 ~]# awk '{print $0}' a.txt # 输出a.txt中的每一行 ID name gender age email phone 1 Bob male 28 abc@qq.c ...
分类:其他好文   时间:2020-03-01 12:25:00    阅读次数:59
默认参数函数,引用
一:默认参数函数 #include <iostream> using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ ...
分类:其他好文   时间:2020-03-01 00:09:24    阅读次数:95
工控随笔_C#连接PLC_之_C#入门_04_基本数据类型
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main ...
分类:Windows程序   时间:2020-02-29 20:13:38    阅读次数:83
kafka cmd with ssl
set PATH=C:\Program Files\Java\jdk1.8.0_201\bin;@call kafka-consumer-groups.bat --bootstrap-server localhost:9092 --describe --group test-uat --comman ...
分类:其他好文   时间:2020-02-28 13:58:03    阅读次数:59
kettel路径配置
背景 kettel 8.3 jdk13.0.1 jre1.8.0 配置 PENTAHO_JAVA_HOME:C:\Program Files (x86)\Java\jre1.8.0_241 JAVA_HOME:C:\Program Files\Java\jdk-13.0.1 kettel的penta ...
分类:其他好文   时间:2020-02-27 21:02:30    阅读次数:68
[C#] 委托与匿名方法
using System; namespace 匿名函数 { class Program { delegate void TestDelegate(string s); static void M(string s) { Console.WriteLine("A参数为:{0}", s); } sta ...
分类:Windows程序   时间:2020-02-27 18:50:04    阅读次数:70
mogoDB 4.2.0安装部署及JAVA 客戶端应用
1、服务安装与卸载 cd C:\Program Files\MongoDB\Server\4.2\bin 安装服务:mongod --config "C:/Program Files/MongoDB/Server/4.2/bin/mongod.cfg" --dbpath=D:\MongoDB\dat ...
分类:数据库   时间:2020-02-27 16:04:11    阅读次数:88
9373条   上一页 1 ... 51 52 53 54 55 ... 938 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!