05 2024 档案
摘要:view->page()->runJavaScript("fun(json对象字符串)");
阅读全文
摘要:QDir dir("D:/1/2"); dir.mkpath(dir); mkdir():创建一个目录。如果要创建的目录的父目录不存在,则mkdir()方法会失败,不会创建任何目录。mkpath():与mkdir()不同,mkpath()可以递归地创建多层目录。如果要创建的目录的父目录不存在,mkp
阅读全文
摘要:(1)判断是否存在: #!/bin/bash if [ -d "/path/to/directory" ]; then echo "Directory exists" else echo "Directory does not exist" fi (2)判断不存在: if [ ! -d "/path
阅读全文
摘要:方法一: 任务管理器-启动 方法二: cmd命令输入:msconfig 弹框中选择启动项
阅读全文
摘要:工具-自定义-命令-添加命令-类别(文件)-高级保存选项 https://jingyan.baidu.com/article/9faa7231df5453473c28cbd9.html
阅读全文
摘要:工具-选项-C++-文件命名-取消勾选Lower case file names
阅读全文
摘要:#include <QDir> #include <QString> #include <QDebug> int main() { // 当前工作目录 QDir currentDir; qDebug() << "当前工作目录:" << currentDir.current(); // 相对路径转绝对
阅读全文
该文被密码保护。
该文被密码保护。
浙公网安备 33010602011771号