摘要: 一:打开管理NuGet程序包进行安装Aspose.Pdf.dll 二:实践 (1)获取PDF页数 /// <summary> /// 获取PDF文件页数 /// </summary> /// <param name="file"></param> /// <returns></returns> pu 阅读全文
posted @ 2020-04-17 14:34 吴政恒 阅读(1182) 评论(0) 推荐(1)
摘要: 一:打开管理NuGet程序包进行安装NReco.VideoConverter.dll 二:实践 /// <summary> /// amr转化为mp3 /// </summary> /// <param name="model"></param> public void AmrConvertMp3( 阅读全文
posted @ 2020-04-17 13:51 吴政恒 阅读(1127) 评论(1) 推荐(1)
摘要: string nextRepairDate = "''"; if (eqInfo?.NextRepairDate != null) { nextRepairDate = $"'{eqInfo?.NextRepairDate}'"; } insert into table(NextRepairDate 阅读全文
posted @ 2020-04-17 13:37 吴政恒 阅读(1039) 评论(0) 推荐(1)
摘要: 1、检查工作 (1)win + r 输入services.msc检查TCP/IP NetBIOS Helper服务是否已经开启 (2)两台服务器之间需要开放139、445端口,或者关闭防火墙,还需要在服务器管理控制台开放139、445端口 2、共享文件夹配置 (1)共享设置 新建Share文件夹 打 阅读全文
posted @ 2020-04-17 11:56 吴政恒 阅读(517) 评论(0) 推荐(1)
摘要: 挂载samba/smb提示不支持的问题 umount /nfs-files/pic mount -t cifs -o username="Share",password="xxx...",iocharset=utf8,dir_mode=0777,file_mode=0777 //121.43.161 阅读全文
posted @ 2020-04-17 10:57 吴政恒 阅读(601) 评论(0) 推荐(0)
摘要: 发生此类问题是因为IDE与项目版本不匹配 解决方法:右键项目 》管理nuget程序包--》更新 Microsoft.Net.Compilers和DotNetCompilerPlatform包 阅读全文
posted @ 2020-04-17 10:32 吴政恒 阅读(885) 评论(0) 推荐(0)