havee.me havee.me

HAVEE.ME

Havee's Space

快要步入全民 SSL 时代了,有必要记录下 SSL 的相关配置了。 SSL cipher 依据你申请的证书来,譬如 WoSign 的免费证书是 AES128 加密的,则 Nginx 可以. Ssl ciphers EECDH AESGCM:EDH AESGCM:AES128 EECDH:AES128 EDH;. 而 SSL 的协议则推荐使用 TLSv1 TLSv1.1 TLSv1.2. Ssl protocols TLSv1 TLSv1.1 TLSv1.2;. 由于接触 Gentoo 的时间比自建博客的时间早,故对 Gentoo 知识点的记录非常少,以下记录下 layman 的一些使用。 Layman 是 Gentoo 下的一款管理第三方 overlay 工具,通过 layman 可以方便的安装各社区创建的 overlay。 USE=git emerge -av app-portage/layman. 具体需要开启哪些 use flag,完全是根据各 overlay 用哪种工具维护的,譬如 git、cvs、subversion、mercurial 等等。 之前写过另一篇 Git 进阶 color/diff.

http://www.havee.me/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR HAVEE.ME

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

January

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 15 reviews
5 star
6
4 star
5
3 star
4
2 star
0
1 star
0

Hey there! Start your review of havee.me

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.5 seconds

CONTACTS AT HAVEE.ME

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Havee's Space | havee.me Reviews
<META>
DESCRIPTION
快要步入全民 SSL 时代了,有必要记录下 SSL 的相关配置了。 SSL cipher 依据你申请的证书来,譬如 WoSign 的免费证书是 AES128 加密的,则 Nginx 可以. Ssl ciphers EECDH AESGCM:EDH AESGCM:AES128 EECDH:AES128 EDH;. 而 SSL 的协议则推荐使用 TLSv1 TLSv1.1 TLSv1.2. Ssl protocols TLSv1 TLSv1.1 TLSv1.2;. 由于接触 Gentoo 的时间比自建博客的时间早,故对 Gentoo 知识点的记录非常少,以下记录下 layman 的一些使用。 Layman 是 Gentoo 下的一款管理第三方 overlay 工具,通过 layman 可以方便的安装各社区创建的 overlay。 USE=git emerge -av app-portage/layman. 具体需要开启哪些 use flag,完全是根据各 overlay 用哪种工具维护的,譬如 git、cvs、subversion、mercurial 等等。 之前写过另一篇 Git 进阶 color/diff.
<META>
KEYWORDS
1 havee's space
2 服务端 ssl 配置
3 nginx 下如此
4 gentoo overlay 的简单介绍
5 安装很方便
6 给 rime 添加第三方词库
7 一、 概述
8 最近一直看到圈里流传 rime 输入法,就花了点时间折腾了一下
9 目录下,下面记录下使用 rime 的一些个人配置
10 git log 输出格式化
CONTENT
Page content here
KEYWORDS ON
PAGE
havee's space,服务端 ssl 配置,nginx 下如此,gentoo overlay 的简单介绍,安装很方便,给 rime 添加第三方词库,一、 概述,最近一直看到圈里流传 rime 输入法,就花了点时间折腾了一下,目录下,下面记录下使用 rime 的一些个人配置,git log 输出格式化,看了下,恩,跟之前不太一样了,写入,gitconfig,git ll,查看,之前没有记录,git log,参数信息,这里记录下,免得后面再重新查找,为 jekyll 文章添加二维码网址,next »
SERVER
nginx/1.8.0
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Havee's Space | havee.me Reviews

https://havee.me

快要步入全民 SSL 时代了,有必要记录下 SSL 的相关配置了。 SSL cipher 依据你申请的证书来,譬如 WoSign 的免费证书是 AES128 加密的,则 Nginx 可以. Ssl ciphers EECDH AESGCM:EDH AESGCM:AES128 EECDH:AES128 EDH;. 而 SSL 的协议则推荐使用 TLSv1 TLSv1.1 TLSv1.2. Ssl protocols TLSv1 TLSv1.1 TLSv1.2;. 由于接触 Gentoo 的时间比自建博客的时间早,故对 Gentoo 知识点的记录非常少,以下记录下 layman 的一些使用。 Layman 是 Gentoo 下的一款管理第三方 overlay 工具,通过 layman 可以方便的安装各社区创建的 overlay。 USE=git emerge -av app-portage/layman. 具体需要开启哪些 use flag,完全是根据各 overlay 用哪种工具维护的,譬如 git、cvs、subversion、mercurial 等等。 之前写过另一篇 Git 进阶 color/diff.

INTERNAL PAGES

havee.me havee.me
1

为 Jekyll 文章添加二维码网址 - Havee's Space

http://havee.me/internet/2015-04/add-qrcode-for-jekyll-post.html

想了下,Jekyll 生成的博客是纯静态的网页,如果要为每篇文章添加二维码的话,似乎也只有 JavaScript,或干脆为 Jekyll 写一个 plugin 了。 不过作为 Jekyll 用户,写 Plugin 推静态 html 上去不为我所喜。 于是找了下 jQuery,已经有现成的 QR Code. Script src="/assets/js/jquery.qrcode.min.js" /script. Div id="code" /div script type="text/javascript" $("#code").qrcode({ width: 150, height: 150, text: "http:{ site.url } { page.url } " }); /script. Text: http:{ site.url } { page.url }. Url: "/ havee.me". 文章以 the CC BY 3.0.

2

Sass 色彩函数 - Havee's Space

http://havee.me/internet/2015-01/controlling-color-with-sass-color-functions.html

加上 Jekyll 2.4.0 开始已经内置 Sass 预处理器,于是将自己博客的样式彻底的换成 Sass,期间遇到颜色相关的部分,查阅资料后,纪录下来。 这两个是用来调整颜色的 HSL 值的亮度,顾名思义,Darken 变暗,Lighten 变亮。 Sass 会自动的分析我们的颜色的 HSL 值来进行调整,用百分比来计算. 这两个将调整饱和度与去色,同样,Sass 会自动分析 HSL 值来进行调整,也需要百分比来表示. 除此以外,Sass 提供了其他有趣的函数,譬如 rgb 函数. 了解更多 http:/ sass-lang.com/documentation/Sass/Script/Functions.html. 文章以 the CC BY 3.0.

3

CentOS 7 配置记录 - Havee's Space

http://havee.me/linux/2014-12/centos-7-records.html

几个 vps 逐步的升级到 CentOS 7,老是忘记一些配置,于是动手纪录下。 Yum update # yum install wget unzip bzip2 vim. Hostname yourdomain # hostnamectl set-hostname yourdomain. 不喜 root ssh,于是添加一个用户,因为用得到 sudo,故添加到 wheel 组. Useradd -m -G users,wheel havanna # passwd havanna. Systemctl start firewalld # systemctl enable firewalld. 具体的方法可以阅读 CentOS 7 下使用 Firewall. Firewall-cmd - permanent - zone=public - add-service=http # firewall-cmd - permanent - zone=public - add-service=https # firewall-cmd - reload. 因为更改了默认的 22 端口,安装一个 selinux 工具.

4

Havee's Space

http://havee.me/page2

Linux 系统的 NTFS-3G 权限. 一般情况下,我们在 Linux 下挂载 ntfs,是安装 ntfs-3g 后进行的,即. Mount -t ntfs-3g /dev/sdb1 /mnt/data. 这样临时解决下可以,但是会涉及到权限问题,就是说,/mnt/data 下的所有文件都必须 root 权限。 Mount -t ntfs-3g -o uid=username,gid=users /dev/sdb1 /mnt/data # uid 为当前用户名,gid 为users 用户组. 修复 Windows 10 UEFI 启动. 这几天一直跟 (U)EFI 打交道,期间遇到过 Clover 启动 Windows 10 出现的引导错误. 出现这个错误,是因为我升级了主板 BIOS,直接由主板 (U)EFI 启动 Windows 10 是没有问题的,但是转到 Clover 来启动则会出现这个问题,应该是升级主板 BIOS 的过程中 (U)EFI 固件修改了一些信息导致,于是翻阅了一些资料,自己动手修复。 UEFI 固件启动 Gentoo EFI Stub Kernel. Page: 2 of 38.

5

Git 进阶:color/diff - Havee's Space

http://havee.me/linux/2012-06/the-git-advanced-color-diff.html

Gentoo 默认的 git 真的很朴素,默认配置实在是太简单了。 譬如如果想提取两次 commit 之间的 diff 的话就很简单. Git diff oldcommit newcommit patch. Git diff - help. 参考资料 http:/ www.kernel.org/pub/software/scm/git/docs/git-diff.html. 文章以 the CC BY 3.0.

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL PAGES IN THIS WEBSITE

17

LINKS TO THIS WEBSITE

xn--7qv19ae78e.cn xn--7qv19ae78e.cn

About - Don't forget your dreams!

http://www.xn--7qv19ae78e.cn/about.html

Don't forget your dreams! With help from Jekyll. Articles are licensed under the CC BY 3.0.

xn--7qv19ae78e.cn xn--7qv19ae78e.cn

MyEclipse6.5+ IDE汉化软件 - Don't forget your dreams!

http://www.xn--7qv19ae78e.cn/ide/2011-05/myeclipse-Chinese-tool.html

Don't forget your dreams! MyEclipse . configuration org.eclipse.equinox.simpleconfigurator. With help from Jekyll. Articles are licensed under the CC BY 3.0.

xn--7qv19ae78e.cn xn--7qv19ae78e.cn

Git 操作命令收集 - Don't forget your dreams!

http://www.xn--7qv19ae78e.cn/git/2016-01/git-commands-collect.html

Don't forget your dreams! 都说好性不如烂笔头, 一点也没有错呀. 虽然学习Git已经有1个多年头, 但是有些时候那比较少用的命令总是一时想不起来.所以还是决定把它写到blog里面, 不仅把经验分享出去, 而且也便于自己查找, 此博文会持续累加. Git config - global alias.co checkout. 除此之外, 还可以把一些组合的命令用别名设置, 例如:. Git update-ref -d HEAD. Git tag -a 1.0.1-Release -m "Release 1.0.1 version". Git tag -d 1.0.1-Release. Git push - tag. Git push origin :refs/tags/1.0.1-Release. With help from Jekyll. Articles are licensed under the CC BY 3.0.

xn--7qv19ae78e.cn xn--7qv19ae78e.cn

Nutz源码Jdoc在IDE中补全提示时出现乱码解决办法 - Don't forget your dreams!

http://www.xn--7qv19ae78e.cn/ide/2012-04/nutz-jdoc-Chinese.html

Don't forget your dreams! 上面提到在没有修改前打开源码提示信息 无法使用GBK编码格式安全地打开该文件,是否要继续打开它 按照信息所描述是不是将Nutz的源码修改成GBK编码格式也可以呢 于是写了个编码格式轮换输出小程序测试了下,结果说明猜想是正确的,呵. With help from Jekyll. Articles are licensed under the CC BY 3.0.

xn--7qv19ae78e.cn xn--7qv19ae78e.cn

Don't forget your dreams!

http://www.xn--7qv19ae78e.cn/page2

Don't forget your dreams! Page: 2 of 2. 国内技术强强联手之Nutz KindEditor LHGDialog My97DatePicker. With help from Jekyll. Articles are licensed under the CC BY 3.0.

xn--7qv19ae78e.cn xn--7qv19ae78e.cn

Archive - Don't forget your dreams!

http://www.xn--7qv19ae78e.cn/archive.html

Don't forget your dreams! 2016 - 01 - 29. 2016 - 01 - 27. Raquo; Git 操作命令收集. 2016 - 01 - 23. Raquo; mpsdk4j的点滴记录- MPAccount. 2016 - 01 - 19. Raquo; MapDB 同步读写示例. 2012 - 04 - 20. 2012 - 03 - 24. 2012 - 01 - 13. Raquo; 国内技术强强联手之Nutz KindEditor LHGDialog My97DatePicker. 2011 - 11 - 18. 2011 - 10 - 17. Raquo; JSP版本的KindEidtor在线编辑器第二季 Servlet Struts2集成版. 2011 - 05 - 16. Raquo; MyEclipse6.5 IDE汉化软件. 2011 - 05 - 05. 2011 - 03 - 24. 2010 - 11 - 03. 2010 - 09 - 05. Raquo; JQuery Strusts1.x实现Ajax无刷新登录.

xn--7qv19ae78e.cn xn--7qv19ae78e.cn

国内技术强强联手之Nutz+KindEditor+LHGDialog+My97DatePicker - Don't forget your dreams!

http://www.xn--7qv19ae78e.cn/web/2012-01/nutz-ke-lhg-my97.html

Don't forget your dreams! 国内技术强强联手之Nutz KindEditor LHGDialog My97DatePicker. Orgnutz.ioc.loader.annotation.IocBean. Orgnutz.mvc.annotation.AdaptBy. Orgnutz.mvc.annotation.At. Orgnutz.mvc.annotation.Param. Orgnutz.mvc.upload.UploadAdaptor. KindEditor在线编辑器文件上传,管理模块 * @author Elkan(elkan1788@gmail.com) */. Gif,jpg,jpeg,png,bmp". Swf,flv,mp3,wav,wma,wmv,mid,avi,mpg,asf,rm,rmvb". Doc,docx,xls,xlsx,ppt,txt,zip,rar". 上传文件保存目录不存在或 n是没有写入权限,请检查.". 上传文件大小超过限制,只允 n许上传小于 ". 拷贝文件 * @param src 源文件 * @param tar 目标路径 */.

xleng.org xleng.org

About - xleng's blog

http://www.xleng.org/about.html

Install Oracle JDK 7 on Debian 7. With Help from Jekyll Bootstrap.

xn--7qv19ae78e.cn xn--7qv19ae78e.cn

MapDB 同步读写示例 - Don't forget your dreams!

http://www.xn--7qv19ae78e.cn/utils/2016-01/mapdb-write-read-sync.html

Don't forget your dreams! MapDB 是一个快速、易用的嵌入式Java数据库引擎. 最主要的特点之一就是支持磁盘存储,直接把内存中的Hash Map同步写入到磁盘. 另外特别惊喜的是它支持ACID事务,MVCC隔离, 且有全职的开发者支持. 看完官方的文档与示例后,基本上可以确定它符合业务场景的使用要求.另外发现官方正在重构3.x的版本, 但应该不会这么快发布吧.用google搜索了下关于MapDB的使用案例, 也不是很多. 可能是本来官方的文档就齐全有关吧,API也不复杂,跟着官方的文档走一遍就可以上手了. 动手测试了简单的示例后, 突然冒出一个疑问, 如何实现同时操作磁盘上的一个数据库, 以及同一个HashMap呢? 这里需要明白的, MapDB存储到磁盘上的数据库文件,并非只是存放了一个HashMap, 这有点类似数据库里可以有多张表的概念相同. 那么数据库是可以支持多连接的, MapDB是否也同样支持呢? MapDB 测试 * * @author 凡梦星尘(elkan1788@gmail.com) * @since 2016.1.19 */.

UPGRADE TO PREMIUM TO VIEW 35 MORE

TOTAL LINKS TO THIS WEBSITE

44

OTHER SITES

havee-a-drink.skyrock.com havee-a-drink.skyrock.com

Blog de havee-a-drink - Luciiiiile - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Posté le samedi 25 octobre 2008 23:06. Poster sur mon blog.

havee-funee.skyrock.com havee-funee.skyrock.com

Blogue de Havee-Funee - Rock'on ♥ - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Rock'on ♥. 039;causee We Have Fun. La ou tu est Exactement =D. Mise à jour :. Tum' m'menquee! Abonne-toi à mon blog! Voila comment cela Marchee icitee ;. Commentaire en chiffre NON ACC. On Douublee les Commentairee. 1 commentaire = 2 commentaire ché vouus. 2 commentaires = 4 commentaires ché vouus. 3 commentaires = 6 commentaires ché vouus. Ou poster avec :. Posté le mercredi 18 février 2009 19:24. Modifié le mercredi 18 février 2009 19:41. Ou poster avec :.

havee-funn.skyrock.com havee-funn.skyrock.com

Blog de HaVee-FuNn - Blog de HaVee-FuNn - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Fan de nutella* *. 9604;██▄ ▄██▄. 9608;███████. 9600;████▀. 9600;█▀. Merci, à happyxgalerie*. Mise à jour :. Fascination (Ukendt album ). Abonne-toi à mon blog! PK est ce que tu ments? Parce qu'il s'en fou! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (54.145.69.42) si quelqu'un porte plainte. Ou poster avec :. Ou poster avec :.

havee-funx.skyrock.com havee-funx.skyrock.com

Blog de havee-funx - Smile. :) - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Tu ne peux pas voir le blog de havee-funx, il est configuré pour que personne ne puisse le voir. Poster sur mon blog.

havee.com havee.com

havee.com

This domain is for sale. Click here to make an offer.

havee.me havee.me

Havee's Space

快要步入全民 SSL 时代了,有必要记录下 SSL 的相关配置了。 SSL cipher 依据你申请的证书来,譬如 WoSign 的免费证书是 AES128 加密的,则 Nginx 可以. Ssl ciphers EECDH AESGCM:EDH AESGCM:AES128 EECDH:AES128 EDH;. 而 SSL 的协议则推荐使用 TLSv1 TLSv1.1 TLSv1.2. Ssl protocols TLSv1 TLSv1.1 TLSv1.2;. 由于接触 Gentoo 的时间比自建博客的时间早,故对 Gentoo 知识点的记录非常少,以下记录下 layman 的一些使用。 Layman 是 Gentoo 下的一款管理第三方 overlay 工具,通过 layman 可以方便的安装各社区创建的 overlay。 USE=git emerge -av app-portage/layman. 具体需要开启哪些 use flag,完全是根据各 overlay 用哪种工具维护的,譬如 git、cvs、subversion、mercurial 等等。 之前写过另一篇 Git 进阶 color/diff.

haveearswilltravel.com haveearswilltravel.com

Home - My Blog

My Blog My WordPress Blog. An Easy to Use, One Page Creative Theme.

haveeaselwilltravel.blogspot.com haveeaselwilltravel.blogspot.com

Have Easel, Will Travel

Have Easel, Will Travel. Tuesday, March 1, 2011. I Completed This In One Day. I started this landscape today and I finished it today. Hooray! When I do these landscapes I really have to walk away from them often. Sometimes they don't look right and I end up over working them. I kind of over worked the cabin a bit. I hadn't created a cabin in awhile. Its not great but its getting there. Links to this post. Sunday, February 27, 2011. I Finally Painted A Nice Mountain. Links to this post. Links to this post.

haveebanhbo.wordpress.com haveebanhbo.wordpress.com

Butter Cake Paradise – Chốn tự kỉ của một con nhỏ chưa biết xài WordPress. Fan gơ mê trai tột độ ♥

Chốn tự kỉ của một con nhỏ chưa biết xài Wordpress. Fan gơ mê trai tột độ. This is your very first post. Click the Edit link to modify or delete it, or start a new post. If you like, use this post to tell readers why you started this blog and what you plan to do with it. Tháng Bảy 5, 2015. Để lại bình luận. Phản hồi gần đây. Không có danh mục. Tạo một website miễn phí hoặc 1 blog với WordPress.com. Blog at WordPress.com.

haveecigskilledyet.com haveecigskilledyet.com

haveecigskilledyet.com -&nbsphaveecigskilledyet Resources and Information.

This domain has expired. If you owned this domain, contact your domain registration service provider for further assistance. If you need help identifying your provider, visit https:/ www.tucowsdomains.com/.

haveeconomicindependence.blogspot.com haveeconomicindependence.blogspot.com

have economic independence

Sábado, 13 de diciembre de 2014. Formas Faciles De Ganar Dinero Por Internet. Enviar por correo electrónico. Formas De Hacer Dinero Por Internet. Https:/ archive.org/details/formas de hacer dinero. Enviar por correo electrónico. Formas De Ganar Dinero Por Internet. Https:/ archive.org/details/formas de ganar dinero. Enviar por correo electrónico. Miércoles, 26 de noviembre de 2014. Como Ganar Dinero Facil Por Internet. Enviar por correo electrónico. Maneras De Ganar Dinero Por Internet.