搜索资源列表
ext-2.0
- 1.. 需要jdom.jar和bsf.jar,否则无法跟spring整合. 2.. dwr生成的javascr ipt函数会自动加一个回调函数的参数,如原来的函数是checkExist(String name),那么生成的javascr ipt函数是checkExist(callbackFunc,String name). 3.. 注意回调函数只能有一个参数,就是服务器的返回值,如function(messFromServer),这里messFromServer是该操作在服务器上的
String_int
- String int 字符串常量池 包装类型 函数参数 值传递引用传递 的 内存分配例子——源码 代码段: public static void fun_ref (Ref_test ref_out){ Ref_test ref_in=new Ref_test() ref_in.s1="in" //ref_out.s1="out" ref_out=ref_in //漏洞!!ref_out 指向ref_in , //那么当函数退出后,re
JAVAEcodefans.net
- void方法举例、参数的值传递、重载方法、使用方法计算税款、三角函数方法、min、max和abs方法、生成随机字-void method example, parameter passing, overloaded methods, the use tax calculation, trigonometric method, min, max and abs method to generate random words
test1.1
- 有A和B两个页面,A页面上有一个textArea和button. 1.当点击A页面上的button时,把textArea的值传递到B页面上面显示出来. 2.要求用GET与POST传值方式(传值可以是任意字符). -There are two pages A and B, A page has a textArea and button. 1. When you click on A button on the page when the value of the textArea p
Employee
- 搜索引擎项目: 一个员工类的源代码,1、定义一个类Employee;2、在类中定义四个属性;3、定义方法(函数或者行为);4、定义第二个构造函数,带有五个形式参数,用于接收值并传递给属性-Search engine project: an employee class source code, 1, define a class Employee 2, four attributes defined in the class 3, define methods (functions or
shi3
- 1. 定义一个学生类(Student),属性有private的名字(name), public的年龄(age),专业(specialty)和封装name属性的方法:setName(),getName(),getspecialty()编写Application,创建一个学生对象,设置name和age属性值,然后调用一个方法(此方法将对象作为参数传递,在方法中打印出学生的名字name和年龄age)。(学生类仅包含静态成员变量和方法。)-1. The definition of a student c
Javaaaaa
- 1. 定义一个学生类(Student),属性有private的名字(name), public的年龄(age),专业(specialty)和封装name属性的方法:setName(),getName(),getspecialty()编写Application,创建一个学生对象,设置name和age属性值,然后调用一个方法(此方法将对象作为参数传递,在方法中打印出学生的名字name和年龄age)。(学生类仅包含静态成员变量和方法。)-1. The definition of a student c
Test
- 试验Javascr ipt里函数的参数是按值传递还是按地址传递,可直接使用此代码进行测试。-Parameter in Javascr ipt function tests are passed by value or pass by address, you can directly use this code for testing.
artDialog4.1.4
- 利用jquery弹出层对话框,并且传递父类的值-jquery dialog
StudentTest
- 个人原创代码:编写Java Application程序,定义一个学生类(Student),属性有private的名字(name), public的年龄(age),专业(specialty)和封装name属性的方法:setName(),getName(),getspecialty()编写Application,创建一个学生对象,设置name和age属性值,然后调用一个方法(此方法将对象作为参数传递,在方法中打印出学生的名字name和年龄age)。(学生类仅包含静态成员变量和方法。)-The ori
CardAction
- 由页面传递id和pwr然后用action实现功能充值-And then use the action to achieve recharge page passing id and pwr
MinValue
- a) Write the method signature for an instance method named minValue, which takes as a formal parameter an array of int and returns the minimum value found in that array. b) Implement the minValue method. Some or all of the values in the array ma
jQueryLog-master
- jQuery-inlog让你方便的调试jQuery代码,你可以查看传递到函数的参数、返回值以及上下文的变量-The jQuery-inlog for your convenience to debug jQuery code, you can see the parameters passed to the function, return values, and context variables
ParametersUtil
- java 参数统一传递的通用函数,可以统一将参数设为键值对传递-java parameters trans function
test_asynctask
- Android断点续传及网格文件下载的Java实例源代码,支持在暂停下载后继续下载,现在很多下载软件普遍都使用的功能,在Android手机软件中应用断点续传技术也是很有必要的。通过这个Android源码可学习一下如何基于Java代码实现断点续传的应用,比如如何设置当前线程下载的起点、终点,设置断点续传的开始位置,设置User-Agent ,httpURLConnection.setRequestProperty("User-Agent","NetFox") 设置断点续传的开始位置,httpURL
JNI_simple_example
- JNI简单示例 1.login 简介:一个通过调用C代码来实现认证登录的示例。 2.ndk_utf 简介:一个JNI代码的hello world程序。 3.ndkcallback 简介:C代码回调java代码示例 4.ndkhelloworld 简介:简单的使用JNI调用C代码,获取返回值。(C代码中包含字符串拼接,其结果显示在log中) 5.ndkpassdata 简介:传递JAVA中的值,在C代码部分进行相应的计算并返回结果,最后在java代码中实现
RMI
- Java远程方法调用,即Java RMI(Java Remote Method Invocation)是Java编程语言里,一种用于实现远程过程调用的应用程序编程接口。它使客户机上运行的程序可以调用远程服务器上的对象。远程方法调用特性使Java编程人员能够在网络环境中分布操作。RMI全部的宗旨就是尽可能简化远程接口对象的使用。 Java RMI极大地依赖于接口。在需要创建一个远程对象的时候,程序员通过传递一个接口来隐藏底层的实现细节。客户端得到的远程对象句柄正好与本地的根代码连接,由后者负责
