上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 29 下一页
摘要: 1,创建程序启动脚本:touch run.sh #!/bin/bash cd /execute程序路径/ ./myapp 2,创建desktop文件:touch myapp.desktop [Desktop Entry]Type=ApplicationExec=/路径/run.shName=myap 阅读全文
posted @ 2020-08-19 12:05 看不见的R 阅读(903) 评论(0) 推荐(0) 编辑
摘要: 1. 创建一个空文件夹,用来存放程序。 $ mkdir xxxxx 2. 放置编译出来的文件。 $ cp xxxx ../xxxxx/ 3. 创建一个打包脚本。 touch pack.sh#!/bin/sh exe="programe" #你需要发布的程序名称 des="./" #创建文件夹的位置 阅读全文
posted @ 2020-08-19 12:04 看不见的R 阅读(550) 评论(0) 推荐(0) 编辑
摘要: 原因是webengine使用的是chrome内核,chrome不支持mingw,所以在使用mingw编译时,即使你安装了webengin,仍会提示 无法找到webenginewidgets模块。 解决方法就是使用,msvc编译器编译。 阅读全文
posted @ 2020-07-29 17:21 看不见的R 阅读(1170) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xu-yi/p/10454561.html 阅读全文
posted @ 2020-07-21 21:49 看不见的R 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 1. 安装virtualbox拓展包。 2. 将用户添加到vboxuser组。 3. 重启电脑。 4. 启动虚拟机,选择 设备-> usb 即可。 阅读全文
posted @ 2020-07-21 21:15 看不见的R 阅读(578) 评论(0) 推荐(0) 编辑
摘要: 示例1: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <title>局部打印案例</title> 6 7 <script t 阅读全文
posted @ 2020-07-21 18:31 看不见的R 阅读(7809) 评论(1) 推荐(0) 编辑
摘要: Linux用xrandr设置双屏显示发布时间:2016年1月22日 22:25作者:杨仕航分类标签: Linux&服务器阅读(8441)评论(0)前段时间把笔记本改装成双屏小主机之后,涉及到显示输出问题。由于我的系统是CentOS Linux系统,对视频输出不太了解。查阅了大量资料之后,不由感慨Li 阅读全文
posted @ 2020-07-21 15:14 看不见的R 阅读(2349) 评论(0) 推荐(0) 编辑
摘要: 切换到gnome+wayland后,不知道为啥这个脚本就不执行了。 不知道是不是profile脚本的问题,不太熟悉, 直接在/etc/profile的末尾添加 source /home/xxx/.bash_profile 阅读全文
posted @ 2020-07-21 14:57 看不见的R 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 转载 :https://www.cnblogs.com/zery/p/7087051.html 转载 :使用systemd方式添加开机运行sh脚本 创建一个service文件进入/etc/systemd/system/,创建一个my.service文件,内容如下:(可以用#添加注释,和Python的 阅读全文
posted @ 2020-07-21 13:55 看不见的R 阅读(574) 评论(0) 推荐(0) 编辑
摘要: 使用NVIDIA-XRUN配置。 Arch_Wiki: https://wiki.archlinux.org/title/Nvidia-xrun 1. 开启archlinuxcn。 2. 安装yay工具。 # pacman -S yay 3. 安装nvidia-xrun。 $ yay -S nvid 阅读全文
posted @ 2020-07-20 18:47 看不见的R 阅读(1782) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 29 下一页