上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 48 下一页

2015年3月18日

task optimization

摘要: Requirements:Tasks have DependenciesRunning the task in Multi threadLinkshttp://en.wikipedia.org/wiki/LEMON_(C%2B%2B_library)LEMON is an open source g... 阅读全文

posted @ 2015-03-18 12:50 cutepig 阅读(249) 评论(0) 推荐(0) 编辑

2015年3月16日

python 网络编程要点

摘要: From http://www.zhihu.com/question/19854853Python网络编程是一个很大的范畴,个人感觉需要掌握的点有:1. 如何使用Python来创建socket, 如何将socket与指定的IP地址和端口进行绑定,使用socket来发送数据,接受数据,2. 如何使用P... 阅读全文

posted @ 2015-03-16 13:06 cutepig 阅读(334) 评论(0) 推荐(0) 编辑

2015年3月15日

dslr control vis usb

摘要: nikon https://sdk.nikonimaging.com/apply/compmail.doDigital-SLR cameras We are offering Library Programs and Command API Specifications for softwar... 阅读全文

posted @ 2015-03-15 11:40 cutepig 阅读(895) 评论(0) 推荐(0) 编辑

2015年3月11日

docker

摘要: how to install/use docker?http://www.codedata.com.tw/social-coding/docker-layman-abc/docker internals? ?? from https://docs.docker.com/introduction/u... 阅读全文

posted @ 2015-03-11 13:03 cutepig 阅读(227) 评论(0) 推荐(0) 编辑

openwrt lamp

摘要: https://applefreak111.wordpress.com/2013/03/12/howtoopenwrt-lamp-stack%E5%AE%89%E8%A3%9D/opkg update安裝Lighttpd, MySQL 5, 和PHP 5。opkg install lighttpd ... 阅读全文

posted @ 2015-03-11 12:53 cutepig 阅读(390) 评论(0) 推荐(0) 编辑

2015年3月6日

上海互联网整体沉沦:盛大巨人全没落 8年没出一个马云

摘要: 上海互联网整体沉沦:盛大巨人全没落 8年没出一个马云 时间:2015年03月05日 14:10:59 来源:腾讯科技 [作者:雷建平] 评论喜欢+0打印收藏分享 ... 阅读全文

posted @ 2015-03-06 22:00 cutepig 阅读(397) 评论(0) 推荐(0) 编辑

2015年2月26日

ZZ ? ?: 回?做??的十年技?生涯(?文,非??慎入)

摘要: 元音字母身份用户文章1409星座双子座积分14420等级灵樨(8)发信人: fafe (元音字母), 信区: WorkLife 标题: 回顾做码农的十年技术生涯(长文,非码农慎入) 发信站: 水木社区 (Tue Feb 24 21:42:21 2015), 站内 回顾做码农的十年技术生涯(长文... 阅读全文

posted @ 2015-02-26 12:56 cutepig 阅读(242) 评论(0) 推荐(0) 编辑

2015年2月24日

mibox connections

摘要: tcp 0 0 :::52549 :::* LISTEN 4398/net.myvst.v2:mtcp 0 0 :::12581 :::* LISTEN 24307/com.moretv.antcp 0 0 :::6087 :::* LISTEN 858/com.duokan.airktcp 0 0... 阅读全文

posted @ 2015-02-24 20:02 cutepig 阅读(402) 评论(0) 推荐(0) 编辑

mibox open ports

摘要: root@dredd:/data/data/berserker.android.apps.sshdroid/home # netstat -lnpActive Internet connections (only servers)Proto Recv-Q Send-Q Local Address F... 阅读全文

posted @ 2015-02-24 20:01 cutepig 阅读(539) 评论(0) 推荐(0) 编辑

Why my setting does not work?

摘要: lab mypc server7000 -> 5900 1080 -> 10800 10800 -> internet 15900 -> 5900 22 -> github:22 rinitd runs at lab pc1081 -> 108017000 -> 7000 ... 阅读全文

posted @ 2015-02-24 20:00 cutepig 阅读(183) 评论(0) 推荐(0) 编辑

makefile笔记

摘要: http://stackoverflow.com/questions/3932895/makefile-aliasesSRC=$(wildcard '*.c')test: $(SRC) gcc -o $@ $^ $(CFLAGS) $(LIBS) $@ is the target i.e. test... 阅读全文

posted @ 2015-02-24 13:20 cutepig 阅读(170) 评论(0) 推荐(0) 编辑

特殊字符搜索网站 http://symbolhound.com/

摘要: 最近在学习makefile,想搜索一下 $@是啥意思,结果google由于忽略了特殊字符,结果啥也没找到,后来在stackoverflow上看到了别人同样的问题http://stackoverflow.com/questions/4685615/search-engine-for-special-c... 阅读全文

posted @ 2015-02-24 13:03 cutepig 阅读(813) 评论(0) 推荐(0) 编辑

2015年2月21日

nodejs学习

摘要: 代码var http = require('http');http.createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/plain'}); res.end('Hello World\n');})... 阅读全文

posted @ 2015-02-21 15:57 cutepig 阅读(211) 评论(0) 推荐(0) 编辑

coffeescript学习

摘要: test2.coffeestdin = process.openStdin()stdin.setEncoding 'utf8'stdin.on 'data', (input) -> name = input.trim() process.exit() if name == 'exit' con... 阅读全文

posted @ 2015-02-21 13:18 cutepig 阅读(170) 评论(0) 推荐(0) 编辑

xhan/qqbot试用

摘要: xhan/qqbot试用啥是qqbot?基于WebQQ协议的QQ机器人。命令行工具,Hubot支持!怎样安装?首先要安装CoffeeScriptwindows:安装nodejs:主页上就有下载C:\Users\cutepig>npm install -g coffee-scriptC:\Users\... 阅读全文

posted @ 2015-02-21 12:10 cutepig 阅读(608) 评论(0) 推荐(0) 编辑

2015年2月8日

宝宝洗脸

摘要: http://m.goodbaby.com/yinger/htmls/100026.html新生儿脸上经常可以看见小小、白白的粟粒疹,通常都不需要特别处理,几周之后就会自行消失通常在洗澡时,应先从眼睛清洁开始做起,再清洁其他部位清洁方式 用拧干的纱布巾(或毛巾)轻轻擦拭宝宝的小脸、眉毛,包括脖子等... 阅读全文

posted @ 2015-02-08 12:09 cutepig 阅读(161) 评论(0) 推荐(0) 编辑

2015年2月7日

软件项目管理

摘要: 工具:githubbug跟踪jiratracgit自动化构建持续集成静态分析代码审查概念:scrum敏捷开发 阅读全文

posted @ 2015-02-07 22:34 cutepig 阅读(184) 评论(0) 推荐(0) 编辑

2015年1月21日

asterisk channel driver dev ref

摘要: 入口函数load_module load_config ast_channel_register console_tech ast_cli_register_multiple console_tech需要提供一系列的毁掉函数,比如 static struct ast_channel_tech co... 阅读全文

posted @ 2015-01-21 00:39 cutepig 阅读(332) 评论(1) 推荐(0) 编辑

2015年1月20日

标 题: 有什么办法快速把pc上的网址发送到手机上

摘要: 标 题: 有什么办法快速把pc上的网址发送到手机上transfer2u, pushbullet都可以实现你说的功能,还可以把图片或者选中内容/剪贴板内容发送到手机。后者功能更强,还支持在电脑之间发,但是Mac下Safari没有支持。前者应用范围更广。【 在 gaofei 的大作中提到: 】手机扣扣可... 阅读全文

posted @ 2015-01-20 23:12 cutepig 阅读(300) 评论(0) 推荐(0) 编辑

2015年1月13日

dongle0

摘要: *CLI> -- [dongle0] Trying to connect on /dev/ttyUSB2...插拔dongle[Jan 13 23:42:20] WARNING[3443]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2... 阅读全文

posted @ 2015-01-13 23:48 cutepig 阅读(985) 评论(0) 推荐(0) 编辑

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 48 下一页

导航