``` // // main.cpp // 2_2 // // Created by T.P on 2018/3/4. // Copyright ? 2018年 T.P. All rights reserved. // //判断闰年 //:闰年可以被4整除而不能被100整除,或者能被400整除。 / ...
                            
                            
                                分类:
编程语言   时间:
2018-03-04 20:06:12   
                                阅读次数:
232
                             
                         
                    
                        
                            
                            
                                    ``` // // main.cpp // 2_1 // // Created by T.P on 2018/2/28. // Copyright ? 2018年 T.P. All rights reserved. // include include using namespace std; in ...
                            
                            
                                分类:
编程语言   时间:
2018-03-04 19:58:33   
                                阅读次数:
162
                             
                         
                    
                        
                            
                            
                                WhenrestoringtheOSoftheclusterservers,sometimetheclusterdiskwillbecomesreserved/RAW.Dothefollowingtoreleasetheclusterreservation.1)Installtheclusterfeature2)findthedisknumberonthediskmanager3)Runpower
                            
                            
                                分类:
其他好文   时间:
2018-03-02 15:38:28   
                                阅读次数:
173
                             
                         
                    
                        
                            
                            
                                // // main.cpp // test // // Created by zzy on 2018/2/26. // Copyright © 2018年 zzy. All rights reserved. // #include #include using namespace std; int... ...
                            
                            
                                分类:
编程语言   时间:
2018-03-01 00:30:45   
                                阅读次数:
161
                             
                         
                    
                        
                            
                            
                                // // ViewController.m // Ocproject // // Created by wenzhe yi on 2018/2/28. // Copyright © 2018年 wenzhe yi. All rights reserved. // #import "Shuanghu... ...
                            
                            
                                分类:
移动开发   时间:
2018-02-28 20:45:23   
                                阅读次数:
241
                             
                         
                    
                        
                            
                            
                                    做题的时候发现一个题目求类的sizeof()大小,复制了网友的解答: #pragma pack(2) class BU { int number; // 4 union UBffer { char buffer[13]; // 13 int number; // 4 }ubuf; // union的 ...
                            
                            
                                分类:
编程语言   时间:
2018-02-27 01:08:22   
                                阅读次数:
195
                             
                         
                    
                        
                            
                            
                                .在32位机器上 设有以下说明和定义: 1234567891011 typedef union { long i; int k[5]; char c; } DATE; struct data { int cat; DATE cow; double dog; } too; DATE max; 则语句  ...
                            
                            
                                分类:
其他好文   时间:
2018-02-22 21:43:47   
                                阅读次数:
155
                             
                         
                    
                        
                            
                            
                                1、环境: 操作系统:Windows 10 x64 编译器:VS2015 2、关键函数 字段说明 _In_ HKEY hKey, 打开注册表项的句柄。 _In_ LPCTSTR lpSubKey, 一子项,此功能打开或创建名称。 _Reserved_ DWORD Reserved, 此参数已保留,必 ...
                            
                            
                         
                    
                        
                            
                            
                                    【SinGuLaRiTy-1048】 Copyright (c) SinGuLaRiTy 2018. All Rights Reserved. NOIP2017过了这么久,现在2018了才找到寒假这么一个空挡来写题解。哎,没办法,谁叫学校抓的紧呢。 序 | Before 这是我的最后一次NOIP。  ...
                            
                            
                                分类:
其他好文   时间:
2018-01-28 14:45:27   
                                阅读次数:
267
                             
                         
                    
                        
                            
                            
                                1.vim/etc/sysctl.confnet.ipv4.ip_local_port_range=102465535net.ipv4.ip_local_reserved_ports=800111000预留端口避免被占用,所以这边就把8001到11000的端口预留。然后重启/sbin/sysctl-p2.echo"8001,11000">>/proc/sys/net
                            
                            
                                分类:
其他好文   时间:
2018-01-22 11:02:14   
                                阅读次数:
103