码迷,mamicode.com
首页 >  
搜索关键字:status    ( 12970个结果
[MongoDB] 机器换IP之后的设置
组里用的几台机器换了网段,MongoDB需要做重新配置。查看Replica Set的状态如下:rs.status(){ "startupStatus" : 1, "ok" : 0, "errmsg" : "loading local.system.repls...
分类:数据库   时间:2014-05-10 06:26:06    阅读次数:693
Ajax 一
一 ,XMLHttpRequset 对象 IE 浏览器没有XMLHttpRequset 这个对象 二 , 准备状态 1 , 0 1 2 3 4 注:4表示成功 2, status 500 404 100 300 200 注 :500 表示服务器内部错误(语法有错误) ...
分类:其他好文   时间:2014-05-10 05:12:55    阅读次数:312
在ASP中用程序控制弹出NTLM验证窗口
在ASP中用程序控制弹出NTLM验证窗口 简介: 可以弹出NT验证窗口,而不管目录是否允许匿名访问,很好用的一段代码。  作者:亚豪 EMAIL: yahao@bigfoot.com 下载或访问  Response.Status = "401 Unauthorized"  Response.AddHeader "WWW-Authenticate","NTLM"  response...
分类:Web程序   时间:2014-05-10 04:35:01    阅读次数:314
转载:iOS 7 教程:定制iOS 7中的导航栏和状态栏
http://beyondvincent.com/blog/2013/11/03/120-customize-navigation-status-bar-ios-7/
分类:移动开发   时间:2014-05-10 00:37:25    阅读次数:334
Bitlokcer Invalid Namespace
用户电脑无法重新激活bitlocker,点打开的时候提示错误信息:InvalidNamespace,命令行界面输入:manage-bde-status,同意提示InvalidNamespace,于是命令行界面跳到C:\Windows\System32\wbem\下,用命令:mofcomp.exewin32_encryptablevolume.mof尝试修复,提示Anerroroccurredw..
分类:其他好文   时间:2014-05-09 21:16:07    阅读次数:702
PHP (20140508)
通过Ajax操作Dom: 1 if(xmlHttp.readyState == 4){ 2 if(xmlHttp.status == 200){ 3 var sobj = document.getElementById("suggest"); ...
分类:Web程序   时间:2014-05-09 08:37:05    阅读次数:392
工作和学习中的心得
属性器的使用,通用的 写东西精致 细致public System.Int16 Status { get; set; } public string StatusValue { get { if (Status =...
分类:其他好文   时间:2014-05-09 04:03:29    阅读次数:256
jQuery AJAX
***.fuction(response,status,xhr);//回调函数
分类:Web程序   时间:2014-05-09 00:13:19    阅读次数:282
Lua chapter 8 协同程序
1、协同程序,一个具有多个协同程序的程序在任意时刻,只能运行一个协同程序, 只有正在运行的协同程序被挂起时,它的执行才会暂停。 创建  co = coroutine.create(匿名函数);   -- 匿名函数就是线程要执行的东东 状态 coroutine.status(co); 唤醒 coroutine.resume(co); 挂起 coroutine.yie...
分类:其他好文   时间:2014-05-08 00:21:05    阅读次数:367
svn vs git , scp
scp 把本地文件上传到服务器上 scp -P 1234 config/cert/dev/client.pem dev@xx.xxx.xxx:/srv/rorapps/fgcc/config/cert/production svn VS git  svn svn checkout server_url svn status svn diff  **file svn...
分类:其他好文   时间:2014-05-07 15:54:44    阅读次数:305
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!