Stella981 Stella981
3年前
JavaScript八张思维导图
!(https://oscimg.oschina.net/oscnet/17104907a0f04b40ac9d9c40d9b13157.jpg)目录JS基本概念JS操作符JS基本语句JS数组用法Date用法JS
Stella981 Stella981
3年前
CentOS X64 PHP5.4编译参数
CentOS5/664位下tarball安装PHP5.4步骤安装EPEL仓库https://fedoraproject.org/wiki/EPEL/FAQhowtouseforCentOS6: rpmivhhttp://download.fedoraproject.org/pub/epel/6/i386/epel
Wesley13 Wesley13
3年前
Java可变参数列表
1、接受的传入参数情况如publicvoidtest(String...args){...} 1)不使用参数,如test()2)使用一个或多个参数,如test("1");test("1","2");3)使用数组test(newString\\{"1","2"});2、方法内部访问参数
Stella981 Stella981
3年前
JS 对象数组Array 根据对象object key的值排序sort,很风骚哦
有个js对象数组varary\{id:1,name:"b"},{id:2,name:"b"}\需求是根据name或者id的值来排序,这里有个风骚的函数函数定义:function keysrt(key,desc) {  return function(a,b){    return desc ? ~~(ak
Stella981 Stella981
3年前
Python格式化字符串、占位符、合并数组
format  参考链接:https://www.runoob.com/python/attstringformat.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.runoob.com%2Fpython%2Fattstringformat.html
Stella981 Stella981
3年前
CentOS 7安装eclipse
1、eclipse64位下载地址https://www.eclipse.org/downloads/download.php?file/technology/epp/downloads/release/oxygen/3/eclipsejeeoxygen3linuxgtkx86_64.tar.gz2、终端进入下载目录后
Wesley13 Wesley13
3年前
ES6中常用的数组方法总结
!(https://oscimg.oschina.net/oscnet/fb8741ee5b3194f416a20ae4f85bdf04fba.jpg)作者:前端林子https://cloud.tencent.com/developer/article/1380512关注Vue中文社区,每日精选好
Easter79 Easter79
3年前
Systemverilog for design 笔记(四)
转载请标明出处数组、结构体和联合体1. 结构体(struct)1.1. 结构体声明结构体默认是变量,也可以声明为线网varstruct {//通过var进行结构体变量声明logic\31:0\a,b;
Wesley13 Wesley13
3年前
Java单纯数组与对象实现学生管理系统1.0
​publicclassStudent{privateStringname;privateStringphoneNumber;publicStudent(){}publicStudent(Stringname,String
wolfcode wolfcode
1年前
EasyAdmin8 - PHP8.0常用框架快速后台管理系统
EasyAdmin8在EasyAdmin的基础上更新ThinkPHP框架到8.0,PHP最低版本要求不低于8.0ThinkPHPv8.0和layuiv2.8.x的快速开发的后台管理系统。