摘要: dotNetFx40_Full_x86_x64.exe /q /norestart /ChainingPackage FullX64Bootstrapper 阅读全文
posted @ 2017-02-23 13:53 lxdonge 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: function IsDotNetDetected(version: string; service: cardinal): boolean; // Indicates whether the specified version and service pack of the .NET Framew 阅读全文
posted @ 2017-02-21 17:04 lxdonge 阅读(250) 评论(0) 推荐(0) 编辑
摘要: Manipulate[ Block[{deta1, deta2, p1, p2, q, a1, b1, a2, b2, outerLine1, outerLine2, innerLine1, innerLine2}, {{a1, b1}, {a2, b2}} = p; deta1 = (a1 - a2)^2 + (b1 - b2)^2 - (r1 + r2)^2; deta2... 阅读全文
posted @ 2016-11-24 11:38 lxdonge 阅读(939) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std; class BigNumberMutiplication{ private: char *num1; char *num2; char *result; int lenNum1; int lenNum2; void reverseNumerbs(); void... 阅读全文
posted @ 2016-11-23 16:46 lxdonge 阅读(154) 评论(0) 推荐(0) 编辑
摘要: M11 M22表示X轴和Y轴的缩放值 阅读全文
posted @ 2016-10-23 16:48 lxdonge 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-01-13 11:09 lxdonge 阅读(1075) 评论(0) 推荐(0) 编辑
摘要: 在mainwindow.xaml中加入UseLayoutRounding="True";1)UserLayoutRounding为False,导致控件布局相对屏幕若不是整数则不会四舍五入,导致边缘模糊。2)SnapsToDevicePixels默认为false, 为true可以让元素像素级对齐。UI... 阅读全文
posted @ 2016-01-12 16:24 lxdonge 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 安装 postgresql 报错 "An error occured executing the Microsoft VC++ runtime installe安装 postgresql 报错 "An error occured executing the Microsoft VC++ runtim... 阅读全文
posted @ 2015-12-21 16:33 lxdonge 阅读(214) 评论(0) 推荐(0) 编辑
摘要: Don't use runAllManagedModulesForAllRequests="true" when getting your MVC routing to workIt seems to be common advice to make your modules section of ... 阅读全文
posted @ 2015-07-10 10:48 lxdonge 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 摘抄自msdn,https://msdn.microsoft.com/zh-cn/library/ms752347.aspxWindows Presentation Foundation (WPF) 数据绑定为应用程序提供了一种简单而一致的方法来显示数据以及与数据交互。元素能够以 公共语言运行时 (... 阅读全文
posted @ 2015-06-26 17:39 lxdonge 阅读(351) 评论(0) 推荐(0) 编辑