码迷,mamicode.com
首页 >  
搜索关键字:old lock file    ( 66212个结果
git diff old mode 100755 new mode 100644
755 vs 644在linux下载了Qt的软件仓库,拷贝了一份到windows下。在 msysgit 下,发现所有的文件都被修改了。用 git diff 查看,发现是:$ git diff util/webkit/mkdist-webkitdiff --git a/util/webkit/mkdi...
分类:其他好文   时间:2014-06-29 00:40:32    阅读次数:678
jxl对excel删除行
简单记录下:package com.pingan;import java.io.File;import java.util.regex.Matcher;import java.util.regex.Pattern;import jxl.Cell;import jxl.Workbook;import ...
分类:其他好文   时间:2014-06-28 23:51:31    阅读次数:425
网站背景音乐源码
改后源码原始代码MP3格式播放器,在原有基础上改动,适用于播放网站背景音乐
分类:Web程序   时间:2014-06-28 23:13:10    阅读次数:197
临时表空间临时文件损坏的处理方法
临时表空间的临时文件损害,解决办法就是,增加一个新的临时文件,把老的给删除了就行。ocp 053699. Your database is using a default temporary tablespace that contains the temp01.tmp temporary file...
分类:其他好文   时间:2014-06-28 23:09:18    阅读次数:352
[Head First Python]4. summary
1- strip()方法可以从字符串去除不想要的空白符(role, line_spoken) = each_line.split(":", 1)line_spoken = line_spoken.strip()2- print() BIF的file参数控制将数据发送/保存到哪里print(...) ...
分类:编程语言   时间:2014-06-28 23:07:59    阅读次数:318
STM32调试问题
1.JLINK V8 error:flash download failed - could not load file:Options for Target 'Targer 1'下的菜单下Output选项里,Name of Executable可以有数字,命令也可以一数字开头,只是名字中不能含有小...
分类:其他好文   时间:2014-06-28 22:56:50    阅读次数:294
Js获取file上传控件的文件路径总结
总结一个获取file上传控件文件路径的方法firefox由于保护机制只有文件名,不能获取完整路径。document.getElementById('file').onchange = function(){ alert(getFullPath(this))}function getFullPa...
分类:Web程序   时间:2014-06-28 22:43:54    阅读次数:269
Ubuntu下deb包的安装方法
deb是debian linus的安装格式,跟red hat的rpm非常相似,最基本的安装命令是:dpkg -i file.debdpkg 是Debian Package的简写,是为Debian 专门开发的套件管理系统,方便软件的安装、更新及移除。所有源自Debian的Linux发行版都使用dpkg...
分类:其他好文   时间:2014-06-28 22:23:17    阅读次数:255
linux下非root用户的sudo问题
linux下的root用户是个超级管理员,一般是不用这个用户登录进行操作的,但有时候需要root权限,又不想切换用户的话可以使用sudo命令。但是不是所有的用户都可以使用sudo命令的。首先可能会遇到下面的提示:××× is not in the sudoers file. This inciden...
分类:系统相关   时间:2014-06-28 21:39:15    阅读次数:338
SharePoint “File not found” 错误
Troubleshooting the SharePoint “File not found” Error Have you ever come across a “File Not Found” error when accessing some part of your WSS 3.0, MOS...
分类:其他好文   时间:2014-06-28 21:27:47    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!