码迷,mamicode.com
首页 >  
搜索关键字:application master    ( 29562个结果
计算机网络 笔记1
1:what is computer networks? network core :routers 和 network of networks2:各个层次的点Application Layer 应用层 HTTP 、file transfer :FTP、电子邮件、DNS、P2P app...
分类:其他好文   时间:2014-05-16 06:51:19    阅读次数:259
查询锁事务及语句
if exists(select * from master.sys.sysprocesses where spid in (select blocked from master.sys.sysprocesses))begin---确定进程被锁住的其他资源select spid 进程,STATUS ...
分类:其他好文   时间:2014-05-16 06:38:48    阅读次数:329
WPF Application Framework (WAF)
ViewModel:public abstract class ViewModel : ViewModel where TView : IView
分类:移动开发   时间:2014-05-16 05:28:25    阅读次数:266
应对失败的方法(coping with failure)
我们曾经说过ES能应对node出现故障的事情,那就来试试吧。我们先吧第一个node给干掉,如下图:我们干掉的第一个node是master node。但是为了ES能够正常的工作,一个集群cluster必须要有一个master node,所以,干掉master node后ES首要事情就是重新选择一个no...
分类:其他好文   时间:2014-05-15 16:39:50    阅读次数:281
win32 Application 和Win32 Console Application 的区别
Win32 Application和Win32 Console Application 都是工作在32位Windows环境的程序。其中Win32 Application 就是普通的常见的窗口应用程序,当然有的界面做得比较个性化,比如圆形的、不规则形状的…… 它们都是所谓的GUI(Graphics U...
分类:移动开发   时间:2014-05-15 16:09:42    阅读次数:436
VBScript/QTP 的常用COM对象列表
众所周知,我们经常在脚本中创建一些对象来实现某些特定的功能。尤其是当我们使用QTP的描述性编程时,需要创建这些对象。 下边是我们经常在QTP或VBScript中用到的对象列表: Set objEmail = CreateObject("CDO.Message" ) Set objIE = CreateObject("InternetExplorer.Application" )...
分类:其他好文   时间:2014-05-15 14:54:27    阅读次数:230
GOLANG 在 UBUNTU 14.04 上使用 Oracle 数据库
本文参考了以下地址的文章: https://github.com/Centny/Centny/blob/master/Articles/How%20build%20github.com%3amattn%3ago-oci8.md? 一、安装oracle的OCI套件 1、OCI下载链接页面下载(instantclient-basic,instantclie...
分类:数据库   时间:2014-05-15 04:09:37    阅读次数:461
The incident LOST_EVENTS occured on the master. Message: error writing to the binary log, Error_code
1 mysq error日志报错如下:2014-05-12 11:29:54 22977 [ERROR] Slave SQL: The incident LOST_EVENTS occured on the master. Message: error writing to the binary log, Error_code: 15902014-05-12 11:29:54 22977 [ERR...
分类:其他好文   时间:2014-05-15 04:07:27    阅读次数:318
11-3URLTestDemo实例操作完成URL单元测试
11-3URLTestDemo1、File -> New -> Project在左边模板中选择Visual C#里的Web,对应到的项目类型选择ASP.NET MVC3 Web Application,并给项目取名字为11-3URLTestDemo,默认的解决方案名自动为相应的11-3URLTest...
分类:其他好文   时间:2014-05-14 11:30:17    阅读次数:322
初探Owin--.NET下的web服务器简易实现
很多人都知道,如果用ASP.NET MVC 写一个hello world,IDE会为你自动创建很多文件的,这是十分的繁琐和蛋疼的。那么Owin可以为我们做些什么呢?那就让我们初探一下Owin吧,首先创建一个ASP.NET empty web Application.创建成功后,我们打开Nuget,安...
分类:Windows程序   时间:2014-05-14 11:19:01    阅读次数:440
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!