来自 http://blog.asdasd.cn/?p=7402012-03-14 13:04 | Package Control : 安装包控制在 package control 下 Install Package 是安装插件,选择后会连网获取插件列表,disabled package 是禁用某插...
分类:
其他好文 时间:
2014-08-25 11:27:54
阅读次数:
214
这里主要介绍两种方法,一种是使用js来处理,另一种是在html属性中设置。
方法一:js
1:
document.onmousedown=disableclick;
status="Right Click Disabled";
Function disableclick(event)
{
if(event.button==2)
{
alert(status);
...
分类:
Web程序 时间:
2014-08-21 11:36:14
阅读次数:
176
缩写原意: Overflow of = OV NV [No Overflow] Direction df = DN (decrement) UP (increment) Interrupt if = EI (enabled) DI (disabled) Sign sf = NG (negative)...
分类:
编程语言 时间:
2014-08-18 18:06:32
阅读次数:
417
分享下jquery设置元素readonly与disabled属性的方法,设置元素的显示与隐藏,元素的只读属性。以下内容转自:http://www.jbxue.com/article/15102.html 略作修改与补充。Jquery的api中提供了对元素应用disabled和readonly属性的方...
分类:
Web程序 时间:
2014-08-18 14:18:42
阅读次数:
221
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# the name of the group this storage server belongs to
group_name=group1# bind an address of this host
#...
分类:
其他好文 时间:
2014-08-16 13:50:50
阅读次数:
292
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# bind an address of this host
# empty for bind all addresses of this host
bind_addr=10.16.139.202# the track...
分类:
其他好文 时间:
2014-08-16 13:50:40
阅读次数:
299
1、string类型转Date类型SimpleFormatDate sdf = new SimpleFormatDate("yyyy-MM-dd");Date date = sdf.parse(dateString);2、disabled 和 readonly的区别当表单提交的时候,使用了disab...
分类:
其他好文 时间:
2014-08-15 17:45:39
阅读次数:
204
1、简介配置samba共享服务器,只允许10.0.1.1这个ip访问samba服务器的共享功能,同时设置共享文件夹中上传的文件不能被修改和删除,需要用到linux的文件扩展属性2、关闭防火墙vim/etc/selinux/config"SELINUX=disabled"或者"setenforce0"3、配置iptables策略iptables-AINPUT-pt..
分类:
其他好文 时间:
2014-08-14 16:59:29
阅读次数:
585
http://www.fanli7.net/a/bianchengyuyan/C__/20130611/325825.html# is this config file disabled# false for enabled# true for disableddisabled=false#当前配置...
分类:
其他好文 时间:
2014-08-12 21:18:24
阅读次数:
290
nginx+tomcat+memcached应用 系统环境:RHEL6.4 ?x64 ? iptables -F ? and selinux is disabled 主机角色:node1 :192.168.0.24 :lnmp环境 tomcat memcached ? node2 :192.168.0.99 : tomcat memcached 软件下载...
分类:
Web程序 时间:
2014-08-11 15:26:22
阅读次数:
335