• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Whokay 必ず勝つ!頑張ろう!
博客园    首页    新随笔    联系   管理    订阅  订阅
2014年11月5日
在ubuntu server上安装沸腾时刻环境
摘要: 1. 安装php5.6http://phpave.com/upgrade-to-php-56-on-ubuntu-1404-lts/按照这篇文章的顺序来做,可以安装最新5.6版本php安装好了以后,要安装php的其他依赖,例如php5-curl等2. 按照以下文章安装其他配置以及laravelhtt... 阅读全文
posted @ 2014-11-05 18:29 Vince 阅读(512) 评论(0) 推荐(0)
2014年10月10日
ubuntu中管理用户和用户组
摘要: 1. 添加一个用户组并指定id为1002sudo groupadd -g 1002 www2. 添加一个用户到www组并指定id为1003sudo useradd wyx -g 1002 -u 1003 -m3. 修改用户的密码sudo passwd wyx4. 删除一个用户sudo userdel... 阅读全文
posted @ 2014-10-10 18:50 Vince 阅读(75848) 评论(0) 推荐(1)
2014年10月9日
ubuntu14.04设置静态ip
摘要: 1. 找到文件并作如下修改: sudo vim /etc/network/interfaces 修改如下部分: auto eth0iface eth0 inet staticaddress 192.168.0.117gateway 192.168.0.1 #这个地址你要确认下 网关是不是这个地址ne 阅读全文
posted @ 2014-10-09 13:00 Vince 阅读(129375) 评论(0) 推荐(0)
2014年9月28日
ssh 返回错误 Too many authentic authentication failures for root 的时候检查 ssh 配置
摘要: 路径cd/etc/sshls-ltrsudo vi sshd_config改为以下内容(yes):PermitRootLogin yes 阅读全文
posted @ 2014-09-28 15:17 Vince 阅读(10032) 评论(0) 推荐(0)
2014年9月27日
ubuntu安装 laravel 过程中出现: mcrypt php extension required 的问题 | 以及composer相关问题 | Nginx安装
摘要: 这篇文章对于Nginx的配置至关重要如果碰到访问index.php不返回html而出现下载文件的问题,加上那段default就可以修正:https://www.digitalocean.com/community/tutorials/how-to-install-laravel-with-an-ng... 阅读全文
posted @ 2014-09-27 13:42 Vince 阅读(4947) 评论(0) 推荐(0)
2014年8月16日
mongo里面根据对象字段的ID查询 db.Photo.find({'owner.$id':ObjectId('xxxx')}) , 并且使用forEach循环修改查询的数据
摘要: var ones = db.Photo.find({'owner.$id':ObjectId("5344f0dab7c58e8e098b4567")})db.Photo.find({'owner.$id':ObjectId("5344f0dab7c58e8e098b4567")}).forEach(... 阅读全文
posted @ 2014-08-16 10:59 Vince 阅读(4351) 评论(0) 推荐(1)
2014年5月8日
绝对居中对齐的好办法
摘要: position:absolute;top:50%;left:50%;margin-top:-180px;margin-left:-240px; 阅读全文
posted @ 2014-05-08 17:14 Vince 阅读(251) 评论(0) 推荐(0)
blur效果,模糊效果css
摘要: .blur{-webkit-filter:blur(5px);-moz-filter:blur(5px);-o-filter:blur(5px);-ms-filter:blur(5px);filter:url(#blur-effect-1);filter:progid:DXImageTransfor... 阅读全文
posted @ 2014-05-08 17:03 Vince 阅读(8415) 评论(0) 推荐(0)
2014年5月3日
vitualbox 主机与虚拟机能相互访问的设置
摘要: 1. 桥接网卡2. 界面名称:802.11n USB Wireless Lan Card3. 混杂模式:全部允许4. 接入网线打勾5. 确定 阅读全文
posted @ 2014-05-03 09:06 Vince 阅读(914) 评论(0) 推荐(0)
2014年4月23日
mongo对象var_dump的时候无法显示更多数据的处理办法
摘要: print_r($user->toArray()) 阅读全文
posted @ 2014-04-23 17:54 Vince 阅读(171) 评论(0) 推荐(0)
下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3