码迷,mamicode.com
首页 >  
搜索关键字:sorry    ( 261个结果
Jquery 防止页面刷新
1、禁止鼠标右键功能$(document).ready(function() { $(document).bind("contextmenu",function(e) { alert("sorry! No right-clicking!"); return false; }); });2、禁止键盘F...
分类:Web程序   时间:2014-11-08 15:15:43    阅读次数:154
Ubuntu编码问题
Ubuntu编码问题 root@magus-18:/srv/rorapps/fgcc# rails -v Sorry, command-not-found has crashed! Please file a bug report at: https://bugs.launchpad.net/command-not-found/+filebug Please include the fo...
分类:系统相关   时间:2014-11-06 13:10:02    阅读次数:178
5.9 Building the message body
首先贴上到这一节所完成的代码:form.php: 1 14 15 16 17 18 Contact Us19 20 21 22 23 Contact Us24 25 Sorry your mail could not be be sent.26 27 Please fix the item(s) i...
分类:其他好文   时间:2014-11-02 13:42:32    阅读次数:188
5.8 Adding headers and automating the reply address
首先贴上到目前为止完成的代码:form.php的代码: 1 14 15 16 17 18 Contact Us19 20 21 22 23 Contact Us24 25 Sorry your mail could not be be sent.26 27 Please fix the item(s...
分类:其他好文   时间:2014-11-01 16:07:19    阅读次数:153
访问网站时,出现400错误
400 Bad RequestRequest header or cookie too large. Sorry for the inconvenience.Please report this message and include the following information to us....
分类:Web程序   时间:2014-09-30 19:46:19    阅读次数:228
依赖于脚本支持的应用程序
Example:Replacing noscript We are sorry,but this application needs JavaScript to be enabled to work.Please contact us if you cannot enable scri...
分类:其他好文   时间:2014-09-18 18:35:04    阅读次数:235
通过innerHTML简化脚本
Example:InnerHTML We are sorry,but this application needs JavaScript to be enabled to work.Please contact us if you cannot enable scripting and...
分类:Web程序   时间:2014-09-18 18:34:44    阅读次数:269
在工作中如何做到优秀,在工作之外如何做到自己(一)
首先,既然想讨论这个问题,肯定是自己没做到。 罗老师,您能让我把话说完吗?(sorry,刚才老罗乱入)   Part 1,在工作中如何做到优秀 积极、认真的态度,这个最重要。 要有心把手中的工作做到最好,才有可能做到,否则以一种随便的态度对待,事情的完成度可想而知。在一些小的事情上,也要认真。举两个一直记到现在的例子吧,一是高中毕业时,学生要写一些教学反馈和意见,我这...
分类:其他好文   时间:2014-09-01 01:40:12    阅读次数:263
几种display:table-cell的应用
一、display:table-cell属性简述 display:table-cell属性指让标签元素以表格单元格的形式呈现,类似于td标签。目前IE8+以及其他现代浏览器都是支持此属性的,但是IE6/7只能对你说sorry了,这一事实也是大大制约了display:table-cell属性在实际项....
分类:其他好文   时间:2014-08-27 20:19:48    阅读次数:145
ssh执行sudo命令所遇到的错误解决
ssh执行sudo命令遇到错误sshUSERNAME@IP"sudoCMD"错误一:sudo:sorry,youmusthaveattytorunsudo解决方式一:ssh加-t参数即:ssh-tUSERNAME@IP"sudoCMD"解决方式二:在/etc/sudoers配置文件中注释Defaultsrequiretty这行(这样有缺点,如果ssh带密码会在进程中显示)错误二:ssh..
分类:其他好文   时间:2014-08-26 17:43:07    阅读次数:223
261条   上一页 1 ... 23 24 25 26 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!