NSLog("%s", __FUNCTION__);
if (a == 1) {
return;
} else {
}
Hi, i'm vergilw, i'm a iOS developer from China, i'm living in Hubei,Wuhan.
iOS Developer
NSLog("%s", __FUNCTION__);
if (a == 1) {
return;
} else {
}
关于Dispatch SourceDispatch Source是GCD中的一种基本数据类型,从字面意思可称其为调度源,它用于处理特定的系统底层事件,即:当一些特定的系统底层事件发生时,调度源会捕捉到这些事件,然后可以做相应的逻辑处理。Dispatch Source可用来监听以下几类事件: Timer Dispatch Source:定时调度源。 Signal Dispatch Source:监听UNIX信号调度源,比如监听代表挂起指令的SIGSTOP信号。 Descriptor D...…
What’s thisVno Jekyll is a theme for Jekyll. It is a port of my Ghost theme vno, which is originally developed from Dale Anthony’s Uno.Usage$ git clone https://github.com/onevcat/vno-jekyll.git your_site$ cd your_site$ bundler install$ bundler exe...…