一

{"type":"编程笔记"}


  • Home

  • Archives
  • Search

disruptor入门

Posted on 2014-07-28   |   In java

原文来源如下,实际运行有点小问题,略做修改

英文地址
中文地址

获得Disruptor

可以通过Maven来安装Disruptor。

Read more »

welcome to jekyll!

Posted on 2014-07-28   |   In ruby

You'll find this post in your _posts directory - edit this post and re-build (or run with the -w switch) to see your changes!
To add new posts, simply add a file in the _posts directory that follows the convention: YYYY-MM-DD-name-of-post.ext.

Jekyll also offers powerful support for code snippets:

Read more »

mysql-bin.index not found

Posted on 2013-02-03   |   In mysql

mysql抛出如下错误信息:

Read more »

mysql error 1017

Posted on 2013-02-03   |   In mysql

mysql日志抛出如下错误:

ERROR 1017 (HY000): Can’t find file: (errno: 13)

原因是对mysql的数据库数据文件没有读写权限。

以ubuntu系统为例子,一般数据文件放在/var/lib/mysql下面,数据库目录的权限是700(rwx--),所有者是mysql,数据库目录下面的文件权限是660(rw-rw-), 所有者也是mysql。

如果重启服务器前没有关闭mysql,mysql的myisam表很有可能会出现ERROR #1017 :Can't find file: '/xxx.frm'的错误。

出现这个问题的原因不是/xxx.frm这个文件不见了,而是这些文件的所有者权限(应该要是mysql)不知道为什么变成了root。

Read more »

compile objective-c programs on ubuntu-12.04

Posted on 2012-11-13   |   In linux

ubuntu 12.04上编译Objective-C代码。

Read more »
1…333435…99
yuweijun

yuweijun

492 posts
12 categories
RSS
GitHub Twitter
© 2021 yuweijun
Powered by Hexo
Theme - NexT.Mist.KISS