范圣帅 - 卡农的魔笛

卡迪的快乐生活

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页

2012年12月25日

摘要: 1. 修改 toos\jam\src\build.batView Code - @ECHO OFFREM ~ Copyright 2002-2005 Rene Rivera.REM ~ Distributed under the Boost Software License, Version 1.0.REM ~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)setlocalgoto StartREM NOTE: The "setlocal & endlocal&qu 阅读全文
posted @ 2012-12-25 20:27 范圣帅 阅读(1052) 评论(0) 推荐(0)

2012年8月22日

摘要: 生成公钥私钥:[root@client ~]# ssh-keygenGenerating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa):Created directory '/root/.ssh'.Enter passphrase (empty for no passphrase):Enter same passphrase again:Your identification has been saved in /root/.ssh/id_rsa.Your 阅读全文
posted @ 2012-08-22 16:58 范圣帅 阅读(2050) 评论(0) 推荐(0)

2009年6月14日

摘要: 出现这个问题不是一次两次了,就是启动后,键盘所有按键,小红帽都不能用,必须重启好几次才能用。有时候键盘能用,但是打开 dw ,复制不能用,真是懊恼。今天又出现这个情况,我偶然想到是不是和昨天安装的 windows 更新有问题。于是卸载昨天的更新,重启后,恢复正常。更新名称:KB951978 阅读全文
posted @ 2009-06-14 12:56 范圣帅 阅读(368) 评论(0) 推荐(0)

2009年5月28日

摘要: here:http://www.kevinworthington.com/nginx-for-windows/Welcome to the Nginx for Windows download page.All current Nginx for Windows releases are built with Cygwin on Microsoft Windows Vista (32-bit) a... 阅读全文
posted @ 2009-05-28 20:53 范圣帅 阅读(329) 评论(0) 推荐(0)

摘要: 转自:http://bbs.chinaunix.net.fastcdn.com/viewthread.php?tid=1328536我的电脑的内存不多,跑apache久了感觉很吃力,Nginx吃内存就像记事本吃那么点,所以我自己编译一个来做开发用 安装前提:安装好cygwin,并安装了gcc和g++(安装见http://www.xueler.com/docs/tool/安&... 阅读全文
posted @ 2009-05-28 20:52 范圣帅 阅读(1032) 评论(0) 推荐(0)

摘要: http://ecos.sourceware.org 阅读全文
posted @ 2009-05-28 19:56 范圣帅 阅读(229) 评论(0) 推荐(0)

2009年5月11日

摘要: 一、什么是Unicode  先从ASCII说起,ASCII是用来表示英文字符的一种编码规范。每个ASCII字符占用1个字节,因此,ASCII编码可以表示的最大字符数是255(00H—FFH)。其实,英文字符并没有那么多,一般只用前128个(00H—7FH,最高位为0),其中包括了控制字符、数字、大小写字母和其它一些符号。而最高位为1的另128个字符(80H—FFH)被称为“扩展ASCI... 阅读全文
posted @ 2009-05-11 00:01 范圣帅 阅读(362) 评论(0) 推荐(0)

2009年5月6日

摘要: [代码] 阅读全文
posted @ 2009-05-06 16:26 范圣帅 阅读(958) 评论(0) 推荐(0)

摘要: [代码][代码] 阅读全文
posted @ 2009-05-06 14:34 范圣帅 阅读(3629) 评论(0) 推荐(0)

摘要: dia1 *pFrame=new dia1;pFrame->Create(IDD_DIALOG1);pFrame->ShowWindow(SW_SHOW);pFrame->UpdateWindow();无标题栏的移动的处理方法是,是在OnLButtonDown中加上一句话。如下:voidCTsDlg::OnLButtonDown(UINTnFlags,CPointpoint){ SendMessage(WM_NCLBUTTONDOWN,HTCAPTION,MAKELPARAM(point.x,point.y));CDialog::OnLButtonDown(nFlags,po 阅读全文
posted @ 2009-05-06 12:06 范圣帅 阅读(579) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 15 下一页