今天,我彻底安装了新的Ubuntu 20.04,从那时起,我再也无法加载NAS上的文件夹了,这在19和Windows上都是可以的。在客户机中安装 sudo apt-get install samba在客户机中操作!!!!!从版本4开始,Samba服务器和Samba客户端均不允许较旧级别的协议协商。必须在smb.conf文件中启用它们编辑/etc/samba/smb.conf文件(需要root权限)
在弹出的消息框里面添加自己安装的Qt版本号和Qt环境安装路径,具体步骤如下图:https://blog.csdn.net/hk_5788/article/details/44902933
Ubuntu +QT+webenginewidgets 跨平台嵌入web程序QT += core gui webenginewidgets QMAKE_LFLAGS += -no-pie#------------------------------------------------- # # Project created by QtCreator 2020-04-09T19:
右键-布局 -垂直布局,选窗体 多了layout 选layoutstretch 有几个控件,就有几个数字,修改
#------------------------------------------------- # # Project created by QtCreator 2020-04-09T08:09:48 # #--------------------------------
#------------------------------------------------- # # Project created by QtCreator 2020-04-09T08:09:48 # #--------------------------------
VMware-Workstation-Full-15.5.2-15785246.x86_64.bundle./bush VMware-Workstation-Full-15.5.2-15785246.x86_64.bundle在程序中找到文件注册VMware Workstation Pro 15 激活许可证UY758-0RXEQ-M81WP-8ZM7Z-Y3HDAVF750-4MX5Q-488DQ
pro 文件QT += core gui webenginewidgets头文件#include 【QWidget】 --改为<#include 【QWebEngineView】private: Ui::Dialog *ui; QWebEngineView *view;};cpp#include "dialog.h"#include "ui_dialog.h
点击控件--转到槽 添加事件#include "mainwindow.h" #include "ui_mainwindow.h" #include [QMessageBox] MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindo
u file
/etc/apt/sources.list
Ubuntu 跟Lazarus真是个好东西
vim /etc/network/interfacesifconfigauto enp1s0iface enp1s0 inet dhcp#auto lo#iface lo inet loopback#auto enp1s0#iface enp1s0 inet static#address 192.168.1.3#netmask 255.255.255.0#gateway 192.168.1.1网卡
root@sl-desktop:/var# lsof -i:80先看看谁占据80端口再删除的好 删除nginx,–purge包括配置文件sudo apt-get --purge remove nginx自动移除全部不使用的软件包sudo apt-get autoremove 列出与nginx相关的软件 并删除显示的软件dpkg --get-selections|grep nginxsudo
宝塔 ,太麻烦,安装程序有点慢http://bt.cn phpstudy 貌似不错,有些宝塔的影子http://phpstudy.netnginx php7.2(php7.4错误)mysql5.4成功