1月 6th, 2012
在VB中如何打包,安装时能自动在桌面上生成程序的快捷方式,利用VB自带的打包程序只能在开始菜单中创建快捷方式。
方法用专门的打包软件,否则直接用VB打包,可以这样做:
一、打开VB98/Wizards/PDWizard/Setup1……
1月 6th, 2012
在场景中的时间轴里合适的位置添加动作
_root.mc1.onRollOver = function() {
_root.mc1.useHandCursor = true;
}
mc1是你的movieclip的名称!
1月 5th, 2012
博客更改为WordPress程序之后,感觉非常好用,但是有一个地方非常让人纠结:那就是在博客最底部文章列表的翻页形式是上一页下一页的形式,非常不方便。
从网上找到了一个比较好的插件WP-PageNavi,装上之后……
1月 5th, 2012
*编译安装h264 module
cd /tmp
wget http://h264.code-shop.com/download/apache_mod_h264_streaming-2.2.7.tar.gz
tar -zxvf apache_mod_h264_streaming-2.2.7.tar.gz
cd /tmp/mod_h264_streaming-2.2.7
./c……
1月 5th, 2012
在linux或者FreeBSD等系统下面使用chmod/chown/mv/rm等命令的时候常会出现
Argument list too long
的提示。这个是Unix系统一直以来都有的限制。察看这个限制可以通过命令
getconf ARG_MAX
得到。解决……
1月 5th, 2012
cd /usr/ports/chinese/unrar
make install clean
rehash
$unrar --help
用法: unrar <command> -<switch 1> -<switch N> <archive> <files...>
<@listfiles..……
1月 5th, 2012
首先到
cd /usr/ports/ftp/axel 之后 make install clean
安装完成后把/etc/make.conf文件编辑如下:
# added by use.perl 2007-02-01 17:02:19
PERL_VER=5.8.7
PERL_VERSION=5.8.7
FETCH_CMD=a……
1月 5th, 2012
1 发groups 查看秀出使用者是哪个群组
groups jackpig
2 vipw 编辑使用者密码文件
编修使用者密码文件。我们可以使用 vipw 这个指令来编辑使用者密码文件 /etc/master.passwd。如果我们编辑的内……
1月 5th, 2012
一、安装Apache2.2
cd /usr/ports/www/apache22
make install clean
◆去掉IPV6
◆添加MySQL
安装完成后,需要编辑/etc/rc.conf文件,添加下面内容到/etc/rc.conf:
apache22_enable="YES"
配……
1月 5th, 2012
freebsd的盘坏掉了,需要重新下,到了官网看了下有好多版本,仔细查了一下,原来各个版本都有各自的用途
CHECKSUM.MD5 02-Mar-2011 04:18 464
CHECKSU……