【ASK】设置网卡启动遇到的事!

摘要: 上次动笔是16年的事情了,一晃3年过去了。算了,不感慨了。直奔主题吧。 1.今天朋友要把一批win10的机器设置成网卡启动。 2.网卡是intel集成的。 3.按照主板说明已经设置成功。 4.通过win10 cmd的shutdown命令关机后,可以通过网卡把主机唤醒。 5.在win10开始菜单里点击 阅读全文
posted @ 2019-05-28 16:59 南原始天 阅读(177) 评论(0) 推荐(0) 编辑

xdebug常用配置

摘要: ;指定xdebug文件 zend_extension = "F:\tools\develop_tools\php\php_xdebug-2.2.2-5.4-vc9.dll" ;xdebug远程主机ip (本地,写localhost就可以了) xdebug.remote_host = "localho 阅读全文
posted @ 2016-06-04 22:24 南原始天 阅读(229) 评论(0) 推荐(0) 编辑

[ASK] brew install nginx

摘要: .......... .......... Error: Permission denied - /usr/local/etc/openssl .......... .......... Cannot create directory /usr/local/etc/openssl: Permissi 阅读全文
posted @ 2016-06-01 14:16 南原始天 阅读(448) 评论(0) 推荐(0) 编辑

php7 宏杂记

摘要: php.h zend_api.h ZEND_FN(name) > zif_##name PHP_FUNCTION(name) > ZEND_FUNCTION(name) > ZEND_NAMED_FUNCTION(ZEND_FN(name)) > void zif_name(INTERNAL_FUN 阅读全文
posted @ 2016-05-27 19:11 南原始天 阅读(96) 评论(0) 推荐(0) 编辑

php7垃圾回收分析

摘要: 阅读全文
posted @ 2016-04-08 16:01 南原始天 阅读(176) 评论(0) 推荐(0) 编辑

配置gosublime

摘要: Installation Sublime Package Control allows you to easily install or remove GoSublime (and many other ST2 packages) from within the editor. It offers 阅读全文
posted @ 2016-02-17 15:12 南原始天 阅读(158) 评论(0) 推荐(0) 编辑

v8随心记

摘要: 因为node原因,研究v8已经有段时间了,但是一直也没有抽空写点什么,现在想想有好多当时清晰的东西又模糊了。哎,伤心的很啊。但是一时又想不起什么章法,所以只能随手胡乱写了。下载、编译:https://github.com/v8/v8-git-mirrorhttps://github.com/v8... 阅读全文
posted @ 2015-07-22 10:56 南原始天 阅读(272) 评论(0) 推荐(0) 编辑

UIWindow小记

摘要: If you choose to create a window in Interface Builder, be sure to select the Full Screen at Launch option in the Attributes inspector so that the wind... 阅读全文
posted @ 2015-05-06 12:05 南原始天 阅读(152) 评论(0) 推荐(0) 编辑

UIStoryboard小提示

摘要: - (id)instantiateInitialViewController- (id)instantiateViewControllerWithIdentifier:(NSString*)identifierThese methods create a new instance of the sp... 阅读全文
posted @ 2015-04-10 11:34 南原始天 阅读(213) 评论(0) 推荐(0) 编辑

UIViewController三种不同的初始化view的方式

摘要: You can specify the views for a view controller using aStoryboardcreated in Interface Builder. A storyboard contains preconfigured view controllers an... 阅读全文
posted @ 2015-03-24 13:35 南原始天 阅读(165) 评论(0) 推荐(0) 编辑