/** * 汉字转换为拼音 包含多音字,包含生母zh,ch,sh的 */ public void toPinYinAll(){ String initials = "zh,ch,sh"; //返回汉语拼音的全拼 List result ...
                            
                            
                                分类:
其他好文   时间:
2014-08-06 22:02:12   
                                阅读次数:
305
                             
                         
                    
                        
                            
                            
                                上海51sap是专业的SAP培训中心,提供专业的SAP FI CO培训,SAP FI培训,SAP CO培训以及其他实施模块学习.FI模块即外部会计,关注的是按照一定的会计准则,组织账务,并出具满足财税等外部实体及人员要求的法定财务报表,通常比较标准。 FI模块(财务会计模块) FI(Fina...
                            
                            
                                分类:
其他好文   时间:
2014-08-06 18:52:14   
                                阅读次数:
191
                             
                         
                    
                        
                            
                            
                                java 中的instanceof 运算符是用来在运行时指出对象是否是特定类的一个实例。instanceof通过返回一个布尔值来指出,这个对象是否是这个特定类或者是它的子类的一个实例。 用法: result ...
                            
                            
                                分类:
编程语言   时间:
2014-08-06 18:15:11   
                                阅读次数:
237
                             
                         
                    
                        
                            
                            
                                Problem Description
Given two matrices A and B of size n×n, find the product of them.
bobo hates big integers. So you are only asked to find the result modulo 3.
 
Input
The input con...
                            
                            
                                分类:
其他好文   时间:
2014-08-06 14:58:51   
                                阅读次数:
220
                             
                         
                    
                        
                            
                            
                                这个我就直接上代码了,最开始把“abc123“也算作合法的了,后来查了一下atoi的定义,把这种去掉了。
public class Solution {
	public static int atoi(String inStr) {
		long result = 0L;
		/*
		 * 网上查了一下,atoi函数的定义是如果第一个非空格字符存在,是数字或者正负号则开始做类型转换,
		 *...
                            
                            
                                分类:
其他好文   时间:
2014-08-06 10:36:31   
                                阅读次数:
193
                             
                         
                    
                        
                            
                            
                                本文将对 Wi-Fi 对等技术进行评估。 Wi-Fi 对等(P2P)支持具备适当应用的 Android 4.0 或更高版本在没有接入点的情况下通过 Wi-Fi 彼此连接。 Android Wi-Fi P2P 框架符合 Wi-Fi Direct 标准。 一般情况下,Wi-Fi Direct 支持更快的速度和更远的距离,但是所需的功耗比蓝牙连接高。...
                            
                            
                                分类:
移动开发   时间:
2014-08-06 10:27:01   
                                阅读次数:
299
                             
                         
                    
                        
                            
                            
                                此题为树链剖分的裸题。 代码如下,使用常用的轻重链剖分。/**************************************************************	Problem: 1036	User: Evensgn	Language: C++	Result: Accepted...
                            
                            
                                分类:
其他好文   时间:
2014-08-06 01:44:10   
                                阅读次数:
339
                             
                         
                    
                        
                            
                            
                                Problem DescriptionGiven two matrices A and B of size n×n, find the product of them.bobo hates big integers. So you are only asked to find the result ...
                            
                            
                                分类:
其他好文   时间:
2014-08-06 01:43:40   
                                阅读次数:
334
                             
                         
                    
                        
                            
                            
                                1、服务端建立webservice,增加方法gettime和sum。测试正常8080端口,关闭防火墙。Start启动服务,并且OpenBrowser,XE6真是方便啊http://localhost:8080/wsdl/IsoapTest 保存wsdl文件。2、客户端android使用,只能建立fi...
                            
                            
                                分类:
移动开发   时间:
2014-08-06 01:38:40   
                                阅读次数:
204
                             
                         
                    
                        
                            
                            
                                Problem Description
Given two matrices A and B of size n×n, find the product of them.
bobo hates big integers. So you are only asked to find the result modulo 3.
 
Input
The input consists of...
                            
                            
                                分类:
其他好文   时间:
2014-08-05 22:38:00   
                                阅读次数:
248