会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mumututu's growing
高山自仰止,流水不争先
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
37
38
39
40
41
42
43
44
45
···
84
下一页
2016年3月1日
nc和telnet配合使用
摘要: nc -l 9932 -c 用nc监听9932端口 telnet 180.150.184.115 29933 telnet 29932 端口
阅读全文
posted @ 2016-03-01 15:40 穆穆兔兔
阅读(1351)
评论(0)
推荐(0)
2016年2月22日
linux下批量替换文件内容
摘要: linux下批量替换文件内容 1、网络上现成的资料 格式: sed -i "s/查找字段/替换字段/g" `grep 查找字段 -rl 路径` linux sed 批量替换多个文件中的字符串 sed -i "s/oldstring/newstring/g" `grep oldstring -rl y
阅读全文
posted @ 2016-02-22 16:21 穆穆兔兔
阅读(286)
评论(0)
推荐(0)
2016年2月3日
java 入门
摘要:
阅读全文
posted @ 2016-02-03 14:01 穆穆兔兔
阅读(176)
评论(0)
推荐(0)
2016年1月27日
Linux动态库的导出控制
摘要: http://www.cnblogs.com/zzqcn/p/3640353.html
阅读全文
posted @ 2016-01-27 13:38 穆穆兔兔
阅读(207)
评论(0)
推荐(0)
2016年1月18日
goang Receiver & interface
摘要: package mainimport ( "fmt")type Pointer struct { x string}func (this *Pointer) PrintX() { fmt.Printf("X:%s\n", this.x)}func (this *Pointer) S...
阅读全文
posted @ 2016-01-18 16:04 穆穆兔兔
阅读(557)
评论(0)
推荐(0)
2016年1月15日
Go与C语言的互操作 cgo
摘要: http://tonybai.com/2012/09/26/interoperability-between-go-and-c/ // foo.h int count; void foo(); //foo.c #include "foo.h" int count = 6; void foo() {
阅读全文
posted @ 2016-01-15 16:24 穆穆兔兔
阅读(4202)
评论(0)
推荐(1)
2016年1月8日
Go fsm
摘要: package fsmimport ( "log")type EvtIf interface { GetEvtType() string}type Action interface { //doAction(evt EvtIf, srcState *State, dstState ...
阅读全文
posted @ 2016-01-08 16:40 穆穆兔兔
阅读(419)
评论(0)
推荐(0)
2015年12月18日
Git多账号登陆
摘要: 最近工作上遇到了使用git+repo的情况,需要用公司的邮箱和账号名重新申请ssh公私密钥,而我本身在github上也有一些开源项目,这里就是记录一下我是如何实现git多账号登陆的。取消git全局设置 很多同学照着网上的教程,都会对git进行全局设置,例如:[plain]view plainc...
阅读全文
posted @ 2015-12-18 11:52 穆穆兔兔
阅读(937)
评论(0)
推荐(0)
2015年12月17日
mysql 安装与配置、使用
摘要: http://www.cnblogs.com/shenliang123/p/3203546.html CentOs中mysql的安装与配置 在linux中安装数据库首选MySQL,Mysql数据库的第一个版本就是发行在Linux系统上,其他选择还可以有postgreSQL,oracle等 在Linu
阅读全文
posted @ 2015-12-17 17:35 穆穆兔兔
阅读(432)
评论(0)
推荐(0)
正则表达式
摘要: http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001386832260566c26442c671fa489ebc6fe85badda25cd000正则表达式阅读: 15992字符串...
阅读全文
posted @ 2015-12-17 10:37 穆穆兔兔
阅读(174)
评论(0)
推荐(0)
上一页
1
···
37
38
39
40
41
42
43
44
45
···
84
下一页
公告