The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font  ...
                            
                            
                                分类:
其他好文   时间:
2018-11-06 01:00:28   
                                阅读次数:
303
                             
                         
                    
                        
                            
                            
                                    今天刚升级到Xcode10,就遇到两个报错问题 错误一:Xcode 10: Build input file double-conversion cannot be found error: Build input file cannot be found: '../node_modules/rea ...
                            
                            
                                分类:
其他好文   时间:
2018-11-03 23:10:40   
                                阅读次数:
2552
                             
                         
                    
                        
                            
                            
                                ora-64203:Destination buffer too small to hold CLOB data after character set conversion. 拼接字符串时过长引起,报缓冲区太小错误 SELECT WM_CONCAT(field_A|| field_b) FROM  ...
                            
                            
                                分类:
其他好文   时间:
2018-11-03 16:29:33   
                                阅读次数:
1232
                             
                         
                    
                        
                            
                            
                                    function bc = binary_conversion(a) %这是灰度值二值化转换函数,阈值为平均值j=imread(a); %读取灰度图像 j=double(j); %将图像转换为小数浮点型(double)[m,n]=size(j); %获取图像的长宽(m,n)s=sum(sum(j)) ...
                            
                            
                                分类:
其他好文   时间:
2018-10-27 10:24:59   
                                阅读次数:
358
                             
                         
                    
                        
                            
                            
                                    date:2018.10.23 USES_CONVERSION是ATL中的一个宏定义。用于编码转换(用的比较多的是CString向LPCWSTR转换)。在ATL下使用要包含头文件#include "atlconv.h" 使用USES_CONVERSION一定要小心,它们从堆栈上分配内存,直到调用它的 ...
                            
                            
                                分类:
其他好文   时间:
2018-10-23 21:20:22   
                                阅读次数:
140
                             
                         
                    
                        
                            
                            
                                    No matching editors or conversion strategy found not null property references a null or transient value: pojo.Emp.name ...
                            
                            
                                分类:
编程语言   时间:
2018-10-20 19:54:41   
                                阅读次数:
161
                             
                         
                    
                        
                            
                            
                                2018-10-13 21:30:51 c language 1) 整数部分 十进制整数转换为 N 进制整数采用“除 N 取余,逆序排列”法。 十进制数字 36926 转换成八进制? 110076 2) 小数部分 十进制小数转换成 N 进制小数采用“乘 N 取整,顺序排列”法。 十进制小数 0.93 ...
                            
                            
                                分类:
其他好文   时间:
2018-10-14 00:32:06   
                                阅读次数:
171
                             
                         
                    
                        
                            
                            
                                    The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font  ...
                            
                            
                                分类:
其他好文   时间:
2018-10-05 13:56:45   
                                阅读次数:
151
                             
                         
                    
                        
                            
                            
                                    The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font  ...
                            
                            
                                分类:
其他好文   时间:
2018-09-28 19:13:37   
                                阅读次数:
164
                             
                         
                    
                        
                            
                            
                                    转:incremental linking(增量链接)的作用 转:incremental linking(增量链接)的作用 今天编译一个C++程序时,报了一个奇怪的错误(之前是好好的): 1>LINK : fatal error LNK1123: failure during conversion  ...
                            
                            
                                分类:
其他好文   时间:
2018-09-15 19:22:03   
                                阅读次数:
254