posts - 132,comments - 30,trackbacks - 2

03 2011 档案
修复MYSQL数据库
摘要: whereis mysqlcd /usr/local/mysqlmysqlcheck -u root -p --auto-repair --check --optimize --all-databases修复后看看大小:df -hdu -h --max-depth=1/usr/local/mysql/datatmyisamchk -c -r *.MYI(要写具体MYI名字+路径)四种在MySQL中修改root密码的方法,可能对大家有所帮助!方法1: 用SET PASSWORD命令 mysql -u root mysql> SET PASSWORD FOR 'root'@&阅读全文
posted @ 2011-03-22 19:31 凌度 阅读(32) | 评论 (0) 编辑
修改sln和csproj文件,在不同的版本的vs中打开net工程
摘要: 解决方案Sln文件工程文件csproj文件VS2005Microsoft Visual Studio Solution File, Format Version9.00# Visual Studio2005<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">VS2008Microsoft Visual Studio Solution File, Format Version10.00# Visual Studio阅读全文
posted @ 2011-03-15 10:24 凌度 阅读(107) | 评论 (0) 编辑
安装配置vsftp
摘要: 1、装完linxu系统后配置支持中文编辑/etc/sysconfig/i18n这个文件:LANG="zh_CN.UTF-8"SUPPORTED="zh_CN.UTF-8:zh_CN.GB18030:zh_CN:zh:en_US.UTF-8:en_US:en"SYSFONT="latarcyrheb-sun16"2、 secrueCRT支持显示中文会话选择-》终端-》外观-》字符编码: UTF-93、安装yuminstallvsftpdservicevsftpdstart(启动服务)chkconfigvsftpdon(让ftp服务随着系阅读全文
posted @ 2011-03-04 16:21 凌度 阅读(31) | 评论 (0) 编辑
vs2010配置diff工具和check out提示
摘要: 菜单: Debug -> Options and Settingsdiff工具用bc合并工具还是用回vs自带的比较好默认敲回车就可以check out ,可以配置成要求确认再check out阅读全文
posted @ 2011-03-04 09:56 凌度 阅读(26) | 评论 (0) 编辑
查看IIS应用程序池的运行状况
摘要: 在windows任务管理器,查看-》选择列,添加“命令行”列要更加精确的控制,要到资源管理器如果要进一步跟踪, 运行里面输入“perfmon”,调出性能监视器阅读全文
posted @ 2011-03-03 15:28 凌度 阅读(45) | 评论 (0) 编辑
修改远程桌面电脑的密码
摘要: ctrl + alt + end阅读全文
posted @ 2011-03-01 17:06 凌度 阅读(12) | 评论 (0) 编辑