基本概念 (1)any/all,构成 where 子句的条件判断,any:表示或(or)的概念,all:则表示与(and)的概念,这两个关键字的出现是为了语句的简化; (2)先分组再做聚合,逻辑上也应当如此,聚合(取最值)之后便无分组的必要; select region, sum(populatio ...
                            
                            
                                分类:
数据库   时间:
2019-01-28 21:16:04   
                                阅读次数:
232
                             
                    
                        
                            
                            
                                    region one: region two: region two: ...
                            
                            
                                分类:
其他好文   时间:
2019-01-28 16:41:29   
                                阅读次数:
433
                             
                    
                        
                            
                            
                                #region 跨域问题 app.UseCors(builder => builder .AllowAnyOrigin() .AllowAnyMethod() .AllowAnyHeader() .AllowCredentials()); #endregion ...
                            
                            
                                分类:
其他好文   时间:
2019-01-26 19:35:55   
                                阅读次数:
171
                             
                    
                        
                            
                            
                                    常见class关键词 布局类:header, footer, container, main, content, aside, page, section 包裹类:wrap, inner 区块类:region, block, box 结构类:hd, bd, ft, top, bottom, left ...
                            
                            
                                分类:
其他好文   时间:
2019-01-25 17:38:29   
                                阅读次数:
243
                             
                    
                        
                            
                            
                                    转自:http://apps.hi.baidu.com/share/detail/24010679 Regionprops:用途是get the properties of region,即用来度量图像区域属性的函数。 语法:STATS = regionprops(L,properties) 描述: ...
                            
                            
                                分类:
其他好文   时间:
2019-01-24 23:03:36   
                                阅读次数:
375
                             
                    
                        
                            
                            
                                    找了很多资料最后找到了, 表示感谢 为了扩散, 决定复制一份并加上自己尝试的一些方法…… 圆角窗体参考地址:https://blog.csdn.net/lllljz/article/details/7561811 主要是region这个属性, 可以设置窗体的区域 效果图: 下面说一下我做的尝试: 问 ...
                            
                            
                         
                    
                        
                            
                            
                                    #region public static string GetClientIP() 获取客户端的IP地址 /// /// 获取客户端的IP地址 /// /// public static string GetClientIP() { string resu... ...
                            
                            
                                分类:
其他好文   时间:
2019-01-23 13:58:26   
                                阅读次数:
163
                             
                    
                        
                            
                            
                                    sql: 使用Common As:递归公用表 https://docs.microsoft.com/en-us/sql/t-sql/queries/with-common-table-expression-transact-sql?view=sql-server-2017 sql:http://bl ...
                            
                            
                                分类:
数据库   时间:
2019-01-23 01:34:19   
                                阅读次数:
237
                             
                    
                        
                            
                            
                                    说明:本篇博文地图充满div,上一篇博文是充满整个body 运行效果: 2、HTML代码 其中代码 map = new esri.Map("map", { center: [-122.445, 37.752], zoom: 4 }); MyTiledMapServiceLayer = new esr ...
                            
                            
                                分类:
其他好文   时间:
2019-01-22 18:33:52   
                                阅读次数:
241
                             
                    
                        
                            
                            
                                本文主要介绍如何使用消费组实时监控多个域中的多个日志库中的异常数据,并进行下一步告警动作。具备配置简单、逻辑灵活、支持跨域多Region、实时监测,无需配置索引等特点,并且性能可靠、自动负载均衡与保持高可用性。
                            
                            
                                分类:
编程语言   时间:
2019-01-21 17:07:43   
                                阅读次数:
120