码迷,mamicode.com
首页 >  
搜索关键字:enter the dragon    ( 10537个结果
Jquery——hover与toggle
hover方法的语法结构为:hover(enter,leave)hover()当鼠标移动到元素上时,会触发第一个方法,当鼠标移开的时候会触发第二个方法复制代码测试用什么事jquery混蛋复制代码toggle(fn1,fn2,fn3..)这个方法是每次单击调用下一个方法,如果方法是最后一个,那么从第一...
分类:Web程序   时间:2014-12-20 12:50:55    阅读次数:157
android studio使用笔记 待续。。。
o.首先将adroid studio keymap改为eclipse 1.android studio中的自动导入auto import: Eclipse自动添加import语句, 使用Ctrl + Shift + o组合, 可以自动查找java的import语句进行添加; Android默认是Alt+Enter单个添加import语句, 可以修改IDE, 使其自动添加, 所使用的j...
分类:移动开发   时间:2014-12-19 13:07:16    阅读次数:226
Exercise 3.2 Display a date
无法让我不汗颜:Exercise 3-2. Write a program that prompts the user to enter the date as three integer values for the month, the day in the month, and the yea...
分类:其他好文   时间:2014-12-17 20:45:27    阅读次数:208
11、网页制作Dreamweaver(补充:JS零碎知识点&&正则表达式)
JS知识点回车符/r和换行符/n的区别:/r 相当于enter,是段落与段落之间的区别, /n 相当于shift+enter,是行与行之间距离,比较小几种window操作方法:1、获取当前窗口大小并打印:var height=window.innerHeight;var wi...
分类:Web程序   时间:2014-12-17 20:40:15    阅读次数:240
MIPI D-PHY 总结
Operating Modes: Control, High-Speed, and Escape1.The Lane is only in High-Speed mode during Data bursts. The sequence to enter High-Speed mode is: LP...
分类:其他好文   时间:2014-12-17 20:18:00    阅读次数:187
pxssh的简单使用
__author__ = ‘jenny‘ import pexpect ip="localhost" user="jenny" passwd="gaoxing" if __name__=="__main__": ? ? child = pexpect.spawn("ssh-keygen") ? ? print child.expect("Enter file*") ? ? ch...
分类:其他好文   时间:2014-12-16 22:51:58    阅读次数:276
linux mysql 修改 密码
修改的用户都以root为列。一、拥有原来的myql的root的密码;方法一:在mysql系统外,使用mysqladmin#mysqladmin -u root -p password "test123"Enter password: 【输入原来的密码】方法二:通过登录mysql系统,#mysql -...
分类:数据库   时间:2014-12-16 22:35:08    阅读次数:253
Intellij IDEA 自动生成 serialVersionUID
1, Setting->Inspections->Serialization issues->Serializable class without ’serialVersionUID’2, 在你的class中:Alt+Enter就会提示自动创建serialVersionUID了。
分类:其他好文   时间:2014-12-16 16:59:23    阅读次数:217
Visual Studio 快捷键
----------------------------------------------------------------代码编写----------------------------------------------------------------Shift+Alt+Enter-全屏显示Shift+Alt+F10-打开用于实现接口的选项,继续按I可实现接口,按R则重命名Ctrl+R+E-封装字段(VS2008已经..
分类:其他好文   时间:2014-12-16 15:21:04    阅读次数:276
ps 倒影制作
首先打开PS并打开一张素材,这里我选择了山水图片,制作山峰在水中的倒影效果。然后按下【Crrl+J】复制这个图层,如图:接着按下【Ctrl+T】或者是【编辑】【自由变换】,打开【自由变换】对话框。然后右击点击【旋转180度】。这时图层副本被旋转,按下【Ctrl+Enter】取消选择选择【套索工具】中...
分类:其他好文   时间:2014-12-16 13:26:37    阅读次数:330
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!