github.tiankonguse.com github.tiankonguse.com

github.tiankonguse.com

tiankonguse blog

这是 tiankonguse 基于 Jekyll 和 github 创建的博客,是 tiankonguse 在学习上,工作上,生活上的记录。

http://github.tiankonguse.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR GITHUB.TIANKONGUSE.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

April

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.6 out of 5 with 8 reviews
5 star
0
4 star
5
3 star
3
2 star
0
1 star
0

Hey there! Start your review of github.tiankonguse.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

4.3 seconds

FAVICON PREVIEW

  • github.tiankonguse.com

    16x16

  • github.tiankonguse.com

    32x32

  • github.tiankonguse.com

    64x64

  • github.tiankonguse.com

    128x128

  • github.tiankonguse.com

    160x160

  • github.tiankonguse.com

    192x192

  • github.tiankonguse.com

    256x256

CONTACTS AT GITHUB.TIANKONGUSE.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
tiankonguse blog | github.tiankonguse.com Reviews
<META>
DESCRIPTION
这是 tiankonguse 基于 Jekyll 和 github 创建的博客,是 tiankonguse 在学习上,工作上,生活上的记录。
<META>
KEYWORDS
1 tiankonguse
2 GitHub
3 Jekyll
4 Plugins
5 Archives
6 css
7 html
8 javascript
9 wordpress
10 logo
CONTENT
Page content here
KEYWORDS ON
PAGE
linux下目录的权限问题,redis 基础知识,最近准备看redis的源码了 看之前先看看redis有哪些功能,redis 源代碼閱讀,最近在空闲的时候,会敲几道算法题,现在把two sum的思路简单的记录下来,git 子模块学习笔记,bash中的冒号,timerfd 初级笔记1,几个月前我使用timerfd封装了一个定时器,使用了这么久一切正常,今天回顾一下timerfd的基础知识,epoll初级笔记1,几个月前我使用epoll封装了一个定时器,使用了这么久一切正常,今天回顾一下epoll的基础知识
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

tiankonguse blog | github.tiankonguse.com Reviews

https://github.tiankonguse.com

这是 tiankonguse 基于 Jekyll 和 github 创建的博客,是 tiankonguse 在学习上,工作上,生活上的记录。

INTERNAL PAGES

github.tiankonguse.com github.tiankonguse.com
1

tiankonguse's 代码世界

http://github.tiankonguse.com/page4

Bash使用了写了三年多了,有人问我一下语法, 于是整理一个记录集, 以备后续参考. 上周五遇到一个服务有个客户端能使用, 有的客户端不能使用的问题, 于是定位了一下. 关于top这个命令, 虽然简单, 但是真正的了解了怎么使用, 还是很有帮助的. 我的记录集(俗称博客)之前只是简单的呈现博客, 显得特别不规范.今天一时兴起, 优化了一些地方, 这里特此记录一下. 之前做这个博客主要为了记录生活的点点滴滴, 所以并没有在意SEO什么的, 今天发现百度蜘蛛被github拒绝了. 最近查询话费时, 发现联通竟然记录我我们的所有上网记录, 太可怕了. 最近做一个项目, 需要评估一下性能与瓶颈所在之处, 这里简单记录一下.

2

tiankonguse's 代码世界

http://github.tiankonguse.com/page3

最近半年在做外网服务, 由于请求量比较大, 且热点不集中, 服务性能需要不断优化来使用较少的机器承载较高的访问量. The Art of Writing Catchy Articles - 11 Simple Tips. This is a guest article by Rajat Bhadani. 对于经常使用eclipse的人来说, android studio 使用起来太难了,各种不爽。

3

tiankonguse's 代码世界

http://github.tiankonguse.com/page5

最近逐渐的使用 git 的 tag 来管理项目, 不小心增加了一个tag, 想删除,发现怎么也删除不了. 现在记录一下. Chrome插件很多, 但是总是和自己想要的有那么一些区别, 于是想着打造一个自己的chrome集合. 我的小组主要用来管理视频资料, 也就是管理Db的啦. 后来发现有很多慢查询, 于是导了一份慢查询和binlog来看了看. 之前了解cache的时候, 我曾说过:共享内存也仅仅只是一片内存而已. 现在来看看共享内存的基本操作吧. 之前对NOSQL的总结是:基本功能是key-value, 然后各自附加特殊功能. 现在简单的来认识一下cache. 之前没遇到过python的局部变量问题, 也就不知道局部变量与全局变量冲突时会怎么样, 现在简单了解了一下.

4

tiankonguse's 代码世界

http://github.tiankonguse.com/page11

之前写过 github 搭建静态网站,但是功能特别少,现在看看 Jekyll 的官方文档,记录下一个博客需要的基础知识. Memcached 源码阅读之 字符串 hash 与 搜集的一些 字符串 hash. 阅读 memcached 源码的时候,发现 memcached 有两个字符串hash 的代码,于是研究一下,然后理解这个hash的时候,搜集了一些互联网上的字符串hash方法. Memcached 源码阅读之 hash table. Coreeek 和 sphinx 的配置与使用. 阅读了半天 memcached ,发现那些代码都是没用的代码,所以直接搜索找到 memcached 的核心代码,然后终于看懂了。 我是敲c 的,经常听起面试喜欢问hash table与hash map的区别,我只能说对不起,我没听过这两个名词。 使用 cygwin 可以再windowws下模拟 linux,但是cygwin会中文乱码,还有ssh有问题,于是找了一下解决方法。 上周安装了 sphinx 后,发现搜索效果不好,于是尝试一下 coreseek .

5

tiankonguse's 代码世界

http://github.tiankonguse.com/page9

最近笔记本被我拆了,还没有还原,手里又没钱,只好买了一个 raspberry pi 来当做我的电脑。 PHP 下使用 ZeroMQ 和 protobuf. 前几天 用 c 语言, protobuf 协议, ZeroMQ 网络框架写了一个 server, 后来需要 用 php 语言来给 server 通信,于是简单记录一下。 做一个项目的时候,发现有个开源项目可以参考,但是那个用 node js 写的,于是需要了解一下 node js 的基本知识。

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

LINKS TO THIS WEBSITE

tiankonguse.com tiankonguse.com

tiankonguse' record ~ 第1页

http://tiankonguse.com/record/index_grid.php

CSS MDN Less Sass 前端框架 Foundation Bootstrap Pure Polymer 图标 Themify Icons IcoMoon Freepik Glyphicons. 一般 bootstrap 的分页代码是这样写的 / 翻页 function getNameLi. 定义数组 声明一个数组变量 declare -a array; 当然,也可以没有声明直接使用。 Array[1]="hello word"; 如果. 前言 公司使用的版本控制工具是svn. 由于公司的电脑环境是windows7,所以大部分使用 TortoiseSVN 来操作 svn. 后来,我安装了 Cygwin 和 Xshell . 这样就可以像在 Linux. Xxx is not in. Xxx is not in. 然后就得到提示 xxx is not in the sudoers file。 每一个二进制位 bit 有0和1两种状态,因此八个二进制位就可以组合出2 8种状态,即256种状态,这被称为一个字节 byte 一个字节一共可以用来表示. Should be valid HTML 5.

tiankonguse.com tiankonguse.com

tiankonguse' record ~ 第1页

http://tiankonguse.com/record/write.php

2014年北京网络赛 Instrusive HDU 5040 题解 优先队列. 2014年西安网络赛 Ellipsoid 题解 模拟退火. Uncaught RangeError: Maximum call stack size exceeded. Xxx is not in the sudoers file. Should be valid HTML 5.

tiankonguse.com tiankonguse.com

tiankonguse' record

http://tiankonguse.com/record/messageBoard.php

Should be valid HTML 5.

tiankonguse.com tiankonguse.com

tiankonguse' tag page

http://tiankonguse.com/record/tag.php

Should be valid HTML 5.

UPGRADE TO PREMIUM TO VIEW 17 MORE

TOTAL LINKS TO THIS WEBSITE

21

SOCIAL ENGAGEMENT



OTHER SITES

github.shimarin.com github.shimarin.com

Welcome to nginx on Debian!

Welcome to nginx on Debian! If you see this page, the nginx web server is successfully installed and working on Debian. Further configuration is required. For online documentation and support please refer to nginx.org. Tool to report bugs in the nginx package with Debian. However, check existing bug reports. Before reporting a new bug. Thank you for using debian and nginx.

github.simonebertuccioli.it github.simonebertuccioli.it

GitHub Repositories | Simone Bertuccioli

github.statussiren.net github.statussiren.net

Status Siren

Were working to restore access to a small number of repositories. May 6, 17:40 UTC. Everything operating normally. May 6, 17:46 UTC. You signed up successfully! Thank you for signing up. Check your mail for activation. Please also check your "Spam". Folder or "Junk email". Folder to make sure that verification message has not been filtered out.

github.superfeedr.com github.superfeedr.com

Github's PubSubHubbub Hub

The PubSubHubbub PuSH API allows Github. To send real-time notifications to subscribers every time new content is published. Ever wonder how your application can get real-time notifications every time feeds are updated? It's a simple protocol built on. These webhooks are provided by 3rd parties, known as hubs. This page is the hub for Github. S content in real-time? Never miss an update with our PubSubHubbub Feed API. Https:/ github.superfeedr.com. With the following parameters:. If the hub returns.

github.tamu.edu github.tamu.edu

Sign in via LDAP · GitHub

Sign in via LDAP. Something went wrong with that request. Please try again. You signed in with another tab or window. Reload. To refresh your session. You signed out in another tab or window. Reload. To refresh your session.

github.tiankonguse.com github.tiankonguse.com

tiankonguse blog

Leetcode Two Sum 解题报告. Linux 下core dump 简单了解. 前段时间有人在群上发了一个shell命令,问谁敢运行,还说最好在虚拟里运行.于是我研究了一下.

github.timshomepage.net github.timshomepage.net

Tim's Home Page · Home

This is my place to test my web development skills, experiment, and make web applications that sound interesting to me. I am very interested in the latest and greatest. I don't cater to the least common denominator here. Don't expect a lot if you use an old web browser. While I like things to work as much as anyone else, I'm always working on something, so there's probably at least a page or two that doesn't work properly. I have a bunch of programming projects on Github.

github.trips45.com github.trips45.com

Steve's Github Project Page

Steve's Github Project Page. Welcome to GitHub Pages. This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:. Cd your repo root/repo name $ git fetch origin $ git checkout gh-pages. If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch. And To...

github.uconn.edu github.uconn.edu

Recent Repositories · GitHub

Great recipe for my favorite snack. Jan 12, 2017. Jan 8, 2017. Jan 7, 2017. Jan 2, 2017. Jan 13, 2017. Jan 10, 2017. Dec 19, 2016. Dec 17, 2016. Dec 17, 2016. Dec 17, 2016. Worst Final Project Ever. Dec 17, 2016. Dec 17, 2016. Dec 17, 2016. Dec 17, 2016. Dec 16, 2016. Dec 16, 2016. Dec 17, 2016. Dec 16, 2016. Dec 15, 2016. Dec 16, 2016. Jan 13, 2017. Dec 15, 2016. Dec 17, 2016. Dec 16, 2016. Jan 5, 2017. Dec 18, 2016. Dec 12, 2016. Dec 14, 2016. Dec 11, 2016. Dec 11, 2016. To refresh your session.

github.ugent.be github.ugent.be

Sign in via LDAP · GitHub

Sign in via LDAP. Something went wrong with that request. Please try again. You signed in with another tab or window. Reload. To refresh your session. You signed out in another tab or window. Reload. To refresh your session.

github.uhfx.net github.uhfx.net

Hello World!

Read Jekyll Quick Start. Complete usage and documentation available at: Jekyll Bootstrap. Remember to specify your own data:. Title : My Blog =) author : name : Name Lastname email : blah@email.test github : username twitter : username. The theme should reference these variables whenever needed. This blog contains sample posts which help stage pages and blog data. When you don’t need the samples anymore just delete the. Here’s a sample posts list . Raquo; Jekyll Introduction.