搜索到与相关的文章
Jquery

Jquery.each 兼容IE,firefox

转自:http://kaobian.iteye.com/blog/1156551jQuery的each方法中的this指针指向问题jQuery.each写法:1:Java代码jQuery('input[type=checkbox]').each(function(){alert(this.checked+this.treeId);//treeI的是自定义属性});这样的写法在IE下会正常的输出,但是在firefox,则不会识别,尤其是对于自定义属性,thi

系统 2019-08-12 09:30:15 3806

Linux

linux source命令学习

1.linuxsource命令的作用?我们可能经常需要修改到诸如/etc/profile,~/.bash_profile等这样的配置文件,一方面我们希望所作的修改在当前的环境中立即生效;另一方面也希望所作的修改可以保存起来,以便于下次系统重新系统时仍然有效,这时使用先在~/.bash_profile这样的配置文件中修改好,再source~/.bash_profile即可。如果直接使用export在当前shell环境下修改,其缺点是重新启动系统后修改会丢失;

系统 2019-08-12 09:27:10 3806

C#

Selenium API(C#)

1FetchingaPagedriver.Url="http://www.google.com";2LocatingUIElements(WebElements)ByIDThisisthemostefficientandpreferredwaytolocateanelement.CommonpitfallsthatUIdevelopersmakeishavingnon-uniqueid’sonapageorauto-generatingtheid,both

系统 2019-08-12 09:26:51 3804

Tomcat

tomcat webdav

webdavorg.apache.catalina.servlets.WebdavServletdebug0listin

系统 2019-08-12 01:33:42 3804

Python

Python——使用scipy求解带约束的最优化问题

我们要求解的最优化问题的形式如下:minf(x)s.t.gi(x)>0,i=1,...,mhj(x)=0,j=1,...,n\begin{aligned}min\f(x)\\s.t.\quadg_i(x)&\gt0,i=1,...,m\\\quadh_j(x)&=0,j=1,...,n\end{aligned}minf(x)s.t.gi​(x)hj​(x)​>0,i=1,...,m=0,j=1,...,n​其中xxx是一个向量,gi(x)g_i(x)gi​

系统 2019-09-27 17:49:47 3803

SqlServer

SQL Server 查找未使用的索引

Simplebutaccuratefollowingscriptwillgiveyoulistofalltheindexesinthedatabasewhichareunused.IfindexesarenotusedtheyshouldbedroppedasIndexesreducestheperformanceforINSERT/UPDATEstatement.IndexesareonlyusefulwhenusedwithSELECTstatemen

系统 2019-08-12 01:32:11 3803

Ubuntu

ubuntu进程管理方法

ubuntu进程管理方法1.Terminalps显示当前进程ps-l显示详细信息ps-u以用户的格式显示相关字段说明F进程状态标志S进程状态代码UID进程执行者IDPPID父进程标识(parentprocessID)PRI进程执行的优先级(priority)NI进程执行优先级的nice值,负值表示其优先级较高SZ进程占用的内存大小WCHAN进程或系统调用等待时的地址%CPUcpu使用百分比%MEM内存使用百分比VSZ占用虚拟内存大小RSS占用物理内存大小S

系统 2019-08-29 23:21:38 3801

Ubuntu

ubuntu查看当前版本及安装chrome

如何查看ubuntu版本信息cat/etc/issuecat/proc/versionuname-alsb_release-acat/etc/lsb-releaseHowtoInstallChromium(Googlechrome)inUbuntuusingdebpackagehttp://www.ubuntugeek.com/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package

系统 2019-08-29 23:13:11 3801

Hive

Hive中使用LZO

hive中使用lzo1启动hive错误Exceptioninthread"main"java.lang.NoClassDefFoundError:org/apache/hadoop/hive/conf/HiveConfatjava.lang.Class.forName0(NativeMethod)atjava.lang.Class.forName(Class.java:247)atorg.apache.hadoop.util.RunJar.main(Run

系统 2019-08-12 09:27:08 3801

Oracle

oracle 10 EM初装问题及中文乱码

文件:zysong.rar大小:4365KB下载:下载在redhat5.3上面安装oracle10.2.1,在启动EM过程中遇到些问题,现记录下来备用。在安装系统的时候,我选择的简体中文的方式,在系统安装成功后,我将系统改为英文用于安装oracle10,数据库安装完后,先是启动listener报错,主要是找不到主机,这种情况就要修改/etc/hosts把相关名字做好IP对应,locahost这里一定要排在其它名字的前面。$emctlstatusdbcons

系统 2019-08-12 01:51:56 3801