创建方法//动态调用web服务 public static object 
InvokeWebSer(string url,string @namespace, string classname, string methodname, 
object[] args) { ...
                            
                            
                                分类:
Web程序   时间:
2014-05-01 00:53:13   
                                阅读次数:
386
                             
                         
                    
                        
                            
                            
                                wav文件格式分析详解文章转载自:http://blog.csdn.net/BlueSoal/article/details/932395一、综述 
WAVE文件作为多媒体中使用的声波文件格式之一,它是以RIFF格式为标准的。RIFF是英文Resource Interchange File Forma...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 23:43:19   
                                阅读次数:
610
                             
                         
                    
                        
                            
                            
                                平台的转换,总是让我们不自觉的去寻找两者的相同处,不过Cocos2d-X的确对很多Object-C的特性进行了模仿性质的封装,使熟悉Object-C的人能够在其中看到很多类似的概念而感到亲切。1:Property(特性)虽然没有感觉到它有多大的意义,不过习惯了用Property而让编译器来创建...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 23:06:27   
                                阅读次数:
469
                             
                         
                    
                        
                            
                            
                                前面对C++ 面向对象的基本了解和认识,下面来运用前面的基础知识,来实现一个简单的雇员工资管理系统,雇员分为2中,普通员工和管理者,两者工资和工作年限挂钩。具体参见下图:
具体实现参见下面的代码:
/*File : salarySystem.h
 *Auth : sjin
 *Date : 2014-04-27
 *Mail : 413977243@qq.com
 */
#ifnde...
                            
                            
                                分类:
编程语言   时间:
2014-04-28 10:43:42   
                                阅读次数:
401
                             
                         
                    
                        
                            
                            
                                Problem Description
Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N!
 
Input
One N in one line, process to the end of file.
 
Output
For each N, output N! i...
                            
                            
                                分类:
其他好文   时间:
2014-04-28 10:36:41   
                                阅读次数:
341
                             
                         
                    
                        
                            
                            
                                Object.prototype.toString & typeof 
Object.prototype.toString 获取某个对象属于哪种内置类型
typeof  得到某个对象的类型
区别:
举个例子:
var arr = new Array();
typeof(arr); //object
Object.prototype.toString.call(arr); //[Object Array]...
                            
                            
                                分类:
其他好文   时间:
2014-04-28 10:33:42   
                                阅读次数:
279
                             
                         
                    
                        
                            
                            
                                欢迎加入我们的QQ群,无论你是否工作,学生,只要有c / vc / c++ 编程经验,就来吧!158427611 
所谓的unicode文件,无非就是在文件头部插入了 0xFFFE的标志。。。读写的时候对应的读写 就可以了。
namespace fileStream
{
    bool readFile_Unicode( const string &file ,wstr...
                            
                            
                                分类:
编程语言   时间:
2014-04-28 10:22:41   
                                阅读次数:
678
                             
                         
                    
                        
                            
                            
                                别人眼中的水题啊!!!
理解题意真是困难啊,以图片形式说明:
/*************************************************************************
     File Name: 1030.cpp
     Author: yubo
     Mail: yuzibode@126.com 
     Created Time: 2...
                            
                            
                                分类:
其他好文   时间:
2014-04-27 21:34:00   
                                阅读次数:
358
                             
                         
                    
                        
                            
                            
                                /*************************************************************************
     File Name: bitree.cpp
     Author: yubo
     Mail: yuzibode@126.com 
     Created Time: 2014年04月27日 星期日 23时45分04秒
     学...
                            
                            
                                分类:
其他好文   时间:
2014-04-27 21:27:00   
                                阅读次数:
373
                             
                         
                    
                        
                            
                            
                                Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!     
     解决方法:
setenforce 0...
                            
                            
                                分类:
移动开发   时间:
2014-04-27 21:18:05   
                                阅读次数:
450