中文 iOS/Mac 开发博客列表
部分中文ios/mac开发博客列表:
博客地址
RSS地址
OneV's Den
http://onevcat.com/atom.xml
破船之家
http://beyondvincent.com/atom.xml
NSHipster
http://nshipster.cn/feed.xml
...
分类:
移动开发 时间:
2014-12-04 10:16:25
阅读次数:
361
博客地址RSS地址OneV's Denhttp://onevcat.com/atom.xml破船之家http://beyondvincent.com/atom.xmlNSHipsterhttp://nshipster.cn/feed.xmlLimboy 无网不剩http://feeds.feedburner.com/lzyy唐巧的技术博客http://blog.devtang.com/atom.x...
分类:
移动开发 时间:
2014-11-15 17:08:28
阅读次数:
260
//定义编码header(?‘Content-Type:text/html;charset=utf-8?‘);?
//Atomheader(‘Content-type:?application/atom+xml‘);?
//CSSheader(‘Content-type:?text/css‘);?
//Javascriptheader(‘Content-type:?t...
分类:
Web程序 时间:
2014-11-14 10:56:08
阅读次数:
268
//定义编码
header( 'Content-Type:text/html;charset=utf-8 ');
//Atom
header('Content-type: application/atom+xml');
//CSS
header('Content-type: text/css');
//Javascript
header('Content-type: text/java...
分类:
Web程序 时间:
2014-11-13 19:04:21
阅读次数:
1108
//WordPress博客的Pingback地址
//WordPress主题文件的相对地址
//博客的Wordpress版本
//WordPress博客的名称
//网站标题
//日志或页面标题
//WordPress主题样式表文件style.css的相对地址
//WordPress博客的Atom地址
/...
分类:
其他好文 时间:
2014-11-06 13:10:30
阅读次数:
176
1. 保护式(guard)中如果出错,不会报错,只会返回false!case 1=:1 of
true when not erlang:length(t) =:= 1 orelse true ->
ok;
_ ->
error
end.Result is: error保护式中对t (atom) 求length会出错,本应crash...
分类:
其他好文 时间:
2014-11-03 17:45:47
阅读次数:
410
hexdump - ascii, decimal, hexadecimal, octal dump查看十六机制的首选工具。-c 每单元以字节为单位,显示出对应的ASCII码-C 每单元以字节为单位,同时显示十六机制和ASCII码例:[atom@localhost code]$ hexdump -c ...
分类:
系统相关 时间:
2014-11-03 16:17:51
阅读次数:
223
用InterAtom模式的Android模拟器启动报一下错误:Starting emulator for AVD 'new'emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure In...
分类:
其他好文 时间:
2014-11-02 10:47:44
阅读次数:
167
PubSubHubbub协议是一个简单、开放、服务器对服务器的,基于Web-hook的发布/订阅(pubsub)协议,是Atom和RSS的扩展。遵守PubSubHubbub协议的参与者(servers)能够(通过webhook callbacks)几乎实时地获取到自...
分类:
其他好文 时间:
2014-10-31 16:08:25
阅读次数:
170
//定义编码header('Content-Type:text/html;charset=utf-8');//Atomheader('Content-type:application/atom+xml');//CSSheader('Content-type:text/css');//Javascri...
分类:
Web程序 时间:
2014-10-31 13:25:11
阅读次数:
177