Malformed or corrupted AST file: 'Unable to load module "/Users/topbar/Library/Developer/Xcode/DerivedData/ModuleCache/3TJWGBUKOEC41/Darwin.pcm": modu...
分类:
移动开发 时间:
2014-06-26 22:50:03
阅读次数:
315
【1】子页面取得父页面的dom对象 parent.window.$('#id').val("");【2】父页面取得子页面的对象 $(window.frames["iframeName"].document).find('#subjectDg').datagrid('acceptChanges'); ...
分类:
Web程序 时间:
2014-06-26 20:24:06
阅读次数:
228
转自:http://blog.sina.com.cn/s/blog_5fdbd0410100pmnn.htmlJohnKarlBrandon获取第一个元素:$("ul li:first-child")JohnKarlBrandon获取第一个元素:$("#getfirst").find("ul li:...
分类:
Web程序 时间:
2014-06-26 19:37:50
阅读次数:
702
第一个:type--查询一个命令的类型 -查询一个命令为内部或者外部命令的命令; -linux的众多命令中,有内部命令和外部命令,这时可以用type命令来查询一个命令到底是属于内部命令还是属于外部命令; -内部命令和外部命令的区分方法:在系统中有存储位置的为外部命令,没有存储位置的为内部命令,因为内...
分类:
系统相关 时间:
2014-06-26 17:50:23
阅读次数:
292
自己学习《APUE》时写的linux下一些命令(大概40个左右)实现,仅当学习使用,这些命令包括cat cp echo head ls paste rmdir tail umask who chattr cut expand join mkdir pwd sed tee uniq chgrp date find last mkfifo reboot sort wc chmod df ln mv rename split touch which chown du grep lsattr od rm tac t...
分类:
编程语言 时间:
2014-06-26 10:51:39
阅读次数:
423
getResult:function(data){
data=data.replace(/"/g,"'");
var xml;
//解决办法
if( typeof data == "string" ){
xml = new ActiveXObject("Microsoft.XMLDOM");...
分类:
Web程序 时间:
2014-06-26 10:42:33
阅读次数:
267
【题目】
Given an array of integers, every element appears twice except for one. Find that single one.
Note:
Your algorithm should have a linear runtime complexity. Could you implement it without using extra memory?
【题意】
给定一个整数数组,其中除了一个数以外,其他数都是成对出现的,...
分类:
其他好文 时间:
2014-06-26 10:13:27
阅读次数:
254
Given s1, s2,
s3, find whether s3 is formed by the interleaving of s1 and
s2.
For example,
Given:
s1 = "aabcc",
s2 = "dbbca",
When s3 = "aadbbcbcac", return true.
When ...
分类:
其他好文 时间:
2014-06-26 10:10:19
阅读次数:
214
nagios监控内出错NRPE:Unabletoreadoutput解决!由于编写check_mem监控脚本,在监控机报警:NRPE:Unabletoreadoutput,其他监控项目正常初步认定是nagios没有权限去实行check_mem脚本;1.在监控主机监控客户机内存,遇到NRPE:Unabletoreadoutput#/usr/local/nagios/libexec/che..
分类:
移动开发 时间:
2014-06-25 10:19:08
阅读次数:
371
Well , you know. As a college student who want to find a good job after graduating like me , scores are not that important. I just want to have some low scores which can help me graduate successfully...
分类:
其他好文 时间:
2014-06-25 09:59:37
阅读次数:
202