码迷,mamicode.com
首页 >  
搜索关键字:@component @controller @service @repository    ( 41522个结果
MySql安装时在Start Service处失败
安装MySql时在最后Start Service时失败:首先先卸载掉MySql。查看MySql服务有没有启动,若启动,则先停止MySql服务。再如图打开注册表,到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services删除MySql服务。在命令行输入s...
分类:数据库   时间:2014-05-26 16:10:28    阅读次数:327
init,loadView, viewDidLoad,nil
init方法在init方法中实例化必要的对象(遵从LazyLoad思想)init方法中初始化ViewController本身loadView方法view controller会在view的property被请求并且当前view值为nil时调用这个函数。当view需要被展示而它却是nil时,viewC...
分类:其他好文   时间:2014-05-26 15:52:14    阅读次数:230
v4l2 下载
To clone the master development repository, install git, and run:git clone git://github.com/torvalds/linux.git v4l-dvb cd v4l-dvb git remote add linux...
分类:其他好文   时间:2014-05-26 14:13:43    阅读次数:338
IaaS SAAS PAAS
IaaS(Infrastructure as a Service)基础设施即服务Software As a ServicePlatform As a Service
分类:其他好文   时间:2014-05-26 13:27:26    阅读次数:237
maven报错(http://repo.maven.apache.org/maven2): No response received after 60000
报错详情:Failure to transfer com.thoughtworks.xstream:xstream:pom:1.3.1 from http://repo.maven.apache.org/maven2 was cached in the local repository, resol...
分类:其他好文   时间:2014-05-26 13:27:05    阅读次数:2261
PHP实现mvc模式的思想
什么是MVC?简单的说就是将网站源码分类、分层。MVC三个字母的含义:M:Model 模型,负责数据库操作。V:View 视图,负责调用Model调取数据,再调用模板,展示出最终效果。C:Controller 控制器,程序的入口,决定改调用哪个View,并告诉View该做什么。如此说来,程序的执行顺...
分类:Web程序   时间:2014-05-26 12:37:26    阅读次数:315
Net Remoting和Web Service浅析
.Net Remoting和Web Service浅析(转)随着.NET的推出,微软引入了一套新的通讯技术:Web Services和.NET remoting。.NET remoting和ASP.NET Web Services可以为建立分布式的应用提供强有力的支持。因此,为了在我们的应用程序中选...
分类:Web程序   时间:2014-05-26 11:44:07    阅读次数:304
ssh登陆ubuntu开始较慢
Justaddtheparameter"UseDNSno"on/etc/ssh/sshd_configsudo service ssh restart来自为知笔记(Wiz)
分类:其他好文   时间:2014-05-26 11:27:50    阅读次数:220
webservice
发布webservice后,注意更新引用.
分类:Web程序   时间:2014-05-26 11:15:22    阅读次数:245
微软视频学习
最新系列.NET 4.0中的新特性系列课程SQL Server 2008 Integrate Service 基础开发案例系列课程公共语言运行库(CLR)开发系列课程.NET 开发.NET 开发从入门到精通系列课程Smart Client系列课程ASP.NET 新特性系列课程.NET Framewo...
分类:其他好文   时间:2014-05-26 10:25:31    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!