天马行空 |
|
||
I ---- Inject 投入 L ---- Loyal 忠诚 O ---- Observant 用心 V ---- Valiant 勇敢 E ---- Enjoyment 喜悦 Y ---- Yes 愿意 O ---- Obligation 责任 |
2017年5月24日
摘要:
Installing TensorFlow on Ubuntu 显卡驱动:http://developer2.download.nvidia.com/compute/cuda/8.0/secure/Prod2/local_installers/cuda-repo-ubuntu1604-8-0-loc 阅读全文
2016年7月21日
摘要:
有时候需要编辑一些几何图形,如三角形,圆锥曲线等,在UWP应用中加入这些几何作图功能是件费时间又很难做好的事。其实Windows 10 应用商店中已有一些专业的几何作图工具了,那么能借来一用吗?答案是肯定的。 UWP中,微软为Windows.System.Launcher启动器新增了很多的功能,以前 阅读全文
2016年6月10日
摘要:
>>"for example i will change application language in settings.xaml so i want to restart appication or go to App.cs constructor again without exit ?" I 阅读全文
2016年4月20日
摘要:
Three ways to set specific DeviceFamily XAML Views in UWP http://igrali.com/2015/08/02/three-ways-to-set-specific-devicefamily-xaml-views-in-uwp/ Defi 阅读全文
2016年2月17日
摘要:
Concurrency Visualizer : https://msdn.microsoft.com/en-us/library/dd537632.aspx?f=255&MSPPError=-2147217396 利用 Visual Studio 2010 中的 Concurrency Visua 阅读全文
2016年2月5日
摘要:
简单的拖拽实现: <Grid x:Name="G1" AllowDrop="True" DragEnter="G1_DragEnter" Drop="G1_Drop" Background="Green"/> private void G1_DragEnter(object sender, Drag 阅读全文
2016年1月22日
摘要:
Guidelines for accessing OneDrive from an app https://msdn.microsoft.com/en-us/library/windows/apps/dn263258.aspx Signing users in to OneDrive (Window 阅读全文
2016年1月20日
摘要:
MVVM带来的性能问题及其解决方案 MVVM 和语言性能提示:https://msdn.microsoft.com/zh-cn/library/windows/apps/xaml/mt628050.aspx How to Easily Put a Windows PC into Kiosk Mode 阅读全文
2016年1月19日
摘要:
Using SQLite in Windows StoreApps : https://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps 阅读全文
2016年1月11日
摘要:
Application Insights on Windows Desktop apps, services and worker roles : https://azure.microsoft.com/zh-cn/documentation/articles/app-insights-window... 阅读全文
|
Copyright © 2024 浅蓝
Powered by .NET 9.0 on Kubernetes |