Windows XP

Excel 2007打开含中文的csv文件乱码解决方法

win7 任务栏软件都以新窗口打开

Microsoft Windows [版本 6.1.7600]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\Users\Aiice>regsvr32 "%SystemRoot%\System32\actxprxy.dll"
C:\Users\Aiice>regsvr32 "%ProgramFiles%\Internet Explorer\ieproxy.dll"

iis 服务器应用程序不可用 但是某些项目又能用

匿名账户不能访问桌面的文件,所以只要将项目文件放到  某个盘符下就可以了。

我把项目放到了桌面上 害死人啊

IIS5.1发布ASP.NET MVC2.0网站

首先有人说要改路由设置,想死的心都有,看看我的代码,原封没动!! 对了我这个是自己电脑作为服务器,不是虚拟机!

namespace AiiceFM
{
    // 注意: 有关启用 IIS6 或 IIS7 经典模式的说明,
    // 请访问 http://go.microsoft.com/?LinkId=9394801

    public class MvcApplication : System.Web.HttpApplication
    {
        public static void RegisterRoutes(RouteCollection routes)
        {
            routes.IgnoreRoute("{resource}.axd/{*pathInfo}");

            routes.MapRoute(
                "Default", // 路由名称
                "{controller}/{action}/{id}", // 带有参数的 URL
                new { controller = "Home", action = "Index", id = UrlParameter.Optional } // 参数默认值
            ); 更多 >

访问 IIS 元数据库失败 解决

最近做了个库存管理项目 用的vs2008 ,sql2005(采用了linq to sql) 网站发布 或在iis5下面运行时出现该错误。

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

安装ASP.NET2.0..后 再次运行就OK 了!

部署FTP服务器? XAMPP快速解决

想单独部署一个fpt service,但是最近玩玩php下载了个XAMPP,打开界面一看已经集成了FileZillaFTP,就不单独加了

1,选钩FileZilla,点击start开启。 2,点击FileZilla旁边的Admin设置ftp用户,组 ,密码,权限。

ftp://localhost,默认端口号21 相当好用 收工。

外网访问自己的电脑 花生壳域名解析过程

有时候需要把自己的电脑 当做svn服务器或项目演示服务器,可在外如何访问了,花生壳解决了这个问题,开始部署

1,需要软件花生壳动态域名6.0正式版

2,注册花生壳账号:http://www.oray.com/passport/register.php,成功后提示:系统赠送已激活花生壳免费服务域名aiice.gicp.net

3,登陆花生壳客户端,在免费域名中有个aiice.gicp.net域名,右键域名诊断看是否已经激活和指向正确,都成功的话,执行该代码:

C:\Documents and Settings\Administrator>ping aiice.gicp.net

Pinging sunaice.gicp.net [219.136.29.160] with 32 bytes of data:

Reply from 219.136.29.160: bytes=32 time=1ms TTL=64
Reply from 219.136.29.160: bytes=32 time=1ms TTL=64
Reply from 219.136.29.160: bytes=32 time=1ms TTL=64
Reply from 219.136.29.160: bytes=32 time=1ms TTL=64

Ping statistics for 219.136.29.160:
    Packets: Sent = 4, Received = 4, Lost = 更多 >

快速 部署SVN服务器端 配置SVN权限

需要软件两个 #中文去掉 这是解释语句:

1,Setup-Subversion-1.6.4.msi

2,TortoiseSVN1.6.8

安装软件 不多说

开始部署

1,e盘新建文件夹svnfolder 2,svnadmin create E:\svnfolder\test,此时会产出svn配置文件和test文件夹,svnfolder作为svn的文件仓库,test为一个项目

C:\Documents and Settings\Administrator>svnadmin create E:\svnfolder

3,查看conf文件夹下的svnserve.conf文件,直接改成我这样

### This file controls the configuration of the svnserve daemon, if you
### use it to allow access to this repository.  (If you only allow
### access through http: and/or file: URLs, then this file is
### irrelevant.)

### 更多 >

系统 隐藏文件 无法查看

1,复制以下文件到文本文档里,并以.reg为后缀保存之。运行它,接着全部选是或者确定! 2,再在 工具-查看里显示隐藏文件和隐藏文件前面都打钩,确定即可!!

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarSizeMove"=dword:00000000
"Start_ShowHelp"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder]
"Type"="group"
"Text"="@shell32.dll,-30498"
"Bitmap"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
  00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,\
  48,00,45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,34,00,00,\
  00
"HelpID"="shell.hlp#51140"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ClassicViewState]
"Type"="checkbox"
"Text"="@shell32.dll,-30506"
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="ClassicViewState"
"CheckedValue"=dword:00000000
"UncheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HelpID"="shell.hlp#51076"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ControlPanelInMyComputer]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideMyComputerIcons"
"Text"="@shell32.dll,-30497"
"Type"="checkbox"
"ValueName"="{21EC2020-3AEA-1069-A2DD-08002B30309D}"
"CheckedValue"=dword:00000000
"UncheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51150"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\DesktopProcess]
"Type"="checkbox"
"Text"="@shell32.dll,-30507"
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="SeparateProcess"
"CheckedValue"=dword:00000001
"UncheckedValue"=dword:00000000
"DefaultValue"=dword:00000000
"HelpID"="shell.hlp#51079"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\DesktopProcess\Policy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\DesktopProcess\Policy\SeparateProcess] 更多 >