- 博客(9)
- 收藏
- 关注
原创 Import Data from csv file to Azure SQL DATABASE
AZURE SQL DATABASE 不支持bulk insert。 所以可以使用 bcp命令行把csv中的数据导入AZURE SQL DATABASE 格式: bcp mydb.dbo.tableName in datafile.csv -U [userName@ServerName] -S [servername.database.windows.net] -P [password] -c
2015-04-12 11:38:08
593
1
原创 备忘 windows 8.1 开发
1. Navigation 在 Page 中: this.Frame.Navigate(typeof(MainPage)); 其他: Frame frame = Window.Current.Content as Frame; frame.Navigate(typeof(MainPage)); 在页面之间传递信息: page1.xaml.cs privat
2015-03-01 03:17:07
357
原创 总结 Windows 8.1 中 app bars 的使用
Windows phone 8 在多个页面共享appBar只要在app.xaml 中的 resource 中定义即可。然后其他页面根据资源ID来引用。 总结一下app bars 在Windows 8.1中的使用。 App bars 可以在页面顶端和底端中显示。windows中可以右键控制显示与否。 1. 两种control : CommandBar, AppBar
2015-02-27 16:42:38
889
转载 Universal Windows App Development with Cortana and the Speech SDK 6
6 Advanced Speech Topics 6.1 Enabling Text-to-Speech in App Studio Projects Windows App Studio : web-based 6.2 Dealing with Device Screen Timeouts Use the Windows.System.Display.DisplayRequest cla
2015-02-26 15:57:05
435
转载 Universal Windows App Development with Cortana and the Speech SDK 5
5 Designing Apps with Speech 5.1 Speech Design Considerations What can I say? show commands Make it fun. Add humor. Keep grammar small. Allow variations of words. Can lauch app using Cortana. 5
2015-02-26 15:02:27
422
转载 Universal Windows App Development with Cortana and the Speech SDK 4
4 Speech Recognition in Apps 4.1 Understanding In-App Speech Recognition 4.2 Programmatic List Grammars 4.3 Custom SRGS Grammars 4.4 Optimizing Speech Recognition 4.5 Speech Recognition and G
2015-02-26 10:43:45
1046
转载 Universal Windows App Development with Cortana and the Speech SDK 3
3 Cortana Integration & Voice Commands 3.1 Create the Voice Command Definition (VCD) file VCD file: VoiceCommands xmlns="http://schemas.microsoft.com/voicecommands/1.1"> CommandSet
2015-02-26 08:20:21
1293
转载 Universal Windows App Development with Cortana and the Speech SDK 1 and 2 @Channel9
Website: http://channel9.msdn.com/Series/Universal-Windows-App-Development-with-Cortana-and-the-Speech-SDK 1. Introducing Cortana & Getting Started with Speech
2015-02-26 05:48:42
915
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅