02 2017 档案

摘要:Overview The examples in this guide use the restaurants collection in the test database. The following is a sample document in the restaurants collect 阅读全文
posted @ 2017-02-28 18:46 ChuckLu 阅读(653) 评论(0) 推荐(0) 编辑
摘要:https://docs.mongodb.com/getting-started/csharp/introduction/ MongoDB is an open-source document database that provides high performance, high availab 阅读全文
posted @ 2017-02-28 18:16 ChuckLu 阅读(246) 评论(0) 推荐(0) 编辑
摘要:https://docs.mongodb.com/getting-started/csharp/ 概览 Welcome to the Getting Started with MongoDB guide. This guide provides instructions to get you sta 阅读全文
posted @ 2017-02-28 17:36 ChuckLu 阅读(154) 评论(0) 推荐(0) 编辑
摘要:https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/ Overview Requirements Get MongoDB Community Edition Install MongoDB Community Edi 阅读全文
posted @ 2017-02-28 15:31 ChuckLu 阅读(3566) 评论(0) 推荐(0) 编辑
摘要:Consolidate data by using multiple page fields https://support.office.com/en-us/article/Consolidate-multiple-worksheets-into-one-PivotTable-report-3AE 阅读全文
posted @ 2017-02-26 22:46 ChuckLu 阅读(297) 评论(0) 推荐(0) 编辑
摘要:https://support.office.com/en-us/article/VLOOKUP-function-0bbc8083-26fe-4963-8ab8-93a18ad188a1 Use VLOOKUP, one of the lookup and reference functions, 阅读全文
posted @ 2017-02-26 20:26 ChuckLu 阅读(518) 评论(0) 推荐(0) 编辑
摘要:MsgBox http://www.jrsoftware.org/ishelp/index.php?topic=isxfunc_msgbox ExpandConstant http://www.jrsoftware.org/ishelp/index.php?topic=isxfunc_expandc 阅读全文
posted @ 2017-02-24 15:02 ChuckLu 阅读(1166) 评论(0) 推荐(0) 编辑
摘要:卸载的同时删除日志,卸载的时候判断程序是否正在运行,regsvr32 1.卸载程序的时候如何判断程序是否正在运行 http://bbs.csdn.net/topics/370097914 2.强制删除安装目录 http://blog.csdn.net/cnbata/article/details/6 阅读全文
posted @ 2017-02-23 16:21 ChuckLu 阅读(675) 评论(0) 推荐(0) 编辑
摘要:A little understanding of how *nix pipes work would help. In short the '>>' pipe operator will append lines to the end of the specified file, where-as 阅读全文
posted @ 2017-02-23 10:11 ChuckLu 阅读(267) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/laoniu_c/article/details/38727339 通信协议中的转义符作用:在通信协议中用在协议中使得通信的内容更加安全可靠。 举例说明:假设现在需要定制一个通信协议,需要的最基本的就是一个帧头和帧尾的标志,因为通信的接收方才知道什么时候是通 阅读全文
posted @ 2017-02-22 14:00 ChuckLu 阅读(6101) 评论(0) 推荐(1) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressUtilsImageCollectiontopic The collection of System.Drawing.Image objects to be used wi 阅读全文
posted @ 2017-02-22 13:36 ChuckLu 阅读(1157) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressUtilsSharedImageCollectiontopic The image collection that allows you to share images b 阅读全文
posted @ 2017-02-22 13:34 ChuckLu 阅读(640) 评论(0) 推荐(0) 编辑
摘要:获取中文的周几 http://stackoverflow.com/questions/6182402/c-sharp-cultures-localize-dayofweek 阅读全文
posted @ 2017-02-21 11:09 ChuckLu 阅读(227) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/CustomDocument2492 The Ribbon Control replaces traditional toolbars and menus with tabbed pages. Ea 阅读全文
posted @ 2017-02-21 09:50 ChuckLu 阅读(1096) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/CustomDocument2498 官方文档说明 A Ribbon Status Bar (RibbonStatusBar) is displayed at the bottom of a par 阅读全文
posted @ 2017-02-21 09:42 ChuckLu 阅读(1807) 评论(0) 推荐(0) 编辑
摘要:Namespace:DevExpress.XtraGrid.Columns Assembly:DevExpress.XtraGrid.v16.2.dll https://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraGridC 阅读全文
posted @ 2017-02-20 13:30 ChuckLu 阅读(971) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraGaugesWinGaugesDigitalDigitalGaugetopic Displays numbers and text in the manner li 阅读全文
posted @ 2017-02-20 09:50 ChuckLu 阅读(1170) 评论(0) 推荐(0) 编辑
摘要:禁用窗体大小变化 Note:设置成FixedSingle是无效的 阅读全文
posted @ 2017-02-20 09:11 ChuckLu 阅读(509) 评论(0) 推荐(0) 编辑
摘要:https://www.codewars.com/kata/binary-operations-number-1/train/csharp Your work is to write a method that takes a value and an index, and returns the 阅读全文
posted @ 2017-02-18 18:52 ChuckLu 阅读(349) 评论(0) 推荐(0) 编辑
摘要:System.Environment.CurrentDirectory Application.StartupPath https://msdn.microsoft.com/en-us/library/system.windows.forms.application.startuppath(v=vs 阅读全文
posted @ 2017-02-15 11:15 ChuckLu 阅读(407) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/16809393/select-into-in-mysql Use the CREATE TABLE SELECT syntax. http://dev.mysql.com/doc/refman/5.0/en/create-tab 阅读全文
posted @ 2017-02-13 14:51 ChuckLu 阅读(336) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraGridViewsBandedGridBandedGridViewtopic Remarks The BandedGridView class provides t 阅读全文
posted @ 2017-02-13 11:07 ChuckLu 阅读(1923) 评论(0) 推荐(0) 编辑
摘要:https://msdn.microsoft.com/en-us/library/system.drawing.drawing2d.lineargradientbrush(v=vs.110).aspx 横向渐变 new Point(0, 10), new Point(200, 10), new Po 阅读全文
posted @ 2017-02-09 14:35 ChuckLu 阅读(848) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示