码迷,mamicode.com
首页 >  
搜索关键字:no write has been do    ( 38312个结果
Mac OSX Android 开发环境 模拟器报错
直接下载ADT mac版模拟器报错处理1. 显示隐藏文件命令显示:defaults write com.apple.finder AppleShowAllFiles -bool true隐藏:defaults write com.apple.finder AppleShowAllFiles -boo...
分类:移动开发   时间:2014-07-03 10:45:00    阅读次数:192
RMAN备份失败之:mount: block device /dev/emcpowerc1 is write-protected, mounting read-only
今天再做巡检的时候发现有一台服务器的RMAN备份不正常,有一段时间没能正常备份了。检查了一下脚本,正常,定时任务列表也正常,再检查一下/var/log/cron的内容,也没有问题。尝试在该挂载点上创建一个1.txt文件的时候,发现有异常报出来了。内容为:mount: block device /.....
分类:其他好文   时间:2014-07-03 10:31:23    阅读次数:374
连接符
#define BTS_SAFE_DELETE(POINTER) \do { if (POINTER != 0) { BTS_DELETE(POINTER); POINTER = 0;} \} while (0)注意:宏定义必须在一行,否则报错!\ 表示本行未结束, 没有该连接符时,直接换行编译器会...
分类:其他好文   时间:2014-07-03 10:25:27    阅读次数:186
PHP的soap 之 nusoap 的使用
今天不知道为什么想起了soap 这个东西,然后就弄了下,在php上使用的是nusoap。 一些基本的使用,高深的麻烦您自己看手册去这个软件的下载在http://sourceforge.net/projects/nusoap/files/nusoap/0.9.5/nusoap-0.9.5.zip/do...
分类:Web程序   时间:2014-07-03 00:38:03    阅读次数:328
修改sharepoint 2013站点里区域设置
cls [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") foreach ($webApplication in Get-SPWebApplication) { Write-Host Write-Hos...
分类:其他好文   时间:2014-07-02 23:12:01    阅读次数:232
struts1配置文件之input
使用通配符,仅仅只是命名的时候*的位置跟{1}保持一致. 我写的这个action继承dispatchAction,parameter=method 假如里面有add方法和edit方法() 訪问add方法的时候,使用这个地址:/addPerson.do?method=add-->这个时候input.....
分类:其他好文   时间:2014-07-02 22:52:31    阅读次数:321
Leetcode Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-07-02 22:34:44    阅读次数:318
2014 Super Training #4 B Problem Arrangement
原题:ZOJ 3777 http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3777题意:给每个题目安排在每个位置的value。有一个程序随机选择安排的顺序,总的value值大于等于m时,就可以接受这个安排。问能够获得一次满足条件...
分类:其他好文   时间:2014-07-02 21:40:19    阅读次数:219
2014 Super Training #4 G What day is that day? --两种方法
原题: ZOJ 3785http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3785题意:当天是星期六,问经过1^1+2^2+3^3....+n^n天后是星期几?这题开始以为是这种式子的求和问题,翻了半天没翻到公式。结果没搞出来。...
分类:其他好文   时间:2014-07-02 21:31:21    阅读次数:186
python try小例子
#!/usr/bin/pythonimporttelnetlibimportsockettry:tn=telnetlib.Telnet(‘10.67.21.29‘,60000)exceptsocket.error,e:printeexit(1)tn.set_debuglevel(1)tn.write(‘quit‘+‘\n‘)print‘ok‘socket.error为错误类型e为对象
分类:编程语言   时间:2014-07-01 15:33:07    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!