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
阅读全文
摘要:https://docs.mongodb.com/getting-started/csharp/introduction/ MongoDB is an open-source document database that provides high performance, high availab
阅读全文
摘要:https://docs.mongodb.com/getting-started/csharp/ 概览 Welcome to the Getting Started with MongoDB guide. This guide provides instructions to get you sta
阅读全文
摘要:https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/ Overview Requirements Get MongoDB Community Edition Install MongoDB Community Edi
阅读全文
摘要:Consolidate data by using multiple page fields https://support.office.com/en-us/article/Consolidate-multiple-worksheets-into-one-PivotTable-report-3AE
阅读全文
摘要:https://support.office.com/en-us/article/VLOOKUP-function-0bbc8083-26fe-4963-8ab8-93a18ad188a1 Use VLOOKUP, one of the lookup and reference functions,
阅读全文
摘要:MsgBox http://www.jrsoftware.org/ishelp/index.php?topic=isxfunc_msgbox ExpandConstant http://www.jrsoftware.org/ishelp/index.php?topic=isxfunc_expandc
阅读全文
摘要:卸载的同时删除日志,卸载的时候判断程序是否正在运行,regsvr32 1.卸载程序的时候如何判断程序是否正在运行 http://bbs.csdn.net/topics/370097914 2.强制删除安装目录 http://blog.csdn.net/cnbata/article/details/6
阅读全文
摘要: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
阅读全文
摘要:http://blog.csdn.net/laoniu_c/article/details/38727339 通信协议中的转义符作用:在通信协议中用在协议中使得通信的内容更加安全可靠。 举例说明:假设现在需要定制一个通信协议,需要的最基本的就是一个帧头和帧尾的标志,因为通信的接收方才知道什么时候是通
阅读全文
摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressUtilsImageCollectiontopic The collection of System.Drawing.Image objects to be used wi
阅读全文
摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressUtilsSharedImageCollectiontopic The image collection that allows you to share images b
阅读全文
摘要:获取中文的周几 http://stackoverflow.com/questions/6182402/c-sharp-cultures-localize-dayofweek
阅读全文
摘要:https://documentation.devexpress.com/#WindowsForms/CustomDocument2492 The Ribbon Control replaces traditional toolbars and menus with tabbed pages. Ea
阅读全文
摘要:https://documentation.devexpress.com/#WindowsForms/CustomDocument2498 官方文档说明 A Ribbon Status Bar (RibbonStatusBar) is displayed at the bottom of a par
阅读全文
摘要:Namespace:DevExpress.XtraGrid.Columns Assembly:DevExpress.XtraGrid.v16.2.dll https://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraGridC
阅读全文
摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraGaugesWinGaugesDigitalDigitalGaugetopic Displays numbers and text in the manner li
阅读全文
摘要:禁用窗体大小变化 Note:设置成FixedSingle是无效的
阅读全文
摘要: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
阅读全文
摘要:System.Environment.CurrentDirectory Application.StartupPath https://msdn.microsoft.com/en-us/library/system.windows.forms.application.startuppath(v=vs
阅读全文
摘要: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
阅读全文
摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraGridViewsBandedGridBandedGridViewtopic Remarks The BandedGridView class provides t
阅读全文
摘要: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
阅读全文