brew

Posted by 夏泽民

https://github.com/Homebrew/homebrew-php https://github.com/Homebrew/homebrew-core Homebrew是Mac下得套件管理器,类似于Linux系统中的 yum 或者 apt-get ,它能让你的Mac更完美。 安装: ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” 卸载: ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)” // 当你记不清软件的名字的时候,你可以使用search,只需要写去几个字母,他就会帮你联想,并把所有可能的结果输出给你 brew search 查看使用brew安装的东西,安装在哪里 brew –cache /Users/didi/Library/Caches/Homebrew Homebrew 是基于 OS X 的套件管理工具,是一个开源的 Ruby 脚本,专门用于快速下载软件;



xdebug

Posted by 夏泽民

$ pecl install xdebug WARNING: channel “pecl.php.net” has updated its protocols, use “pecl channel-update pecl.php.net” to update pecl/xdebug requires PHP (version >= 7.1.0), installed version is 7.0.6 No valid packages found install failed



timer

Posted by 夏泽民

Go语言的标准库里提供两种类型的计时器Timer和Ticker。Timer经过指定的duration时间后被触发,往自己的时间channel发送当前时间,此后Timer不再计时。Ticker则是每隔duration时间都会把当前时间点发送给自己的时间channel,利用计时器的时间channel可以实现很多与计时相关的功能。



mcall systemstack

Posted by 夏泽民

https://studygolang.com/articles/28553?fr=sidebar



sched_init

Posted by 夏泽民

这个很熟是进程调度初始化函数,主要做了设置进程的GDT,LDT描述符,设置系统定时器中断,系统调用终端,代码如下:



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required