上一页 1 ··· 313 314 315 316 317 318 319 320 321 ··· 400 下一页
摘要: 1.打开cmd 输入netsh wlan set hostednetwork mode=allow ssid=ACE-PC key=12345678 2.等待1-2分钟后,网络连接里会出现一个"Microsoft Virtual WIFI Miniport Adapter ”的无线网络 右键,设置此 阅读全文
posted @ 2017-03-27 19:15 ChuckLu 阅读(234) 评论(0) 推荐(0)
摘要: http://jingyan.baidu.com/article/020278118970ef1bcd9ce555.html 1.win+r 输入dxdiag,然后确定 2.计算机,右键选择属性。然后windows体验指数-->查看和打印详细的性能和系统信息 3.安装鲁大师之后,直接选择硬件检测 然 阅读全文
posted @ 2017-03-15 09:48 ChuckLu 阅读(3711) 评论(0) 推荐(0)
摘要: variance差异 变异;变化;不一致;分歧;[数] 方差 convariance协变 仅仅用于返回值,范围扩大 out contra相反 contravariance逆变 仅仅用于函数参数,范围缩小 in 引入 https://www.codewars.com/kata/unflatten-a- 阅读全文
posted @ 2017-03-10 09:09 ChuckLu 阅读(377) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/4317479/func-vs-action-vs-predicate The difference between Func and Action is simply whether you want the delegate 阅读全文
posted @ 2017-03-09 13:42 ChuckLu 阅读(224) 评论(0) 推荐(0)
摘要: OneNote导致生成OneNote Table Of Contents.onetoc2 https://answers.microsoft.com/en-us/msoffice/forum/all/what-is-onenote-table-of-contentsonetoc2/eabbd969- 阅读全文
posted @ 2017-03-08 16:45 ChuckLu 阅读(583) 评论(0) 推荐(0)
摘要: https://docs.mongodb.com/getting-started/shell/query/ Overview You can use the find() method to issue a query to retrieve data from a collection in Mo 阅读全文
posted @ 2017-03-08 12:07 ChuckLu 阅读(245) 评论(0) 推荐(0)
摘要: Chocolatey is kind of like apt-get, but for Windows (with Windows comes limitations). It is a machine level package manager that is built on top of nu 阅读全文
posted @ 2017-03-07 17:46 ChuckLu 阅读(977) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/2tw134k3.aspx You can extend ASP.NET configuration settings with XML configuration elements of your own. To d 阅读全文
posted @ 2017-03-07 12:19 ChuckLu 阅读(648) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/system.configuration.configurationsection(v=vs.110).aspx Remarks You use the ConfigurationSection class to im 阅读全文
posted @ 2017-03-07 11:05 ChuckLu 阅读(327) 评论(0) 推荐(0)
摘要: mongo somewhere.mongolayer.com:10011/my_database -u username -p password 连接远程的mongodb数据库 mongo --host 192.168.1.63 --port 10001 db.version() show dbs 阅读全文
posted @ 2017-03-03 13:52 ChuckLu 阅读(168) 评论(0) 推荐(0)
上一页 1 ··· 313 314 315 316 317 318 319 320 321 ··· 400 下一页