码迷,mamicode.com
首页 >  
搜索关键字:load    ( 19739个结果
Jquery 学习
Jquery1、onload 加载 (只能加载1次) onload是所有Dom元素创建完毕、图片、Css等都加载完毕后才被触发。 ready是Dom元素创建完毕后就被触发。 $(window).load()2、jquery选择器 $("#控件Id")来根据控件id获得控件的jQuer...
分类:Web程序   时间:2014-12-30 20:36:04    阅读次数:160
??MySQL Server 报警脚本
Author:Skate Time:2014/12/30   MySQL Server 邮件报警 下载地址:http://download.csdn.net/detail/wyzxg/8314745   实现方法: 根据系统的load和session来度量系统现在是否负载过高,如果发现负载过高就邮件报警(当然也可以短线报警),把系统当前状态、运行的慢sql、锁状态以HTML邮件报警,...
分类:数据库   时间:2014-12-30 17:07:20    阅读次数:353
python json
import jsonuser={'name':'yao','gender':'male','group':{'L':'A'}}//python objectuserStr=json.dumps(user)user2=json.load(userStr)print user2['name']prin...
分类:编程语言   时间:2014-12-30 16:49:09    阅读次数:219
2,简单交互对话框
-----后台usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Web; usingSystem.Web.UI; usingSystem.Web.UI.WebControls; publicpartialclass_2_简单交互对话框_Default:System.Web.UI.Page { protectedvoidPage_Load(objectsender,EventArgse) { ..
分类:其他好文   时间:2014-12-29 18:42:52    阅读次数:179
[转]MYSQL导入导出命令详解
网上看了一些总结出来的资料,不知道对大家有没有用的,有用的话也就不枉费我一按按钮的一片苦心了。/usr/local/mysql/bin/mysql -uroot -proot test -e "LOAD DATA INFILE '/usr/1.txt' replace INTO TABLE test...
分类:数据库   时间:2014-12-29 18:19:17    阅读次数:182
arm:jlink调试和直接烧写运行的不同 [mdk s3c2440]
1、对全局变量的初始化。2、还没发现的事例。/*************************************************/先上连接文件sctLR_ROM1 0x30000000 0x00010000 { ; load region size_region ER_RO...
分类:其他好文   时间:2014-12-29 18:13:00    阅读次数:216
ORA-31693, ORA-02354 and ORA-01555 with Export Datapump (Doc ID 1580798.1)
今天开发邮件回来说备份报错: ORA-31693: Table data object "YCDATA"."T_MESSAGESYNC_HIS" failed to load/unload and is being skipped due to error: ORA-02354: error in exporting/importing data ORA-01555: snapsho...
分类:其他好文   时间:2014-12-29 16:54:03    阅读次数:302
android lazy load image from the Internet
/*延迟加载的特性*Lazy load of images in ListView*I am using a ListView to display some images and captions associated with those images.*I am getting the ima...
分类:移动开发   时间:2014-12-29 16:46:30    阅读次数:167
Java 加载Properties文件的六种方式
1。使用java.util.Properties类的load()方法 示例: InputStream in = lnew BufferedInputStream(new FileInputStream(name)); Properties p = new Properties(); p.load(in); 2。使用java.util.ResourceBundle类...
分类:编程语言   时间:2014-12-29 15:42:35    阅读次数:185
1,右下角滑动通知
------后台usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Web; usingSystem.Web.UI; usingSystem.Web.UI.WebControls; usingSystem.Text; publicpartialclass_1_右下角滑动通知_Default:System.Web.UI.Page { protectedvoidPage_Load(objec..
分类:其他好文   时间:2014-12-29 15:32:51    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!