Category Archives: soft

html5+css3+js库收集

1、impress.js

impress.js is a presentation tool based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behi[......]

Read more

Posted in javascript, soft | Tagged , , , , | Leave a comment

ubuntu下使用wine登录qq

ubuntu11.10

1、
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine 1.3
2、wine中文乱码
http://blog.csdn.net/h[......]

Read more

Posted in soft | Tagged , , , | Leave a comment

ubuntu11.10桌面新机安装软件列表

1、
sudo apt-get install gnome-shell;
sudo apt-get install network-manager-vpnc;
sudo apt-get install putty;
sudo apt-get install aria2;
sudo apt-[......]

Read more

Posted in server, soft | Tagged , , | Leave a comment

ubuntu安装redmine

redmine是一个bug跟踪系统
1、sudo apt-get install ruby1.8 ruby1.8-dev
安装完查看版本
sudo ruby -version
ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux]

2、s[......]

Read more

Posted in server, soft | Tagged , , , | Leave a comment

ubuntu使用SQuirreL SQL客户端乱码

1、ubuntu的本地local语言是英文

2、设置SQuirreL界面中文

File--->Global Preferences--->General--->Locale设置为

zh_CN

并确保squirrel-sql/lib中存在squirrel-sq[......]

Read more

Posted in javaee, soft | Tagged , , | Leave a comment

ubuntu安装vsftpd服务器

1、安装软件

sudo apt-get install vsftp;
sudo apt-get install mysql-server
sudo apt-get install mysql-client;
sudo apt-get install libpam-mysql;
2、创建[......]

Read more

Posted in server, soft | Tagged , , , | Leave a comment

MinGW备忘

MinGW-5.1.4.exe

添加环境变量
MINGW_HOME: D: MinGW
C_INCLUDE_PATH : %MINGW_HOME%include
CPLUS_INCLUDE_PATH :
%MINGW_HOME%includec++3.4.5;%MINGW_HOME%include[......]

Read more

Posted in soft | Tagged , , | Leave a comment

MSN不能登陆,80072745

MSN不能登陆,80072745是msn和NOD32有关:
打开Nod32的主窗口,"设置"--> "高级设置"-->"防病毒和反间谍保护"—->"协议过滤"-->"重定数据过滤",默认的选中的是第三项:端口和应用程序被标志着作为Internet浏览器或电子邮件客户端。修改为[......]

Read more

Posted in soft | Tagged , , , | Leave a comment

清理打开方式选择列表的推荐程序以及其他程序

1)清理打开方式选择列表的推荐程序
以清理avi格式文件的"打开方式"菜单为例:运行Regedit,打开注册表编辑器,依次展开HKEY_CURRENT_USERSoftware MicrosoftWindowsCurrentVersionExplorerFileExts.AVI,我们可以看到下级有一[......]

Read more

Posted in soft | Tagged , , , , , | Leave a comment

UltraEdit控制显示文件标签导航

UltraEdit控制显示文件标签导航
不小心把文件标签导航关闭了,按如下方式配置使其显示
视图-->视图/列表-->
打开文件标签(E)
选中打开文件标签 即可看到文件标签的导航出现在主工具栏之下了。
文件树视图(V),也可以根据个人习惯选择显示或者不显示。

Posted in soft | Tagged , , , | Leave a comment
Pages: 1 2 Next