北漂小兄弟的博客

北漂小兄弟的博客

菜根笔记

warning: push.default is unset; its implicit value is changing in

warning: push.default is unset; its implicit value is changing in

2015 年 12 月 2 日 北漂小兄弟 Comments 1 comment

问题:warning: push.default is unset; its implicit value is changing in 解决:git conf…

Read More Read More

which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

2015 年 12 月 2 日 北漂小兄弟 Comments 0 Comment

问题:which is not functionally dependent on columns in GROUP BY clause; this is in…

Read More Read More

git 提交怎么忽略已经被追踪的文件

git 提交怎么忽略已经被追踪的文件

2015 年 12 月 1 日 北漂小兄弟 Comments 0 Comment

git 提交怎么忽略已经被追踪的文件 项目开发的过程中,经常会在项目内创建自己的文件,但是又不想提交到线上仓库,怎么办呢? git update-index &…

Read More Read More

linux 安装php7教程

linux 安装php7教程

2015 年 11 月 23 日 北漂小兄弟 Comments 0 Comment

linux 安装php7教程 1、首先下载php7对应版本,解压到指定目录 2、安装gcc yum install gcc 3、安装libxml2 yum in…

Read More Read More

centos yum 安装图形界面

centos yum 安装图形界面

2015 年 11 月 18 日 北漂小兄弟 Comments 0 Comment

yum groupinstall “Desktop” yum groupinstall “X Window System&#…

Read More Read More

javascript获取两位小数的方法

javascript获取两位小数的方法

2015 年 11 月 18 日 北漂小兄弟 Comments 0 Comment

javascript获取两位小数的方法 parseFloat(1111.111111).toFixed(2);

ssh key 登陆服务器【转】

ssh key 登陆服务器【转】

2015 年 11 月 5 日 北漂小兄弟 Comments 0 Comment

server1 192.168.199.1 server2 192.168.199.2 server1 配置 生成秘钥 ssh-keygen -b 2048 -…

Read More Read More

MAC下 docker 新手使用指南

MAC下 docker 新手使用指南

2015 年 10 月 23 日 北漂小兄弟 Comments 0 Comment

mac系统 1、下载安装 2、到应用程序下运行,boot2docker应用,会打开一个终端,接下来的操作都在这个终端里面完成。 3、搜索docker hub里面…

Read More Read More

一条命令 linux格式化U盘

一条命令 linux格式化U盘

2015 年 10 月 17 日 北漂小兄弟 Comments 0 Comment

一条命令 linux格式化U盘! 有的时候u盘做完系统盘之后,windows认U盘会变小,即使你在windows下格式化也没用。 这个时候强大的linux就起作…

Read More Read More

http 304 not modified 什么意思?

http 304 not modified 什么意思?

2015 年 10 月 12 日 北漂小兄弟 Comments 0 Comment

http 304 not modified 什么意思? 首先这是一个正常现象,说明资源已经正确加载,只不过调用的资源不是服务器上的资源,而是本地的缓存文件,如果…

Read More Read More

php 获取header头信息

php 获取header头信息

2015 年 10 月 9 日 北漂小兄弟 Comments 0 Comment

function get_all_headers() { $headers = array(); foreach($_SERVER as $key => …

Read More Read More

thinksns快速登陆现Bug点击登陆没反应

thinksns快速登陆现Bug点击登陆没反应

2015 年 9 月 26 日 北漂小兄弟 Comments 0 Comment

thinksns快速登陆现Bug点击登陆没反应,刷新后又登录进去了,原因快速登陆方法有问题 eval(‘var data =’ + re…

Read More Read More

MySQL 服务不见了 怎么回事

MySQL 服务不见了 怎么回事

2015 年 9 月 4 日 北漂小兄弟 Comments 0 Comment

MySQL 服务不见了 怎么回事 今天在用windows服务器想安装一个web站点的时候,突然发现mysql服务不见了,由于是本地的电脑所以,应该是电脑管家或者…

Read More Read More

thinksns4.0添加自定义每日任务 【转】

thinksns4.0添加自定义每日任务 【转】

2015 年 8 月 17 日 北漂小兄弟 Comments 0 Comment

在 phpmyadmin 的页面中或者 bash 命令敲 mysql -u用户名 -p 后输入密码,选择TS数据库。 执行以下3条语句即可。(如果只想自定义增加…

Read More Read More

ThinkSNS4.0微吧发帖标题限制25个汉字

ThinkSNS4.0微吧发帖标题限制25个汉字

2015 年 8 月 6 日 北漂小兄弟 Comments 1 comment

ThinkSNS4.0微吧发帖标题限制25个汉字 如果需要修改这个数字,方法如下: 编辑文件 /apps/weiba/Lib/Action/IndexActio…

Read More Read More

ThinkSNS4.0微吧编辑器toolbar增加功能

ThinkSNS4.0微吧编辑器toolbar增加功能

2015 年 8 月 6 日 北漂小兄弟 Comments 3 comments

ThinkSNS4.0微吧编辑器toolbar增加功能 ThinkSNS4.0引用的编辑器是百度ueditor的迷你版本的umeditor,配置方法在百度ued…

Read More Read More

mysql 5.6 General error: 1364 Field mysql 严格模式导致

mysql 5.6 General error: 1364 Field mysql 严格模式导致

2015 年 7 月 23 日 北漂小兄弟 Comments 2 comments

mysql 5.6 General error: 1364 Field 这个错误的原因是msyql 开启了严格的模式,表内的任何字段都不允许为空,除非所有的字段…

Read More Read More

tar 压缩文件夹 同时排除不想被压缩的文件夹

tar 压缩文件夹 同时排除不想被压缩的文件夹

2015 年 7 月 22 日 北漂小兄弟 Comments 0 Comment

tar 压缩文件夹 同时排除不想被压缩的文件夹 tar a.tar.gz –exclude=a/logs a 这样就排除了 a文件夹里面的logs文…

Read More Read More

表单输入完毕后回车自动提交 jquery

表单输入完毕后回车自动提交 jquery

2015 年 7 月 17 日 北漂小兄弟 Comments 0 Comment

$(function(){ //回车自动提交 $(‘body’).keypress(function(event){ if(event….

Read More Read More

chown -R www ./wwwroot/config

chown -R www ./wwwroot/config

2015 年 7 月 17 日 北漂小兄弟 Comments 0 Comment

chown -R www ./wwwroot/config 改变config文件夹及里面文件的属主

Posts navigation

OLDER POSTS
NEWER POSTS

站内搜索

分类

  • ARTS
  • Golang
  • HTTP
  • JavaScript
  • laravel
  • LINUX
  • MySQL
  • PHP
  • python
  • rabbitMQ从0到0.99
  • 未分类技术文章
  • 树莓派(raspberry pi)
  • 随笔

近期文章

  • FFmpeg 视频剪辑常用命令 2025 年 5 月 22 日
  • FFMPEG常用命令 2024 年 11 月 25 日
  • 已经开了全局代理还是安装不上? 2024 年 10 月 29 日
  • GO语言里channel的阻塞机制 2024 年 9 月 29 日
  • golang 遍历当前目录下的制定扩展名文件,包括子目录 2024 年 1 月 17 日
  • 程序员的30个坏习惯 2024 年 1 月 15 日
  • mac上如何双开微信 2023 年 12 月 17 日
  • 终端内查看天气预报 curl wttr.in 2023 年 12 月 13 日
  • go 切片表达式介绍 2023 年 10 月 7 日
  • golang Prinf详细使用介绍 2023 年 5 月 24 日
  • golang APP版本号比对大小方法 2023 年 5 月 15 日
  • golang strings.Builder 与拼接字符串的区别 2023 年 3 月 17 日
  • golang 将秒转化为小时分钟 2023 年 1 月 28 日
  • GO谚语你知道多少 2022 年 8 月 9 日
  • linux 快速清空一个文件命令 2022 年 5 月 20 日

归档

  • 2025 年 5 月
  • 2024 年 11 月
  • 2024 年 10 月
  • 2024 年 9 月
  • 2024 年 1 月
  • 2023 年 12 月
  • 2023 年 10 月
  • 2023 年 5 月
  • 2023 年 3 月
  • 2023 年 1 月
  • 2022 年 8 月
  • 2022 年 5 月
  • 2021 年 4 月
  • 2020 年 11 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 12 月
  • 2019 年 11 月
  • 2019 年 10 月
  • 2019 年 9 月
  • 2019 年 8 月
  • 2019 年 7 月
  • 2019 年 6 月
  • 2019 年 5 月
  • 2019 年 3 月
  • 2019 年 2 月
  • 2019 年 1 月
  • 2018 年 12 月
  • 2018 年 11 月
  • 2018 年 10 月
  • 2018 年 9 月
  • 2018 年 8 月
  • 2018 年 7 月
  • 2018 年 6 月
  • 2018 年 5 月
  • 2018 年 4 月
  • 2018 年 3 月
  • 2018 年 2 月
  • 2018 年 1 月
  • 2017 年 11 月
  • 2017 年 10 月
  • 2017 年 9 月
  • 2017 年 8 月
  • 2017 年 7 月
  • 2017 年 6 月
  • 2017 年 5 月
  • 2017 年 1 月
  • 2016 年 12 月
  • 2016 年 5 月
  • 2016 年 2 月
  • 2015 年 12 月
  • 2015 年 11 月
  • 2015 年 10 月
  • 2015 年 9 月
  • 2015 年 8 月
  • 2015 年 7 月
  • 2015 年 6 月
  • 2015 年 5 月
  • 2015 年 4 月
  • 2015 年 3 月
  • 2015 年 2 月
  • 2015 年 1 月
  • 2014 年 12 月
  • 2014 年 11 月
  • 2014 年 10 月
  • 2014 年 9 月
  • 2014 年 8 月
  • 2014 年 6 月
  • 2014 年 5 月
  • 2014 年 4 月
  • 2014 年 3 月
  • 2014 年 2 月
  • 2014 年 1 月
  • 2013 年 12 月
  • 2013 年 11 月
  • 2013 年 10 月
  • 2013 年 9 月
  • 2013 年 8 月
  • 2013 年 7 月
  • 2013 年 6 月
  • 2013 年 5 月
  • 2013 年 4 月
© 2025 | Proudly Powered by WordPress | Theme: Nisarg 京ICP备12015649号-1