command usage: -optimizationpdcmd.exe  /dol /w c: -analyzer pdcmd.exe /anl /w c: -static data clacpdcmd.exe /sta c:            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2023-04-20 00:35:20
                            
                                57阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            SAP online Help 中的Best Practise.            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2011-04-27 10:04:06
                            
                                691阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            void testFindAllBy() {   def foos = [] as Set   [1..2].each {     foos << new Foo(name:'Smokejumper')    }    foos*.save()    assertEquals foos, Foo.findAllByName('Smokejumper') a...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2023-04-20 00:34:07
                            
                                67阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            package cn.yyhl.day13; import java.util.Arrays; import java.util.Random; import java.util.Scanner; /* 题目: 1请使用Arrays相关的API,将一个随机的字符串中的所有字符进行升序排列,并倒叙打印 ...            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2021-07-29 21:15:00
                            
                                122阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
            Module definitionsAngular modules can be declared in various ways, either stored in a variable or using the getter syntax. Use the getter syntax at al...            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2014-11-25 17:03:00
                            
                                62阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
            Sap online Help 的Sap Best Practise.            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                            精选
                                                        
                            2011-04-27 10:07:54
                            
                                331阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            ControllerAs:Use thecontrollerAssyntax always as it aids in nested scoping and controller instance reference.Bad: {{ someObject }}Good: {{ main.some...            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2014-11-25 16:40:00
                            
                                52阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
            use sed to implement change some text from the specify file, like as  #! /bin/Bashsetting_file=/cydrive/c/dev/maven/setting.xml.txtpattern="<            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2023-04-20 00:35:04
                            
                                104阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            1.Shared Storage
2.DNS Resolved
3.Create HA Cluster            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2011-06-22 21:48:19
                            
                                980阅读
                            
                                                                             
                 
                
                             
         
            
            
            
             -vmargs-Dosgi.requiredJavaVersion=1.5-Dsun.net.client.defaultReadTimeout=3000000-Xms128M-Xmx512M-XX:PermSize=128M-XX:MaxPermSize=256M-XX:+UseParallelGC-Dorg.eclipse.ecf.provider.fi...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2023-04-19 18:26:44
                            
                                67阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            【English Listening practise】In order to mark greater ability of english listening.I am doing my best to finish daily practis            
                
         
            
            
            
            Annotation Order:It's considered good practice to dependency inject Angular's providers in before our own custom ones.Bad:// randomly ordered dependen...            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2014-11-25 17:11:00
                            
                                142阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
            FlowControl Practise 打印三角形 将三角形用矩形锁住,分成四部分 1.倒三角空白部分 2.正三角符号部分 import java.util.Scanner; public class Practise01 { public static void main(String[] ar ...            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2021-09-25 13:59:00
                            
                                81阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
            class Foo implements Serializable {  String code1, code2  static mapping = {     id composite:[code1,code2]  }}             
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2023-04-20 00:34:15
                            
                                62阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            1078. Hashing (25)时间限制100 ms内存限制65536 kB代码长度限制16000 B判题程            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2022-11-09 18:18:51
                            
                                68阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            1061. Dating (20)
时间限制
100 ms
内存限制
65536 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
Sherlock Holmes received a note with some strange s            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2022-11-09 18:21:17
                            
                                79阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            1010. Radix (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2022-11-09 18:27:23
                            
                                90阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            1018. Subnumbers (35)时间限制300 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者CAO, PengGiv            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2022-11-10 00:50:52
                            
                                39阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            1057. Stack (30)
时间限制
150 ms
内存限制
65536 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
Stack is one of the most fundamental data structures            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2022-11-09 18:15:56
                            
                                70阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            1070. Mooncake (25)
时间限制
100 ms
内存限制
65536 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
Mooncake is a Chinese bakery product traditionall            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2022-11-09 18:19:47
                            
                                69阅读