随笔分类 -  开发平台

OS/服务器/IDE...配置
摘要:首先,菜单栏–help–install new software… 接着,添加一个更新源,就是点击界面的add按钮,在新窗口的location位置输入http://eclipse-color-theme.github.com/update/,然后上边的Name自己随便起.然后ok. 选择你刚添加的更... 阅读全文
posted @ 2015-01-22 23:04 怒杀神 阅读(223) 评论(0) 推荐(0)
摘要:页面追踪调试 要打开它,需要:1、在配置文件中,加入配置项 'SHOW_PAGE_TRACE'=>true,2、控制器中需要classIndexControllerextendsController{publicfunctionindex(){ $user=newModel('User');//e... 阅读全文
posted @ 2015-01-22 10:39 怒杀神 阅读(7235) 评论(0) 推荐(1)
摘要:#---------------------------------------------#TINT2CONFIGFILE#---------------------------------------------#Formoreinformationabouttint2,see:#http://... 阅读全文
posted @ 2015-01-18 23:02 怒杀神 阅读(1168) 评论(0) 推荐(0)
摘要:Easy way to install Firefox browser on Debian 7 wheezyDebian by default comes with Iceweasel web browser instead of firefox. Although it is recommende... 阅读全文
posted @ 2015-01-18 22:49 怒杀神 阅读(1436) 评论(0) 推荐(0)
摘要:1.下载linux下 的xampp安装包xampp-linux-1.8.3-5-installer.run2.终端下,给执行权限sudo chmod +x ./xampp-linux-1.8.3-5-installer.run执行安装sudo ./xampp-linux-1.8.3-5-insta... 阅读全文
posted @ 2015-01-18 22:43 怒杀神 阅读(258) 评论(0) 推荐(0)
摘要:说到启动就不得不说GRUB,Linux下大名鼎鼎的启动管理工具(曾经的LILO已经风光不再),当然现在已经是GRUB2了,GRUB2和GRUB最重要的区别就是,GRUB存放系统启动信息的文件为/boot/grub/menu.lst,而GRUB2则为/boot/grub/grub.cfg。由于ubun... 阅读全文
posted @ 2015-01-18 22:18 怒杀神 阅读(501) 评论(0) 推荐(0)
摘要:sudo apt-get install ttf-droid ttf-wqy-zenhei xfonts-wqy ttf-wqy-microhei ttf-arphic-ukai ttf-arphic-uming 阅读全文
posted @ 2015-01-18 21:39 怒杀神 阅读(373) 评论(0) 推荐(0)
摘要:Sublime2下载地址:http://www.sublimetext.com/downloadstep.1 解压下载的压缩包tar xf Sublime\ Text\ 2.0.2.tar.bz2 # 开始以外打错了,\ 表示空格,明白? step.2 把释放的内容移动到合适的位置,这里是/usr... 阅读全文
posted @ 2014-04-25 10:33 怒杀神 阅读(545) 评论(0) 推荐(0)
摘要:首先,移除iceweasel:apt-get remove iceweaselThen, downloadthe latest Linux build of Firefox directly from Mozilla. Extract the files, and navigate to that ... 阅读全文
posted @ 2014-01-07 19:02 怒杀神 阅读(457) 评论(0) 推荐(0)