一直喜欢chrome 浏览器,不过自ubuntu 刚安装的时候是没有chrome的,
首先,下载google chrome deb包
32位:https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
6...
分类:
系统相关 时间:
2014-05-16 04:17:45
阅读次数:
367
html5 canvas 前端生成缩略图更新:2013/08/01: 解决了后面遇到的bug:
图片被压扁(IOS6); 图片被旋转;整个源码放在:
https://github.com/kairyou/html5-make-thumb新方案需要后面实现的, 就是下面的旧版本里的功能(水印/是否强制...
分类:
Web程序 时间:
2014-05-16 03:24:47
阅读次数:
511
一、JavaScript的同源策略参考链接:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Same_origin_policy_for_JavaScript同源策略限制了一个源(origin)中加载文本或脚本与来自其它源(origin...
分类:
Web程序 时间:
2014-05-16 01:05:38
阅读次数:
406
Trello这个标签工具刚接触感觉跟印象笔记差不多,功能不少可以面对开发者,个人,家庭记录事件,安排事情,计划工作。
Epic公司公开了UnrealEngine4引擎的开发计划,各个模块,各种功能而且还可以让开发者和关注者建议,评论开发计划,搞得跟要开源一样哈哈。
下面附张图:附地址:https:/...
分类:
其他好文 时间:
2014-05-15 21:58:49
阅读次数:
306
打开 /usr/local/php/etc/php-fpm.conf
调大以下两个参数(根据服务器实际情况,过大也不行) 5120 600
分类:
其他好文 时间:
2014-05-15 21:12:11
阅读次数:
206
之前的博文我介绍了如何搭建CHEF环境以及创建编写cookbook,resipes用来批量将cookbook下发到客户端执行相应的部署操作.NOW,本篇文档我们会详细介绍如何利用CHEF独有的框架语言来批量部署安装APACHE,并加载其HTTPS模块等功能.相信如果你看了本篇文档,利用CHEF实现一个批量自动化..
分类:
其他好文 时间:
2014-05-15 19:18:21
阅读次数:
438
server{if(!-e$request_filename){rewrite^(.*)$/index.phplast;}}如果if没有放在location时,在做memc缓存时,在错误日志里会提示以下信息2014/05/1210:45:51[error]11520#0:*325726srcache_fetch:cachesenttruncatedresponsebodywhilesendingtoclient,client:192.168.3.124,..
分类:
其他好文 时间:
2014-05-15 19:02:44
阅读次数:
350
#!/bin/bash
#function:cutnginxlogfilesshell
#cp/usr/local/nginx/logs/access.log/usr/local/nginx/logs/access.log.bak
log_cut_path="/var/log/nginx"
log_files_path="/usr/local/nginx/logs/"
log_files_dir=${log_cut_path}$(date-d"yesterday"+"%Y")/$(date-d"yesterd..
分类:
其他好文 时间:
2014-05-15 18:49:50
阅读次数:
244
1、gem安装出现下面错误
root@ubuntu:/home/git/gitlab# sudo gem install bundler --no-ri --no-rdoc
ERROR: Could not find a valid gem 'bundler' (>= 0), here is why:
Unable to download data from https...
分类:
其他好文 时间:
2014-05-15 18:19:48
阅读次数:
304
一、环境ubuntu12.04.4nginx 1.6.0mariadb 10.0更新系统补丁sudo
apt-get updatesudo apt-get dist-upgrade -y挂载swap分区dd
if=/dev/zeroof=/media/fasthdd/swapfile.img bs=...
分类:
数据库 时间:
2014-05-15 17:23:21
阅读次数:
1622