1.建立一个aspx页面,html代码UntitledPagevarxmlHttp;functioncreateXMLHttpRequest(){if(window.ActiveXObject){xmlHttp=newActiveXObject(
系统 2019-08-29 23:01:19 2754
1.document.write("");输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5.得到表单中元素的名称和值:document.getElementById("表单中元素的ID号").name(或value)6.一个小写转大写的JS:docum
系统 2019-08-29 22:38:44 2754
CABasicAnimationanimationWithKeyPathTypesWhenusingthe‘CABasicAnimation’fromtheQuartzCoreFrameworkinObjective-C,youhavetospecifyananimationWithKeyPath.ThisisalongstringandisnoteasilylistedintheCABasicAnimation,CAPropertyAnimation,o
系统 2019-08-12 09:29:54 2754
数据库结构createtablecomponent(namevarchar(50)notnull,sexvarchar(50)notnull,descriptionvarchar(50),primarykey(name,sex));主键类,一定要实现Serializable接口,并改写equals和hascode方法packagecomponent;importjava.io.Serializable;importorg.apache.commons.la
系统 2019-08-12 09:29:52 2754
目前为止,我们使用openflowwiki里提供的minient镜像里集成的wireshark只支持openflow1.0,我们通过wireshark上菜单help-->aboutwireshark-->Plugins,查看list里有个openflow.so查看它的版本号,我们发下面默认的只支持openflow1.0.下面我们安装ofdissector,来支持openflow1.3WireShark安装OF1.3Dissector方法:sudoapt-g
系统 2019-08-12 09:27:01 2754
############crontab设置###########301***/home/oracle/backup/backupsh/expfull.sh############expfull.sh设置###########/home/oracle/backup/backupsh/tables.shcat/home/oracle/backup/backupsh/exp_temp.parfile>/home/oracle/backup/backupsh/ex
系统 2019-08-12 01:54:12 2754
普通排序SQL是这样的:SELECTNAMEFROMTABLEORDERBYNAME;这时候我们需要按照自己定义的NAME的排序规则进行排序,如按照某个字典ARRAY进行排序,就需要用个临时表来完成如建立表:C_SORT_TcreatetableC_SORT_T(SORT_IDNUMBER(10),SORT_NAMEVARCHAR2(20),SORT_SEQNUMBER(10))然后把原有的SQL联合排序表进行查询,然后用SORT_SEQ排序就可以了。如果
系统 2019-08-12 01:51:28 2754
在两个数据库之间进行复合查询时有时会出现如下错误:无法解决equalto操作中"Chinese_PRC_CI_AS"和"Chinese_PRC_BIN"之间的排序规则冲突。事例:selectjiaban_sq_z_01fromoa..jiaban_sq_z_01wherecundang='完成'andjbrq>='2011-01-01'andjiaban_sq_z_01002notin(selectdanhaofromhh..kq_jb_qj)这是因为数据
系统 2019-08-12 01:33:12 2754
计算机网络:相互连接的自治的计算机集合。计算机网络的发展阶段:图1计算机网络发展阶段计算机网络的组成及功能:图2计算机网络的组成及功能计算机网络的分类:图3计算机网络的分类参考文献:[1]王恩波,马时来.实用计算机网络技术.北京:高等教育出版社.[2]谢希仁.计算机网络.北京:电子工业出版社.计算机网络——计算机网络概述
系统 2019-08-12 01:33:12 2754
OpenCASCADELinearExtrusionSurfaceeryar@163.comAbstract.OpenCASCADElinearextrusionsurfaceisageneralizedcylinder.Suchasurfaceisobtainedbysweepingacurve(calledthe“extrudedcurve”or“basis”)inagivendirection(referredtoasthedirectionofex
系统 2019-08-12 01:33:12 2754