码迷,mamicode.com
首页 >  
搜索关键字:change    ( 6994个结果
Flex Error #2156问题
出现这个问题是因为应用程序使用了特殊端口,修改端口就可以解决。特殊端口列表A security change has been made in Adobe Flash Player 9.0.115.0 to block commonly reserved ports (to prevent mali...
分类:其他好文   时间:2014-12-03 12:17:39    阅读次数:207
Visual Studio: How to change ipch path in Visual Studio 2010 (.sdf, *.opensdf, ...)
Link:http://stackoverflow.com/questions/4315681/how-to-change-ipch-path-in-visual-studio-2010引用:The ipch folder is created by the IntelliSense system ...
分类:其他好文   时间:2014-12-02 17:14:18    阅读次数:254
AJAX入手
AJAX = Asynchronous JavaScript and XML(异步的javaScript和XML) 它是一种使用现有标准的新方法 与服务器交换数据并更新部分网页的艺术,在不重新加载整个页的情况下。 一个简单的DEMO change this text onclick="loadXMLDoc()">Change Content func...
分类:Web程序   时间:2014-12-02 15:13:09    阅读次数:193
电脑右键无法以管理员身份运行桌面的应用程序快捷图标问题
处理办法如下:一:新建和个.txt的文件,并重新命名为change.reg二:右键-》编辑三:在打开的窗口中输入如下代码,并保存。Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D...
分类:其他好文   时间:2014-12-01 12:49:16    阅读次数:208
cadence allegro 封装产考原点修改
打开 dra文件后 在菜单栏 setup - change drawing origin在命令栏输入 新的参考点位置 如想更改新坐标位置为 1,2 。输入 x 1 2 上面两步操作后即可修改!
分类:其他好文   时间:2014-11-30 14:03:14    阅读次数:284
input输入框的change事件
input输入框的change事件,要在input失去焦点的时候才会触发 $(‘input[name=myInput]‘).change(function() { ... }); 在输入框内容变化的时候不会触发change,当鼠标在其他地方点一下才会触发 用下面的方法会生效...
分类:其他好文   时间:2014-11-29 13:21:58    阅读次数:161
公网IP检测
脚本如下: #!/bin/bash #author?firxiao #monitor?IP?change #date:20141128 ip_old=ip_old.txt??? ip_now=ip_now.txt mail_sender=xxx@xxx.com????#发件人 mail_user=xxx@xxx.com??????#收...
分类:其他好文   时间:2014-11-28 12:51:10    阅读次数:286
Gparted for partition of Linux on graphic interface
You can change the partition table on Linux by a group of tools, which is tool comprehansive for a newbee. While I find this work will be easily done ...
分类:系统相关   时间:2014-11-27 23:24:51    阅读次数:177
cocos2dX改变锚点位置
改变锚点时,同过计算偏移量修正position从而保持CCNode在屏幕上的位置不变 1 void CLayer::change_anchorpoint(CCNode* node,CCPoint newpt) 2 { 3 float dx, dy, diffx, diffy, height,...
分类:其他好文   时间:2014-11-27 21:58:52    阅读次数:566
IntelliJ IDEA 改变默认的签名 Administrator
/** * Created with IntelliJ IDEA. * User: Administrator * Date: 12-8-27 * Time: 下午11:29 * To change this template use File | Settings | File Templates...
分类:其他好文   时间:2014-11-27 20:04:26    阅读次数:397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!