北漂小兄弟的博客

北漂小兄弟的博客

菜根笔记

div布局 固定宽度加上百分比宽度

div布局 固定宽度加上百分比宽度

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

div布局 固定宽度加上百分比宽度 div布局我们经常会用到左侧固定宽度.side,右侧则为自动适应屏幕宽度,填充剩下的宽度,这个布局用table布局很容易解决…

Read More Read More

thinksns 3.0 限制微吧发帖时间间隔15分钟

thinksns 3.0 限制微吧发帖时间间隔15分钟

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

  首先备份一下这个文件,将以下代码复制在 APPS/WEIBA/LIB/ACTION/INDEXACTION.CLASS.PHP  里面,放在331…

Read More Read More

转载 plupload 使用方法 中文文档

转载 plupload 使用方法 中文文档

2015 年 6 月 24 日 北漂小兄弟 Comments 0 Comment

Plupload的使用方法也与SWFUpload非常类似,可以分为以下几步: 1、引入js文件 2、实例化一个plupload对象,传入一个配置参数对象进行各方…

Read More Read More

win10 10130无法上网的问题

win10 10130无法上网的问题

2015 年 6 月 24 日 北漂小兄弟 Comments 0 Comment

win10 10130无法上网的问题 如果你确认网络连接,网卡,或者wifi链接都没有任何问题请尝试如下解决方案: windows键+x 打开管理员权限的cmd…

Read More Read More

shell infrastructure host windows 10 解决方案

shell infrastructure host windows 10 解决方案

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

shell infrastructure host windows 10 解决方案 最近微软推出了windows会员直接升级正版的计划,于是果断安装了微软最新公…

Read More Read More

IPtables 使用教程

IPtables 使用教程

2015 年 6 月 15 日 北漂小兄弟 Comments 0 Comment

某些人很MJJ,挂了N多代理来疯狂采集,把服务器带宽都耗尽了,没办法只好封掉一些!- -# 1、安装iptables防火墙 CentOS执行:yum insta…

Read More Read More

windows php7+nginx配置

windows php7+nginx配置

2015 年 6 月 14 日 北漂小兄弟 Comments 10 comments

windows php7+nginx配置 下载nginx:http://nginx.org/download/nginx-1.9.1.zip 下载php7.0….

Read More Read More

nginx upstream timed out 错误

nginx upstream timed out 错误

2015 年 6 月 14 日 北漂小兄弟 Comments 0 Comment

nginx upstream timed out  错误 尝试下修改配置文件, location ~ \.php$ { root D:\wnmp\wwwroot…

Read More Read More

php7 windows版本启动提示丢失vcruntime140.dll

php7 windows版本启动提示丢失vcruntime140.dll

2015 年 6 月 14 日 北漂小兄弟 Comments 0 Comment

php7 windows版本启动提示丢失vcruntime140.dll 6月13日 php7终于没有跳票发布了alpha 版本啦,于是在自己的windows8…

Read More Read More

css3 filter 滤镜都有哪些效果

css3 filter 滤镜都有哪些效果

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

grayscale灰度 sepia褐色(求专业指点翻译) saturate饱和度 hue-rotate色相旋转 invert反色 opacity透明度 brig…

Read More Read More

WAMP/WNMP安装提示缺少 msvcr100.dll文件解决方法

WAMP/WNMP安装提示缺少 msvcr100.dll文件解决方法

2015 年 6 月 3 日 北漂小兄弟 Comments 0 Comment

WAMP/WNMP安装提示缺少wamp msvcr100.dll文件解决方法 因为wamp基于vs c++2010开发,需要提前安装这个组件才可以正常运行 微软…

Read More Read More

error: Untracked working tree file ‘public/images/icon.gif’ would be overwritten by merge.

error: Untracked working tree file ‘public/images/icon.gif’ would be overwritten by merge.

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

error: Untracked working tree file ‘public/images/icon.gif’ would be…

Read More Read More

wordpress 升级提示要数据ftp账号的问题

wordpress 升级提示要数据ftp账号的问题

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

wordpress 升级提示要数据ftp账号的问题 解决方法: 更改您的网站目录的属主即可, 改为www属主就可以! chown -R www /data/ww…

Read More Read More

json 数据解析器使用案例 JSON.parse()

json 数据解析器使用案例 JSON.parse()

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

json 数据解析器使用案例 JSON.parse() 我们都知道json的数据在JavaScript中能够直接解析,但是我们常常使用eval()函数来解析,但…

Read More Read More

Non-static method Illuminate\Database\Eloquent\Model::update() should not be called statically, assuming

Non-static method Illuminate\Database\Eloquent\Model::update() should not be called statically, assuming

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

laravel update的时候出现这个问题 什么原因呢? Non-static method Illuminate\Database\Eloquent\Mo…

Read More Read More

laravel session丢失问题

laravel session丢失问题

2015 年 5 月 11 日 北漂小兄弟 Comments 1 comment

laravel 并没有使用php自带的session $_SESSION 也同样不能使用,laravel自己内建了全新的session 写入session的方法…

Read More Read More

js input输入的时候全角自动转为半角

js input输入的时候全角自动转为半角

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

function CtoH(obj) { var str=obj.value; var result=””; for (var i = 0; i < st…

Read More Read More

vim替换tab为空格一条命令搞定

vim替换tab为空格一条命令搞定

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

vi 空格替换tab命令 vim替换tab为空格一条命令搞定 :%retab  

jquery 点击弹出登录对话框 脚本

jquery 点击弹出登录对话框 脚本

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

jquery 点击弹出登录对话框 脚本 <div class=”login”>   </div> &l…

Read More Read More

css控制Button 按钮的点击时候出现蓝色边框

css控制Button 按钮的点击时候出现蓝色边框

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

css控制Button 按钮的点击时候出现蓝色边框的问题,添加css属性,这样在点击安按钮的时候就不会有蓝色边框了。 button{outline:none;}

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