摘要:
发现树莓派的日期是错的 iot 下可以使用 Set-Date 来设置日期和时间 文档:https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-powershell-1.0/ee176960(v=technet 阅读全文
摘要:
sudo apt-get update sudo wget http://www.softether-download.com/files/softether/v4.25-9656-rtm-2018.01.15-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.25-9656-... 阅读全文
摘要:
话说最近程序需要个晚上自动关机的功能 原则上 uwp 应该是没有关机权限的 上网搜索之 有人说只要这样就可以了 但是使用这个必须要用 Brokered UWP Component Project Templates: https://marketplace.visualstudio.com/item 阅读全文
摘要:
文档:https://docs.microsoft.com/en-us/windows/uwp/design/style/acrylic Acrylic 能带来类似 win7 的毛玻璃效果 要使用 Acrylic ,需要 win10 的版本最低为 1709 ,在模拟器中是 16299 Acrylic 阅读全文
摘要:
MS的错误帮助:https://github.com/dotnet/roslyn/wiki/Diagnosing-Project-System-Build-Errors看起来好复杂…其实嘛…检查下有没有在类命名的时候中间写数字,比如Test2test之类的把数字别写在中间,八成就好了… 阅读全文
摘要:
最近在玩树莓派接大触摸屏 发现一个问题,vs 在 iot 上部署应用,使用的是 Universal (Unencrypted Protocol) https://docs.microsoft.com/en-us/windows/iot-core/develop-your-app/appdeploym 阅读全文
摘要:
遇到这个错误,很大的可能性是缺少 dll 文件, dll 之间的引用不全 这个时候就需要用 depends 来看看 dll 的引用 但有时候也有例外… 比如我今天搏斗了大半天的错误 不论怎么用 depends 查看引用的dll dll 都在相应的位置上… 但就是反复提示: 而且神奇的是 我本机编译调 阅读全文
摘要:
加上俩 MIME 类型就可以了 阅读全文
摘要:
只要加入一行 css 样式就行了 阅读全文
摘要:
Add-Migration ****** Update-Database –Verbose 阅读全文