今天启动新项目遇到 monkey 包下未找到jmpToFunctionValue # bou.ke/monkey ../../../../../pkg/mod/bou.ke/monkey@v1.0.2/replace.go:24:14: undefined: jmpToFunctionValue 电脑芯片版本不同,环境变量需要添加,这两个都试下 GOARCH=amd64 GOARCH=arm64
一、服务版本 yasm 汇编软件, 版本 1.3.0, ffmpeg编译时需要 下载链接 ffmpeg 版本 7.0.1 下载链接 二、安装 yasm wget https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz tar zxvf yasm-1.3.0.tar.gz cd yasm-1.3.0 ./configure
使用 Lemon 卸载程序后遗留图标进行清理 访达 -> 应用程序 -> 右键移除 访达 -> 应用程序 -> 实用工具 -> 右键移除 此步骤系统版本不同操作也不同(以下两种方式),我的是 Sonoma 14.1.1 使用第一种 左上角? -> 关于本机 -> 更多信息 -> 存储空间设置 -> 应用程序后的感叹号!-> 打开应
my_array=("apple" "banana" "cherry") search_string="banana" # 使用grep查找,注意需要转换数组为一行一个元素的形式 if printf "%s\n" "${my_array[@]}" | grep -qFx &qu
这是一篇关于讲解如何正确使用51CTO博客-Markdown的排版示例,希望通过此,大家都能轻松上手,都能通过Markdown 能够让自己的文章有更加出色、更清晰明了的排版。 什么是 Markdown Markdown (MD) 是现在普遍使用的一种文档书写语言格式,只需用一些非常简单易记的符号,如(# * / > [] ()\ ),就可以轻松写出一篇具有良好的排版和可读性的文章。 语法
背景:PHP导入几十万Excel导致服务器内存告警,开发人员将几十万数据load到内存中后遍历数据进行业务操作,导致内存资源告警 解决方法: 一、改动较少,使用 yield(PHP5.5以上版本支持),在读取行前添加yield <?php set_time_limit(0); function getExeclData($excelPath) { $reader = \PhpOffi
WARNING: undefined behavior - Go version go1.17.13 is too old for this version of Delve (minimum supported version 1.19) Go 1.17.13 is not supported by the debugger. Please, upgrade to Go 1.19.0 or ne
安装 iris v12版本需要 Golang >= 1.21 go get github.com/kataras/iris/v12@latest github.com/kataras/iris/v12 imports github.com/kataras/golog imports log/slog: package log/slog is not in G
前端域名 www.a.com 后端域名 list.a.com 后端setcookie domain .a.com 如果失败,前端ajax添加 $.ajaxSetup $.ajaxSetup({ xhrFields: { withCredentials: true }, crossDomain: true }); let baseUrl = "xx
java cookie.setDomain(".test.com"); 错误 There was an unexpected error (type=Internal Server Error, status=500). An invalid domain [.test.com] was specified for this cookie public void setCo
TaiQ妲己音箱后台已关闭,现在只能手动开启蓝牙模式当蓝牙音箱。 安装中间的 G 和 + 两秒钟, 上面的等开始转圈后可以使用手机进行链接蓝牙。
动态加载 JS 文件 var xhr = new XMLHttpRequest; xhr.open('get','//web.test.com/js/common/jq.js',true); xhr.onreadystatechange = function(){ if( xhr.readyState == 4 ){ if( xhr.status >=200 &
jumpserver连接websocket失败
location ^~ /vue { add_header Cache-Control "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0"; index index.html; alia
Git Clone 拉取代码提示以下错误 fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
Mac系统安装
背景:代理链路 A --> B A 节点代理所有服务TCP、GRPC请求转到到 B 节点 A 服务器配置 upstream video_grpc { server 172.17.1.170:50051; } server { listen 50051 http2; server_name video.grpc.com; acce
supervisor 启动 uWSGI 错误描述 # supervisorctl status 查看任务状态 xxxAdmin FATAL Exited too quickly (process log may have details) supervisor 日志 [uWSGI] getting INI configuration from /data/project/ky_admin/
远程机配置文件 vim /etc/ansible/hosts 推送文件到远程机器 ansible all -m copy -a "src=./filterRds.sh dest=/data/xxx/filterRdsLink.sh" 运行远程文件或命令 ansible all -m shell -a 'bash /home/zhangjinliang/filterRdsLi
查看已打开文件(删除状态)lsofgrepdeletedCmsGoAgen574root2uREG253,102230580/usr/local/cloudmonitor/logs/panic.daemon.log(deleted)第一列程序名第二列PID查到之后重启或杀掉进程kill9574查看空间是否已释放dfh
修改查询时间即可selectfromsystem.query_logwhereevent_timebetween'2023020520:45:00'and'2023020521:05:00'andquery_idnotin(selectquery_idfromsystem.query_logwhereevent_timebetween'2023020520:45:00'and'2023020521
在终端输入javascriptsudoxattrrdcom.apple.quarantine{packageName}
mds、mds_stores、mdworker是Spotlight(聚焦)的组成部分使用该命令禁止索引文件bashsudomdutilaioff使用该命令重新开索引文件bashsudomdutilaion
1、PreferencesPlugins搜索Go、FileWatchers两个扩展进行安装2、PreferencesLanguages&FrameworksGo配置GoROOT、GoPATH、GoModules!image.png(https://s2.51cto.com/images/202211/31076659571effa527f1384c18214acd3c665c.png?xosspr
环境:macdockerdesktop问题描述:Dockerfile已配置insecureregistries但FROM未走自建harbor错误信息:ERRORinternalloadmetadatafordocker.io/base/java:latest解决:vim/.docker/daemon.json将buildkit:true改为false"features":{"buildkit":f
服务器环境系统:Centos7PHP:PHP5.6.31xhprof:xhprof0.9.4graphviz:2.46.0软件下载xhprof下载地址:https://pecl.php.net/package/xhprofgraphviz下载地址:https://graphviz.org/download/source/PHP版本xhprof版本:5.6+0.9.0\0.9.1\0.9.2\0.9
若编译遇到此错误可尝试fatalerror:curl/curl.h:Nosuchfileordirectorycentos7下yuminstallcurldevelubuntu下aptgetinstalllibcurl4openssldev
安装openrestybrewtapopenresty/brewbrewinstallopenresty详细可参考官方文档:https://openresty.org/cn/download.html安装完成CaveatsYoucanfindtheconfigurationfilesforopenrestyunder/opt/homebrew/etc/openresty/.Tostartopenr
brewinstallphp@7.4安装期间会有此类错误,手动安装即可brewinstallwebpError:Nosuchfileordirectory@rb_sysopen/Users/webp1.2.2.arm64_monterey.bottle.tar.gz安装成功后Installingphp@7.4Pouringphp@7.47.4.30.arm64_monterey.bottle.ta
替换/root目录下aaa字符串为bbbsedi"s/aaa/bbb/g"grepaaarl/rootvim内批量替换:%s/aaa/bbb/g
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号