wkhtmltopdf executable macos found

MacOS - Xcode的使用注意事项

背景 有个牛逼同事用QT在开发一Mac小应用,找到我说他引用了一个zip解压缩的库.在QT的IDE运行起来之后,就崩溃.看控制台的报错信息大概如下 dyld: Library not loaded: libquazip.1.dylib Referenced from: /Users/USER/Doc ......
注意事项 事项 MacOS Xcode

Win11环境Mecab日语分词和词性分析以及动态库DLL not found问题(Python3.10)

日语因为存在假名,会导致翻译软件进行翻译时机翻味道过重的问题,比如積ん読(つんどく)这个词,大多数软件会翻译成:堆积的读,但其实是明明买了书却不读,光放着的意思。有时候也需要单独查句子中的单词释义来理解句子的意思,但一看下去全是假名,无法像中文或者英文那样进行简单的分词操作。 本次我们基于Pytho ......
词性 Python3 环境 动态 Python

No package 'zlib' found

001、安装vcftools; ./configure报错如下: No package 'zlib' found 002、解决方法: yum -y install zlib-devel zlib 003、./configure 测试效果 ./configure ## 测试通过 。 ......
package found 39 zlib No

Understanding ELF, the Executable and Linkable Format

address:https://www.opensourceforu.com/2020/02/understanding-elf-the-executable-and-linkable-format/ Whenever we compile any code, the output that we ......
Understanding Executable Linkable Format ELF

Photomator 3.2.2 (macOS Universal) - 照片编辑软件

Photomator 3.2.2 (macOS Universal) - 照片编辑软件 适用于 Mac、iPhone 和 iPad 的终极照片编辑器 请访问原文链接:https://sysin.org/blog/photomator/,查看最新版。原创作品,转载请保留出处。 作者主页:sysin.o ......
Photomator Universal 照片 macOS 软件

Cisco Jabber 14.3 (Andriod, iOS, macOS, Windows) - 面向企业的多合一通信工具

Cisco Jabber 14.3 (Andriod, iOS, macOS, Windows) - 面向企业的多合一通信工具 即时消息、语音和视频通话、语音邮件、桌面共享、会议和在线状态 请访问原文链接:https://sysin.org/blog/cisco-jabber-14/,查看最新版。原 ......
合一 Andriod Windows 工具 Jabber

PyCharm 中执行命令提示 command not found(终端运行appium正常)

前提 本地终端中执行adb 或者其它命令是ok的 复制本地的$PATH值 打开终端或者iTerm 执行命令echo $PATH 打开PyCharm替换下PyCharm中的$PATH值即可(Edit Configurations-->Environment variables) APPLAY--OK! ......
终端 命令 PyCharm command appium

在macOS中搭建.NET MAUI开发环境

@目录准备安装扩展安装 .NET安装工作负载安装 Xcode 命令行工具调试安卓应用安装 JDK安装 Android SDK安装 Android 模拟器安装模拟器安装镜像创建虚拟机同意许可条款创建 MAUI 项目调试 MAUI 应用切换调试目标参考资料 准备 一台 macOS Monterey 以上 ......
环境 macOS MAUI NET

macOS 提示:“应用程序” 已损坏,无法打开的解决方法总结

macOS 提示:“应用程序” 已损坏,无法打开的解决方法总结 请访问原文链接:https://sysin.org/blog/macos-if-crashes-when-opening/,查看最新版。原创作品,转载请保留出处。 作者主页:sysin.org 说明:本文描述问题同样适用于其他版本的 m ......
应用程序 程序 方法 macOS

如何在 Mac 和虚拟机上安装 macOS Big Sur、Monterey、Ventura 和 Sonoma

如何在 Mac 和虚拟机上安装 macOS Big Sur、Monterey、Ventura 和 Sonoma 请访问原文链接:https://sysin.org/blog/how-to-install-macos/,查看最新版。原创作品,转载请保留出处。 作者主页:sysin.org 名词解释: ......
Monterey Ventura Sonoma macOS Mac

安装旧版 macOS 时提示:应用程序副本已损坏

安装旧版 macOS 时提示:应用程序副本已损坏 安装 macOS 系统时提示:这个 “安装 macOS Mojave” 应用程序副本已损坏,不能用来安装 macOS。 请访问原文链接:https://sysin.org/blog/macos-installer-damaged/,查看最新版。原创作 ......
副本 应用程序 程序 macOS

MacOS - Mac应用程序部署Qt框架

在开发Mac上,由于安装了Qt库,所以一切正常。但是,在您将应用程序运送到的任何Mac上,情况可能并非如此。 Qt套件带有一个名为macdeployqt的工具来修复此问题。因此,在终端中,在编译应用程序之后,请执行以下操作: 12 cd my-cool-app-Desktopmacdeployqt ......
应用程序 框架 程序 MacOS Mac

MacOS - QT动态库打包嵌入问题处理

Crash信息 Termination Reason: Namespace DYLD, Code 1 Library missingLibrary not loaded: @rpath/QtCore.framework/Versions/5/QtCoreReferenced from: /Appli ......
动态 问题 MacOS

MacOS - Xcode 报referenced from:

Xcode升级10之后项目错误: Link //Users/moyea/Desktop/NewSVN/BD34/BDPlayer/build/Release/Leawo\ Blu-ray\ Player.app/Contents/MacOS/Leawo Blu-ray Player Ld build ......
referenced MacOS Xcode from

MacOS - XCode 8.0报 'tr1/type_traits' file not found

可参考链接:https://www.codenong.com/13219007/ 把C++语言和C++标准库改成如下图所示: ......
type_traits traits MacOS XCode found

MacOS - Xcode新建C++项目导入QT库

在项目Build Phases > Link Binary With Libraries点击+ 点击Add Other... 选择QT安装路径下的framework 在文件中使用#include<>导入QT,例如#include <QtWidgets>,如果报错,那么需要在Build Setting ......
项目 MacOS Xcode

MacOS Sonoma14.2.1系统SSH免密登录

摘要:MacOS下免密登录的一些注意事项。 系统环境 操作系统:macOS Sonoma 14.2.1 SSH免密登录 ssh免密登录的原理是在本机生成本机的ssh公钥和私钥,将公钥上传至待连接的主机,本机通过私钥进行ssh连接实现免密登录。 # ssh密钥生成命令 ssh-keygen # ssh ......
Sonoma 系统 MacOS SSH 14

wkhtmltopdf 使用记录

1、下载安装后,在安装目录能找到两个exe,我这里只用到了pdf。下载地址:https://www.alipan.com/s/nK8bSrpFeH8,这是我自己的网盘。 2、在exe目录执行命令:http://192.168.101.4:8080/print.html?adviceIds=16916 ......
wkhtmltopdf

MacOS 中的 chflags 命令

在 macOS 中,我们可以使用 chflags 命令来更改文件或目录的标志(flags),从而控制它们的属性和行为。通过修改这些标志,我们可以隐藏文件、防止其被修改或删除,以及进行其他操作。以下是关于 chflags 命令的一些基本信息和示例用法。 语法 chflags 命令的基本语法如下: ch ......
命令 chflags MacOS

使用idea执行testng单元测试时,控制台报 no tests found in the class xxx 异常

我遇到的情况是,使用idea在一个测试类中进行测试的时候,前一个单元测试用例还正常执行,到下一个就报了no test found in the class xxx 原因暂时未知,但目前来看是idea的问题,可以尝试点击File->Invalidate Caches...然后在弹窗点击Invalida ......
控制台 单元 testng found class

CentOS Stream 8 Unit network.service not found

CentOS Stream 8 Unit network.service not found 一、问题现象 在 CentOS Stream 8 操作系统中,配置完静态IP 信息,想重启网络服务。 执行如下命令: systemctl restart network 提示信息如下: Failed to ......
network service CentOS Stream found

Forward: Turn off Filevault on macOS

Turn off Filevault on macOS: https://kane.mx/posts/2021/turn-off-filevault-on-macosx/ Oct 31, 2021, Tags: MACOSX, MACOS MONTEREY, FILEVAULT, TIP I'm t ......
Filevault Forward macOS Turn off

macOS Sonoma All In One

macOS Sonoma All In One macOS Sonoma 14.2.1 ......
Sonoma macOS All One In

MacOS - Xcode中使用C ++ 11

Can I use C++11 with Xcode? 我正在考虑在一些跨平台项目(Windows + Mac)中使用一些C ++ 11功能(例如auto)。 在Windows上,Visual Studio支持即将推出的C ++ 11标准的部分内容,这些内容允许我简化部分代码库,因此我很自然地会对开 ......
MacOS Xcode 11

OS-MacOS-MacBook Pro 的电源管理 + 强行切换独立 或 集成显卡的 gpuswitch 选项;

电源管理 和 强行切换显卡的办法,这里说明: (0)当前电源管理状态: pmset -g gpuswitch选项的 对应值: 0 是集成显卡,1 是独立显卡,2 是自动切换 (1)强制使用集成显卡: sudo pmset -a GPUSwitch 0 (2)强制使用独立显卡: sudo pmset ......

mac zsh: command not found: python

前言 在 mac 上安装 python 后,会自动在 .zprofile 文件中,加入: # Setting PATH for Python 3.12 # The original version is saved in .zprofile.pysave PATH="/Library/Framewo ......
command python found mac zsh

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'keyWord' not found. Available parameters are [keyword, param1]

Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingExcepti ......

PostgreSQL. 异常“more than one owned sequence found”的解决方案

一、异常信息描述 执行数据库操作时,主键id没有自增,且报“more than one owned sequence found”的异常,造成数据没有insert进去,下面是详细的异常信息: java.lang.reflect.InvocationTargetException at sun.ref ......

mybatis错误:Parameter 'companyName' not found. Available parameters are [arg3, arg2, arg1, arg0,..]

问题: mybatis.binding.BindingException: Parameter 'companyName’ not found. Available parameters are [arg3,arg2 解决: 原因是DAO层传入参数mapper无法识别, 只需要在在DAO中的方法中前 ......

MacOS - 安装多个xcode版本,选择默认启动版本

1、有时候xcode发布新版本,但是我们项目正要上线,来不及升级xcode版本,怕带来未知的风险,这时候就可以安装多个xcode版本,下载地址 https://developer.apple.com/download/more/ 1.2 然后登陆apple developer,搜索xcode,即可下 ......
版本 多个 MacOS xcode
共950篇  :2/32页 首页上一页2下一页尾页