上一页 1 ··· 375 376 377 378 379 380 381 382 383 ··· 391 下一页
摘要: Expression Blend实例中文教程系列文章汇总 http://www.cnblogs.com/jv9/archive/2010/04/11/1709527.html Silverlight,Windows 8应用开发实例教程系列汇总 http://www.cnblogs.com/jv9/a 阅读全文
posted @ 2014-11-29 12:02 ChuckLu 阅读(169) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/jv9/article/details/12245979 阅读全文
posted @ 2014-11-29 11:46 ChuckLu 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 坐标轴Labels的CustomSize属性,表示的是坐标轴标题和刻度之间的距离 阅读全文
posted @ 2014-11-26 11:16 ChuckLu 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 使用 Async 和 Await 的异步编程 http://msdn.microsoft.com/zh-cn/library/hh191443.aspx 异步返回类型(Task<TResult>, Task, and void) http://msdn.microsoft.com/zh-cn/lib 阅读全文
posted @ 2014-11-26 08:56 ChuckLu 阅读(223) 评论(0) 推荐(0) 编辑
摘要: select [CollectDateTime] as '时间',[Channel_34] as '通道34',[Channel_54] as '通道54' from [DataTable] where [CollectDateTime] '2014-11-19 17:15:34' LIMIT 10... 阅读全文
posted @ 2014-11-20 18:29 ChuckLu 阅读(959) 评论(0) 推荐(0) 编辑
摘要: https://github.com/danielyule/hearthbreaker 炉石模拟器https://github.com/HearthstoneTracker/HearthstoneTracker 记牌器,通过图像识别https://github.com/Epix37/Hearth... 阅读全文
posted @ 2014-11-19 14:27 ChuckLu 阅读(934) 评论(0) 推荐(1) 编辑
摘要: DateTimeFormatInfo.CurrentInfo https://msdn.microsoft.com/en-us/library/system.globalization.datetimeformatinfo.currentinfo(v=vs.110).aspx CultureInfo 阅读全文
posted @ 2014-11-18 14:41 ChuckLu 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 使用sqlite进行时间的插入的时候,使用了 DateTime.ToString("s") //s: 2008-06-15T21:15:07 插入到数据库之后,发现时间被加了8个小时 找了半天资料,才找到原因 This profile defines two ways of handling tim 阅读全文
posted @ 2014-11-18 12:59 ChuckLu 阅读(3895) 评论(0) 推荐(1) 编辑
摘要: 最近在使用SQLite的数据库,发现SQLiteConnection类,有一个属性DateTimeKind 去msdn上找了下资料,http://msdn.microsoft.com/en-us/library/shx7s921(v=vs.110).aspx 写了一个demo加深理解,代码已经上传至 阅读全文
posted @ 2014-11-18 10:24 ChuckLu 阅读(7004) 评论(0) 推荐(0) 编辑
摘要: 插入时间的sql语句insert into[DataTable]([CollectDateTime],[Channel_1],[Channel_2],[Channel_3],[Channel_4],[Channel_5],[Channel_6],[Channel_7],[Channel_8],[Ch... 阅读全文
posted @ 2014-11-17 20:46 ChuckLu 阅读(996) 评论(0) 推荐(0) 编辑
上一页 1 ··· 375 376 377 378 379 380 381 382 383 ··· 391 下一页