logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux安装PHP报错Sorry, I cannot run apxs. Possible reasons follow:

http://blog.sina.com.cn/s/blog_b5dfe4870102waso.html

Linux的make 命令出现:"make:*** No targets specified and no makefile found.Stop

们在Linux 安装包的时候,使用make 命令出现:"make:*** No targets specified and no makefile found.Stop."这样的错误提示。我们有三种方式可以尝试解决:第一种:第一、update最新版本系统软件yum update这个必须要执行后才可以安装我们的系统软件或者一键包。第二、编译缺失关联软件yum insta...

Gin使用mongo进行增删改查/聚合/数据转换

包go.mongodb.org/mongo-driver/mongo查询查询Count包含了过滤+回调函数+执行三部分filter := primitive.M{}filter["monitor_ta"] = body.MonitorTypefilter["catego"] = body.categofilter["status"] = primitive.M{"$ne": DelStatus,}

#golang
TOOL使用fiddler导出的har文件导入到postman测试接口

然后复制为curl,导入到postman中即可!导出的har文件直接拖入到浏览器的调试工具中,在fiddler操作。

#fiddler#postman#前端
PHP返回数据json数据样式要求是对象{},而不是[]

转化为对象即可对象{}数组[]$data = [ 'all_pro' => (object)$all_pro ]

Bootstrap的form-group form-control input-group button-group

设置间距form-group设置输入框form-control向所有的文本元素 <input>、<textarea> 和 <select> 添加 class ="form-control" 。把标签和控件放在一个带有 class.form-group的 <div> 中。这是获取最佳间距所必需的。...

Git的sourcetree找不到git

运行运行sfc /scannow进行修复电脑异常然后重启选项中启用git 与Mercurial

Git使用git rebase:合并提交 合并分支

假设Git目前只有一个分支master,开发人员的工作流程是 git clone master branch在自己本地checkout -b local创建一个本地开发分支在本地的开发分支上开发和测试阶段性开发完成后(包含功能代码和单元测试),可以准备提交代码首先切换到master分支,git pull拉取最新的分支状态然后切回local分支通过git rebase -i 将本地的多次提交合并为一

ELK的What files do you want me to watch? Exiting: no modules or inputs enabled and configuration

少了一个小横岗 -filebeat.inputs:- type: stdinenabled: truesetup.template.setting:index.number_of_hards: 3output.console:pretty: trueenable: true

    共 48 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 请选择