09 2015 档案

摘要:登陆shell 的执行顺序 /etc/profile /etc/profile.d/file /etc/bashrc .bashrc .bash_profile 非登录shell 的执行顺序, 例如: 切换用户 /etc/profile /etc/profile.d/file ... 阅读全文
posted @ 2015-09-21 13:29 brookin 阅读(330) 评论(0) 推荐(0)
摘要:原因 :由于没有独立显卡驱动导致发热量大,禁用独立显卡去驱动即可。 步骤 : 开机按 Fn+F1 进入BIOS. 选择 config 选项卡, 找到 Primary Display [SG] BIOS config——display SG:Switchable Graphic 可切换显... 阅读全文
posted @ 2015-09-21 13:22 brookin 阅读(1834) 评论(0) 推荐(0)
摘要:背景 :两个系统分别安装两个硬盘中。 方法一 进入centos,对grub进行设置 vim /boot/grub2/grub.cfg 添加 menuentry 'win7' { set root=(hd0,1) 注意:grub2的第一个分区是(hd0,1),不是(hd0,0) ... 阅读全文
posted @ 2015-09-21 13:19 brookin 阅读(948) 评论(0) 推荐(0)
摘要:get_object_vars($var) vs array($var) test case class Test { public function actionGetObjectVarsVsArrayCast() { $obj = new TestA(); println... 阅读全文
posted @ 2015-09-07 20:46 brookin 阅读(274) 评论(0) 推荐(0)