我是能行CTO

我是能行CTO

因为喜欢,所以热爱!

git 批量操作/处理冲突/conflict

git 批量操作/处理冲突/conflict

2022-11-02 itknight Comments 0 Comment

问题1 批量处理 指定文件夹下的conflict 方式1 # 该文件夹下的冲突 都采用我刚传入的 git checkout –ours ./project/m…

Read More Read More

mysql查看最近执行的sql语句

mysql查看最近执行的sql语句

2022-10-31 itknight Comments 0 Comment

mysql查看最近执行的sql语句,默认情况下mysql是不会记录最近执行sql语句的,需要手动开启才能记录。另外最近执行sql语句有两种方式输出,要么是tab…

Read More Read More

MySQL错误-this is incompatible with sql_mode=only_full_group_by完美解决方案

MySQL错误-this is incompatible with sql_mode=only_full_group_by完美解决方案

2022-10-31 itknight Comments 0 Comment

原因分析 一、原理层面 这个错误发生在mysql 5.7.5 版本及以上版本会出现的问题: mysql 5.7.5版本以上默认的sql配置是:sql_mode=…

Read More Read More

新版本Cmder默认的提示符修改方式.md

新版本Cmder默认的提示符修改方式.md

2022-10-27 itknight Comments 0 Comment

Cmder默认的提示符为lambda,据说某些情况下会出现Bug,实际上我遇到过第一个字符无法删除的错误,不清楚是否因为这个缘故。不管如何,把这个提示符改成我们…

Read More Read More

MSBUILD : error MSB4132: 无法识别工具版本“2.0”。可用的工具版本为 “14.0”, “4.0”。

MSBUILD : error MSB4132: 无法识别工具版本“2.0”。可用的工具版本为 “14.0”, “4.0”。

2022-10-27 itknight Comments 0 Comment

下载VC++ tool http://go.microsoft.com/fwlink/?LinkId=691126& 默认安装 下载 Python2.7…

Read More Read More

phalcon 开发环境搭建

phalcon 开发环境搭建

2022-10-19 itknight Comments 0 Comment

安装php_phalcon扩展 每次配置都会找不到,这次记一下。 记住仓库地址 记住下载目录为release/tag/v[版本号] 以4.1.2为例 https…

Read More Read More

nginx各种代理配置

nginx各种代理配置

2022-09-27 itknight Comments 0 Comment

# 进程数量 worker_processes 1; events { # 最大连接数量 worker_connections 1024; } http { i…

Read More Read More

Java 实现输出文件到下载

Java 实现输出文件到下载

2022-09-26 itknight Comments 0 Comment

@RequestMapping("/download/{dt}/{filename}") @ResponseBody public Stri…

Read More Read More

Java中poi读取excel大文件卡死的解决方案

Java中poi读取excel大文件卡死的解决方案

2022-09-26 itknight Comments 0 Comment

在处理一个10M左右的Excel文件时,意外发现,不管怎么写,当然都是循规蹈矩的写,都会卡死不动,也不抛异常,也不给响应,应该是发生问题了。 经过一系列的搜索,…

Read More Read More

PHP实现将服务器文件以二进制形式进行下载

PHP实现将服务器文件以二进制形式进行下载

2022-09-23 itknight Comments 0 Comment

/ 将文件导出为下载 / <?php public static function export_to_download($path,$title){ $…

Read More Read More

Posts navigation

OLDER POSTS
NEWER POSTS

近期文章

  • Vue3中一个偷懒的定义当前项的方法
  • .net 发布一个软件的命令行
  • Excel人民币转大写公式
  • 一个非常不错的验证身份证号码的函数
  • 一个非常不错的python操作mysql 的类

近期评论

  1. itknight 发表在 Shell错误:/bin/bash^M: bad interpreter: No such file or directory
  2. itknight 发表在 Shell错误:/bin/bash^M: bad interpreter: No such file or directory
  3. itknight 发表在 Shell错误:/bin/bash^M: bad interpreter: No such file or directory

归档

  • 2025 年 7 月
  • 2025 年 6 月
  • 2025 年 5 月
  • 2025 年 4 月
  • 2025 年 3 月
  • 2025 年 2 月
  • 2025 年 1 月
  • 2024 年 12 月
  • 2024 年 11 月
  • 2024 年 10 月
  • 2024 年 9 月
  • 2024 年 8 月
  • 2024 年 7 月
  • 2024 年 6 月
  • 2024 年 5 月
  • 2024 年 4 月
  • 2024 年 3 月
  • 2023 年 11 月
  • 2023 年 9 月
  • 2023 年 8 月
  • 2023 年 5 月
  • 2023 年 4 月
  • 2023 年 3 月
  • 2023 年 2 月
  • 2023 年 1 月
  • 2022 年 12 月
  • 2022 年 11 月
  • 2022 年 10 月
  • 2022 年 9 月
  • 2022 年 8 月

分类

  • Java
  • NoSql数据库
  • Python
  • 前端开发
  • 未分类
  • 默认分类
© 2025 | Proudly Powered by WordPress | Theme: Nisarg