自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (2)
  • 收藏
  • 关注

原创 ps aux | grep nginx kill -9 pid

ps aux | grep nginxkill -9 pid

2012-10-19 08:13:12 1983

原创 sudo ln -s /usr/local/nginx/sbin/nginx /usr/sbin/nginx

ruti

2012-10-19 08:05:48 2974

原创 配置

ServerName www.yourhost.com      # !!! Be sure to point DocumentRoot to 'public'!      DocumentRoot /somewhere/public                   # This relaxes Apache security settings.         Allow

2012-10-19 07:47:44 231

原创 apache2 module

LoadModule passenger_module /var/lib/gems/1.9.1/gems/passenger-3.0.17/ext/apache2/mod_passenger.so   PassengerRoot /var/lib/gems/1.9.1/gems/passenger-3.0.17   PassengerRuby /usr/bin/ruby1.9.1

2012-10-19 07:46:06 289

原创 重装mysql

sudo apt-get remove --purge mysql*

2012-10-19 07:24:24 247

原创 菜鸟实战

今天用netbeans想写个记事本。界面很好做,写事件监听就难点了。界面是仿造windowsXP pack3。监听就写了新建、打开、保存,弄了一天。郁闷啊,感觉还没入门JAVA。郁闷啊!

2008-12-10 17:36:00 344 1

很详细的汇编资料,win32,适合初学者,进阶者

中文英文都有。chm格式的。 .386 .model flat, stdcall option casemap:none include \masm32\include\windows.inc include \masm32\include\kernel32.inc includelib \masm32\lib\kernel32.lib .data .code start: invoke ExitProcess,0 end start

2010-07-30

100个c经典例子 chm格式的

100个很经典的c例子哦。chm格式的。

2008-11-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除