码迷,mamicode.com
首页 >  
搜索关键字:change ipv6    ( 8534个结果
Unix How To: The Linux /etc/inittab file
OneofthefilesthattheaverageUnixsysadminrarelylooksat,almostneverchangesandyetdependsoneverytimeheorsherebootsasystemisthe/etc/inittabfile.Thismodestlittlefilecontrolswhathappenswheneverasystemisrebootedorforcedtochangerunlevels.Let‘stakealookattheconfigurat..
分类:系统相关   时间:2014-05-13 04:47:00    阅读次数:612
ext4 form loadrecord disable validate
ext版本:4.2需求:在数据record绑定到form的时候,Ext会触发field的change事件和validate事件。以至于,新建的空表单界面,会出现验证不通过的样式,如下图:解决思路:在formloadRecord之前,禁止field的change()事件,loadRecord之后,开启field的change()事件。loadRecord..
分类:其他好文   时间:2014-05-13 03:33:03    阅读次数:340
Python3.2官方文档翻译--标准库概览(一)
7.1 操作系统接口 Os模块提供主要许多与操作系统交互的函数。   >>> import os >>> os.getcwd() # Return the current working directory ’C:\\Python31’ >>> os.chdir(’/server/accesslogs’) # Change current working directory >>> ...
分类:编程语言   时间:2014-05-12 23:08:03    阅读次数:356
ruby向表里加入字段
先执行:rubyscript/generatemigrationadd_change_flag_to_userschange_flag:Boolean生成时间序列文件:db/migrate/20131016034104_add_changeflag_to_users.rb内容:classAddchangeflagToUsers<ActiveRecord::Migrationdefself.upadd_column:users,:change_flag,:booleanen..
分类:其他好文   时间:2014-05-12 03:10:04    阅读次数:368
ezgo建立无线热点(图文)
右键单击任务栏右下角的网络图标,打开“网络管理设置”(或者打开“网络连接)点击添加>>无线输入链接名称:如Wi-Fi无线:SSID(就是你共享出热点的名称),如:shirley_wifi无线安全:安全>>个人WPA/WPA2 然后输入你的热点密码IPv4地址:方法:分享IPv6地址:方法:已禁用点击...
分类:其他好文   时间:2014-05-11 16:36:55    阅读次数:339
Mysql安装配置,修改初试密码。
绿色版本,解压缩D:\Software\mysql-advanced-5.6.18-winx64my-default.ini 改名my.inimy.ini内容如下# For advice on how to change settings please see# http://dev.mysql.c...
分类:数据库   时间:2014-05-10 02:30:15    阅读次数:495
Kendo UI diagram 更改connnect线颜色,及shapes的属性值
1、改diagram中连线的颜色:redraw一下就OK// Change the Line Greendiagram.connections[indexS].redraw({stroke:{color:"green"}});diagram.connections[indexD].redraw({s...
分类:其他好文   时间:2014-05-10 02:29:49    阅读次数:414
centos vsftp 500 OOPS: cannot change directory
CentO中把vsftpd安裝配置好了,以為大功告成,但用FTP 登入出現下錯誤:500 OOPS: cannot change directoryCentOS系統安裝了SELinux,因為預設下是沒有開啟FTP的服務。//查看SELinux設置# getsebool -a|grep ftpftp_...
分类:其他好文   时间:2014-05-09 22:59:08    阅读次数:351
Jquery操作select小结
每次操作select都要查资料,干脆总结一下。为select设置placeholder为Select添加事件,当选择其中一项时触发$("#select_id").change(function(){ //code...});jQuery获取Select选择的Text和Value:var che...
分类:Web程序   时间:2014-05-08 05:48:25    阅读次数:509
AfterLogic webmail开启修改密码插件Hmailserver
AfterLogic webmail修改密码插件,下载位置http://www.afterlogic.com/wiki/Password_change_for_hMailServer_(WebMail_Plugins)?WM=Lite复制到\webmail\data\plugins\hmailser...
分类:Web程序   时间:2014-05-07 14:23:47    阅读次数:1097
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!