Wesley13 Wesley13
3年前
java构造方法
1.构造方法(函数)就是用来构造对象的方法,分为有参和无参两个类型。例如下面例子a.HellohellonewHello(); b.HellohellonewHello(Stringname); a是一个无参的构造方法,b是传入一个参数是string的构造方法。两者都是用来实例化对象。实例化对象的格式可以是:Class
Stella981 Stella981
3年前
Junit Hamcrest 方法
1.示例1234567891011121314151617181920212223242526272829/  (A) /assertThat( n, allOf( greaterThan(1), lessTh
Stella981 Stella981
3年前
Git的使用方法与GitHub项目托管方法
Git的安装Windows上安装Git访问网址:https://gitforwindows.github.io/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgitforwindows.github.io%2F)!(https://osc
Stella981 Stella981
3年前
React的使用方法(脚手架的方法)
使用react加脚手架创建一个项目:npminstallcreatereactappgcreatereactappmyappcdmyappyarnstartnpx:帮助我们更方便的找到本地安装的命令.\\node\_mo
Stella981 Stella981
3年前
Delphi_调用DLL方法[调用对象下面的方法]
unitPayIntf_MisDll;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,StdCtrls;type
Stella981 Stella981
3年前
JavaScript push() 方法
定义和用法push()方法可向数组的末尾添加一个或多个元素,并返回新的长度。语法arrayObject.push(newelement1,newelement2,....,newelementX)参数描述newelement1必需。要添加到数组的第一个元素。newelement2可选。要添加到
Stella981 Stella981
3年前
Django部署方法
Windows方案:Apache2.4Django2.0网上的方法乱七八糟:那么接下来:最好的方法,不行吃屎。当前环境是Django2.0python35(64bit)部署原因:1,django给你的是个测试服务器,最简单的,性能最低的。2,比如你的/media/下的文件,例如视频。
Wesley13 Wesley13
3年前
JSz中的静态方法和实例方法的分析
  我又回来了,最近忙着喝枸杞,没来写博客感觉很有负罪感,今晚我来写一点小小的知识点  可能我们在用形如Array.of()的方法时会产生一些疑问,为什么我们能不实例化直接使用Array上的of()方法呢,其实原理很简单,就是of()方法时Array的静态方法,所以我们才能直接Array.of()来使用可能我这个表述不是很清楚,没事,下面我们来通过一
Stella981 Stella981
3年前
JavaScript join() 方法
JavaScriptArray对象(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.w3school.com.cn%2Fjsref%2Fjsref_obj_array.asp)定义和用法join()方法用于把数组中的所有元素放入一个字符串。元素是通过指
达里尔 达里尔
4星期前
时间转换方法
vueexportfunctionformatDate(date,fmt)if(/(y)/.test(fmt))fmtfmt.replace(RegExp.$1,(date.getFullYear()'').substr(4RegExp.$1.leng