错误描述: HTTP 错误 500.22 - Internal Server Error 检测到在集成的托管管道模式下不适用的 ASP.NET 设置。最可能的原因: 此应用程序在 system.web/httpModules 节中定义配置。可尝试的操作:将配置迁移到 system.webServer/modules 节。也可以手动这样做,或通过在命令行中使用 AppCmd 来这样做。例如,从 IIS Express 安装目录运行appcmd migrate config "Default Web Site/"。使用 AppCmd 迁移应用程序将使它能够在集成模式下工作,并能Read More
posted @ 2012-05-01 21:00 Virson Ma Views(36) Comments(0) Edit
在使用xbmc 11.0时,默认情况下显示的是英文,在/usr/share/xbmc/language目录下查看其中包含有Chinese (Simple),那么说明xbmc是支持中文简体的,在网上搜索了一下,主要的问题是字体的问题,解决办法如下:1、使用文泉驿字体替换默认字体: sudo cp /usr/share/fonts/truetype/wqy/wqy-zenhei.ttc /usr/share/xbmc/media/Fonts/arial.ttf2、在xbmc中更改设置: 1)、系统设置-系统设置-用户界面-皮肤字体-基于Arial字体 2)、系统设置-系统设置-用户界面-...Read More
posted @ 2012-04-28 10:38 Virson Ma Views(234) Comments(0) Edit
1、IIS的根节点->右侧“ISAPI和CGI限制”2、把禁止的DotNet版本项设置为允许Read More
posted @ 2012-04-25 16:52 Virson Ma Views(10) Comments(0) Edit
卸载时出现的问题:正在卸载 deepin-wine-rtx2010 ...sudo: /usr/share/deepin-wine/RTX2010/unreg.sh: command not founddpkg:处理 deepin-wine-rtx2010 (--purge)时出错: 子进程 已安装 pre-removal 脚本 返回了错误号 1在处理时有错误发生: deepin-wine-rtx2010解决办法:1.先备份statussudo cp /var/lib/dpkg/status /var/lib/dpkg/status.back201204092..用gedit打开(命令sudoRead More
posted @ 2012-04-09 23:17 Virson Ma Views(64) Comments(0) Edit
最近部分童鞋反映:系统升级后,出现顶部面板混乱问题,如下图所示:升级后顶部面包混乱解决方法:sudo apt-get remove appmenu-gtk appmenu-gtk3执行上述命令完毕后,注销系统或按下 Alt-F2,输入 nautilus -q,重新加载文件管理器。提示:在删除过程中会连同 deepin-desktop 一同删除,以后升级时如果不成功,需手动安装该软件包!文章来自:http://planet.linuxdeepin.com/2012/02/20/panel-disorder/#comment-414Read More
posted @ 2012-02-21 22:22 Virson Ma Views(9) Comments(0) Edit
错误详情:(gnome-shell:2084): GLib-WARNING **: /build/buildd/glib2.0-2.30.0/./glib/gdate.c:1885Error converting results of strftime to UTF-8: 转换输入中出现无效字符序列在有问题的系统上,选择Gnome Classic可以进入桌面,在这里面启动 gnome-shell --replace,也报上面的错。解决办法:修改 /etc/default/locale,把 LANG 改成 zh_CN.UTF-8 ,重新运行Read More
posted @ 2012-02-18 23:14 Virson Ma Views(61) Comments(0) Edit
1、官方下载地址:http://dl_dir.qq.com/linuxqq/linuxqq_v1.0.2-beta1_i386.deb;2、用归档管理器解压到当前用户主目录下的linuxqq文件夹中;3、用Gedit打开/DEBIAN/control文件,并修该关键字"Architecture:"后的i386为all或者amd64(建议更改成all,腾讯官方对QQ for Linux软件的描述说“支持64位”,设置成all就可以很方便的在i386和amd64两个平台上使用);ps:上面的control文件还需要更改一个地方,将关键字"Version:"后Read More
posted @ 2012-01-04 19:14 Virson Ma Views(758) Comments(0) Edit
在使用wine时,常常会遇到这样的问题:1.明明使用uninstaller程式卸载了wine的windows程序,可是并没有完全移除,被移除程序的卸载菜单仍然存在于uninstaller菜单中.2.被卸载程序的快速键仍然存在于系统菜单中.根据问题发生的现象,现给出相应的解决方案:1.使用winefile找出程序安装的相应位置,运行相应程序的uninstaller程序,对于没有完全移除的程序,可直接删除其遗留的文件.(默认安装程序可在~/.wine/下找到)2.在~/.local/share/applications/wine文件中移除遗留的win程序的icon图标.Read More
posted @ 2012-01-02 17:03 Virson Ma Views(56) Comments(0) Edit
文章来自lmcn.me:http://imcn.me/html/y2011/9071.htmlSatya是一系列GNOME Shell / GTK 主题,包括如Ambiance Blue, Minty, Dark Shine等等主题,webupd8.org已上传所有主题到PPA,因此现在更容易安装和更新最新版本。添加Satya的主题PPA源,使用下面的命令:sudo add-apt-repository ppa:satyajit-happy/themessudo apt-get update然后运行下面的命令安装你喜欢的主题Minty GNOME Shell 主题:gnome_shell_miRead More
posted @ 2011-12-26 20:02 Virson Ma Views(190) Comments(0) Edit
文章来自lmcn.me:http://imcn.me/html/y2011/9336.htmlBURG基本上是一个基于GRUB的Linux引导装载程序。BURG格有一个高度可配置的菜单系统,可选择文本和图形模式。简而言之,BURG可广泛定制,有良好免费的BURG主题。选择自己最喜欢的,下面我们来看看如何在Ubuntu11.10中安装BURG的BURG主题。lightness_burg_themeLightness BURG Theme by SWOriginalDark_shine_BURG_themeDark Shine BURG Theme by SWOriginalautumn_burgRead More
posted @ 2011-12-26 19:57 Virson Ma Views(174) Comments(0) Edit

