上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页

2014年1月26日

procedure of intall and setup centos 6.5

摘要: select webserver install option,and select ,uncheck the postgresql optionselected some “… platform” optionsselected all virtualization optionssetup network and check ssh serviceok,now install mysql开始先下载了mysql的二进制包 发现安装过程各种不顺利,放弃然后下载源码安装,由于是5.6.15版本 需要cmake,cmake . 报错发现gcc也没有,原来是安装系统的时候没有选择Developmen 阅读全文

posted @ 2014-01-26 21:23 argb 阅读(624) 评论(0) 推荐(0) 编辑

用户和组的管理

摘要: user:argb group argbgroupadd argbadduser -m -g argb argb //-m使 用 者 目 录 如 不 存 在 则 自 动 建 立adduser -r g argb argb // -r 不建立使用者目录 如添加一些系统用户像mysql:mysqluserdel -r argb //删除用户 -r参数还会同时删除使用者目录 阅读全文

posted @ 2014-01-26 17:09 argb 阅读(122) 评论(0) 推荐(0) 编辑

mysql install steps

摘要: the official documents for mysql 5.6 installkey steps:# Preconfiguration setupshell> groupadd mysqlshell> useradd -r -g mysql mysql# Beginning of source-build specific instructionsshell> tar zxvf mysql-VERSION.tar.gzshell> cd mysql-VERSIONshell> cmake .shell> makeshell> make ins 阅读全文

posted @ 2014-01-26 17:04 argb 阅读(229) 评论(0) 推荐(0) 编辑

2014年1月21日

d3js

摘要: 1,svg element need the "pointer-events" attribute if you want the mouse event work correctly2, 阅读全文

posted @ 2014-01-21 18:50 argb 阅读(213) 评论(0) 推荐(0) 编辑

2014年1月5日

js布局库

摘要: 1、viz.jsThe solution was that someone cross compiled Graphviz to Javascript using llvm + emscripten.got some info from:http://stackoverflow.com/questions/18952345/directed-acyclic-graph-using-d3-js-without-dothttp://stackoverflow.com/questions/6344318/pure-javascript-graphviz-equivalent/14866384#148 阅读全文

posted @ 2014-01-05 04:18 argb 阅读(1158) 评论(0) 推荐(0) 编辑

2014年1月2日

mac 学习笔记

摘要: 1、关于launchctlhttp://zhengwei.name/2011/11/lanunchctl-notes/2、php-fpm 默认配置php-fpm.conf :/etc/php-fpm.conf配置项说明:pid = run/php-fpm.pid 默认是注释掉的,打开后完整路径位/usr/var/run/php-fpm.piderror_log=log/php/php-fpm.log 同上php 5.3.3 下的php-fpm 不再支持 php-fpm 以前具有的 /usr/local/php/sbin/php-fpm (start|stop|reload)等命令,需要使用信号 阅读全文

posted @ 2014-01-02 10:30 argb 阅读(242) 评论(0) 推荐(0) 编辑

js图形库

摘要: SVG.jsviz.jsgraphviz的js实现版raphaeld3(http://d3js.org/)JavaScriptInfoVisToolkitFlotr2and Envision.jshttp://humblesoftware.com/D3 for Raphaelhttp://webmonarch.github.io/d34raphael/Web-Drawing Throwdown: Paper.js Vs. Processing.js Vs. RaphaelSVG 教程了解SVG如何在 SVG 和 Canvas 之间进行选择4款开源免费的数据可视化JavaScript库time 阅读全文

posted @ 2014-01-02 01:38 argb 阅读(366) 评论(0) 推荐(0) 编辑

2013年12月29日

zeromq 笔记

摘要: 一、当执行zmq_bind后会进入mute state,直到有进入或者出去的连接发生才会进入ready state在mute state状态下会根据不同的套接字类型决定是丢弃消息还是阻塞可参考zmq_bind(),zmq_connect(),zmq_socket()这几个函数的api说明。也就是说连接建立后会进入ready状态,这时候使用zmq_send发送消息时是异步的,程序不会发生阻塞,比如,发送的频率远高于接受的频率时,还是会顺利发送,并没有因为接收太慢而导致发送变慢,而且当发送端程序退出时接收端依然可以继续处理未来得及处理的消息,这一点在pub-sub模式下测试过,其他模式尚未测试。二 阅读全文

posted @ 2013-12-29 02:58 argb 阅读(498) 评论(0) 推荐(0) 编辑

2013年12月11日

C语言程序员必读的5本书

摘要: 本文由伯乐在线-programmer_lin翻译自fromdev。欢迎加入技术翻译小组。转载请参见文章末尾处的要求。你正计划着通过看书来学习C语言吗?“书籍是人类最忠诚的朋友“。海明威一定知道书籍对一个人一生的重要性。书籍是知识的丰富来源。你可以从书中学到各种知识。书籍可以毫无歧视地向读者传达作者的本意。C语言是由 Dennis Ritchie在1969年到1973年在贝尔实验室研发的。C语言可以把程序简单地编译为机器指令,使得它成为了最高效的语言。为什么在程序员中,C语言如此流行呢?这背后有很多原因。首先,它独立于平台,可以运行在MAC、Linux、UNIX和PC各种环境中。它是UNIX系统 阅读全文

posted @ 2013-12-11 16:20 argb 阅读(528) 评论(0) 推荐(0) 编辑

2013年12月9日

kvm 虚拟机

摘要: 关于text模式安装的一个问题http://serverfault.com/questions/257962/kvm-guest-installed-from-console-but-how-to-get-to-the-guests-console安装命令:/usr/libexec/qemu-kvm -m 1024 -smp 4 -boot order=cd,once=c -hda /home/vm/kvm/centos64_64_01.qcow2 -cdrom /home/isofiles/centos64_64.iso -kernel /mnt/centos64/isolinux/vmli 阅读全文

posted @ 2013-12-09 00:25 argb 阅读(426) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页

导航