上一页 1 ··· 332 333 334 335 336 337 338 339 340 ··· 400 下一页
摘要: http://stackoverflow.com/questions/7689742/base-class-doesnt-contain-parameterless-constructor #region Assembly System.Data.Entity, Version=4.0.0.0, C 阅读全文
posted @ 2016-03-25 15:56 ChuckLu 阅读(945) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ms191491.aspx 方法一:Using SQL Server Management Studio To detach a database In SQL Server Management Studio Obj 阅读全文
posted @ 2016-03-25 10:31 ChuckLu 阅读(455) 评论(0) 推荐(0)
摘要: 右键,添加链接服务器 在安全里面输入用户名和密码 添加成功之后的使用方法 select * from [192.168.1.63,3326].[数据库].[dbo].[表] 阅读全文
posted @ 2016-03-24 16:57 ChuckLu 阅读(410) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/57b85fsc.aspx 阅读全文
posted @ 2016-03-23 10:25 ChuckLu 阅读(149) 评论(0) 推荐(0)
摘要: 命令行中进行配置 http://stackoverflow.com/questions/783811/getting-git-to-work-with-a-proxy-server Command to use : change proxyuser to your proxy user change 阅读全文
posted @ 2016-03-23 10:10 ChuckLu 阅读(2383) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Modular_multiplicative_inverse https://zh.wikipedia.org/wiki/%E6%A8%A1%E5%8F%8D%E5%85%83%E7%B4%A0 阅读全文
posted @ 2016-03-23 00:34 ChuckLu 阅读(407) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Modular_exponentiation 蒙哥马利(Montgomery)幂模运算是快速计算a^b%k的一种算法,是RSA加密算法的核心之一。 蒙哥马利模乘的优点在于减少了取模的次数(在大数的条件下)以及简化了除法的复杂度(在2的k次幂 阅读全文
posted @ 2016-03-23 00:10 ChuckLu 阅读(2100) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/system.runtime.remoting.messaging.callcontext(v=vs.110).aspx Provides a set of properties that are carried wi 阅读全文
posted @ 2016-03-22 16:46 ChuckLu 阅读(282) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/bb126445.aspx Microsoft's Text Template Transformation Toolkit (usually referred to as "T4") is a template ba 阅读全文
posted @ 2016-03-22 11:16 ChuckLu 阅读(343) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/kwtft8ak(v=vs.140).aspx It is often useful to define interfaces either for generic collection classes, or for 阅读全文
posted @ 2016-03-21 16:38 ChuckLu 阅读(268) 评论(0) 推荐(0)
上一页 1 ··· 332 333 334 335 336 337 338 339 340 ··· 400 下一页