zoukankan      html  css  js  c++  java
  • 使用新建项目,引用底层库,运行时提示http://www.xinxizhan.cn/none-authorization.html。无授权解决方法

    在App.xaml中添加以下代码:

    <Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
                 x:Class="slApp.App"
                 xmlns:auth="clr-namespace:MapBase.Auth;assembly=MapBase"
                 >
        <Application.Resources>
            <ResourceDictionary>
                <auth:aAuth x:Key="auth"></auth:aAuth>      
            </ResourceDictionary>
        </Application.Resources>
    </Application>
  • 相关阅读:
    How Many Answers Are Wrong
    Agri-Net —poj1258
    食物链
    A Bug's Life
    畅通工程
    Shortest path of the king
    Alex and Number
    KMP
    快速幂
    0x04
  • 原文地址:https://www.cnblogs.com/xlyg-14/p/4821751.html
Copyright © 2011-2022 走看看