我不知道人们为什么那么喜欢用HelloWorld来做为自己的第一个程序入门,为什么不是hello **其他的东西或者hi。一、打开ADT 
的Eclipse开发工具新建一个Android项目New----> Android Application ProjectMinimum Required 
SDK...
                            
                            
                                分类:
移动开发   时间:
2014-05-07 02:26:24   
                                阅读次数:
361
                             
                    
                        
                            
                            
                                必须:添加引用“using Excel = 
Microsoft.Office.Interop.Excel;”(手动添加引用:右键--添加引用--。net--excel)关键:创建Excel各个对象模型 
private Excel.Application excel; //Excel的当前工作环境 p...
                            
                            
                                分类:
其他好文   时间:
2014-05-07 01:47:41   
                                阅读次数:
257
                             
                    
                        
                            
                            
                                此文仅为学习记录,内容会包括一些数学概念,定义,个人理解的摘要。希望能够分享一些学习内容。第一节:Row Reduction and Echelon 
FormsEchelon form: 行消元后的矩阵Reduced echelon form: 行消元并且leading entry为1的矩阵。Ech...
                            
                            
                                分类:
移动开发   时间:
2014-05-07 00:08:07   
                                阅读次数:
654
                             
                    
                        
                            
                            
                                Sys.Application.add_load(function() {
        var form = Sys.WebForms.PageRequestManager.getInstance()._form;
        form._initialAction = form.action = window.location.href;
    });
    if (!documen...
                            
                            
                                分类:
Web程序   时间:
2014-05-06 23:36:38   
                                阅读次数:
408
                             
                    
                        
                            
                            
                                Beaming NDEF Messages to Other Devices
Android Beam allows simple peer-to-peer data exchange between two Android-powered devices. The application that wants to beam data to another device must be in ...
                            
                            
                                分类:
移动开发   时间:
2014-05-06 23:21:48   
                                阅读次数:
620
                             
                    
                        
                            
                            
                                实现密件抄送方式有很多种,多数的方法为设置Outlook规则。这里讲尝试使用VBA来实现此功能。
1、打开Outlook 2010 ,使用快捷键 ALT + F11 ,如下图:
2、刚开始左侧 ThisOutlookSession中代码是空的,填入如下代码:
Private Sub Application_ItemSend(ByVal Item As Object, Cancel A...
                            
                            
                                分类:
其他好文   时间:
2014-05-06 22:02:28   
                                阅读次数:
641
                             
                    
                        
                            
                            
                                AWS -Amazon Web Services(AWS) - Cloud Computing 
ServicesEC2 -Amazon Elastic Compute Cloud (EC2)Create First Application in 
Elastic Beanstalk1. Login A...
                            
                            
                                分类:
其他好文   时间:
2014-05-06 13:56:32   
                                阅读次数:
428
                             
                    
                        
                            
                            
                                做数独游戏开发时,需要将Activity的标题隐藏,隐藏的方式可分为以下两种:1:在AndroidManifest.xml中将Application添加 
2:在super执行后,设置窗口显示的规则。在此会遇到一些问题。当手机反应慢时,很显示标题之后再隐藏。
                            
                            
                                分类:
其他好文   时间:
2014-05-06 13:49:50   
                                阅读次数:
272
                             
                    
                        
                            
                            
                                在初始化代码中,开启当前层接受触摸this->setTouchEnabled(true);在AppController.mm文件中,设置开启多点触控在- 
(BOOL)application:(UIApplication *)application didFinishLaunchingWithOpti...
                            
                            
                                分类:
移动开发   时间:
2014-05-06 12:37:43   
                                阅读次数:
470
                             
                    
                        
                            
                            
                                application/x-www-form-urlencoded、multipart/form-data、text/plain上传文件的表单中要加属性enctype="multipart/form-data",很多人只是死记硬背知道上传表单要这么 
写,知其然而不知其所以然。那到底为什么要添加这个属...
                            
                            
                                分类:
其他好文   时间:
2014-05-06 10:34:11   
                                阅读次数:
446