JS array method summary (: ι) ιιιιιιιιιιιιιιιιι...
Catalog
Be careful:
Directory can be clicked to jump (it's not blue, I'm afraid you don't know)
Mobile terminal, can't jump
Es3 (including previous)
concat
pop
push
shift
unshift
reverse
sort
join
slice
splice
toLocaleString
toString
toSource
ES5
Array.isArray
indexOf
lastIndexOf
every
some
forE ...
Posted by ashrust on Fri, 21 Feb 2020 13:35:29 +0100
Use of java object-oriented 21 interface interface
/*
Use of interface s
1. Define an interface using the format of interface interface name {}. The primary purpose of an interface is to be implemented by an implementation class.(interface-oriented programming)
2. Interfaces and classes are side-by-side structures in java.
3, Members inside the inte ...
Posted by y.t. on Fri, 21 Feb 2020 03:46:25 +0100
HDOJ ten day brush question c++
HDOJ10 day question sequence
Four or five roads a day (1.1 represents the first road on the first day), from easy to difficult
Let's share my results. They are all AC. please give me your opinion~
Article directory
1.1.HDOJ 1000
1.2.HDOJ 1089
1.3.HDOJ1096
1.4.HDOJ1001
1.5.HDOJ 2000
2.1 HDOJ 2001
2.2 ...
Posted by kevinkorb on Wed, 12 Feb 2020 08:47:19 +0100
Complete summary of 23 Java design patterns | Packaged please take away
Design pattern s are a set of repetitive, well-known, categorized, code design experiences.
There are three types of design patterns, 23 of which are:
Creative mode: Singleton mode,Abstract Factory Mode,Builder pattern,Factory Mode,Prototype mode.
Structural pattern: Adapter mode,Bridge mode,Decorat ...
Posted by PrivatePile on Tue, 11 Feb 2020 05:35:50 +0100
Multi level expansion menu based on Bootstrap layout
Multi level expansion menu based on Bootstrap layout
Tutorial address: Original address (YouTube)
Tutorial of station B: Original reprint (bilibili bili)
The content of the two videos is the same, and the second is reprint
Design sketch
[external link image transfer failed. The source station may h ...
Posted by xgd on Fri, 07 Feb 2020 18:20:30 +0100
python realizes the airplane battle game (pygame version)
Catalog
brief introduction
Implementation process
epilogue
brief introduction
Using python to realize pygame version of the aircraft war game;
Environment: Windows system + python3.8.0
Rules of the game:
1. Click "PLAY" or press "P" to start the game;
2. The enemy air ...
Posted by sfarid on Tue, 04 Feb 2020 13:43:34 +0100
Java uses Alibaba cloud OSS and SMS
Alibaba cloud OSS and SMS tools
Import dependency
<dependency>
<groupId>cn.gjing</groupId>
<artifactId>tools-aliyun</artifactId>
<version>1.0.0</version>
</dependency>
I. OSS
1, configuration
The following configurations are required except for the last four
aliyun:
# User key, obtai ...
Posted by StroiX on Sun, 02 Feb 2020 12:47:37 +0100
Flutter -- implementation of login interface
Contents of this article
Login interface design
Login page.dart login page code
Home page.dart
Mia.dart program entry code
3 Notes
Login interface design
In the development process of mobile App, almost no App will have a login interface, so we will use fluent to achieve the effect of login inte ...
Posted by maybl8r03 on Fri, 31 Jan 2020 19:21:05 +0100
Error messages for Rails custom validation
The default error messages of Active Record authentication assistant methods are all in English. In order to improve the user experience, sometimes we are often required to display error messages according to specific text. There are two ways to achieve this.
1. Directly add a copy in: message
class User < ActiveRecord::Base validates :ema ...
Posted by pikemsu28 on Fri, 31 Jan 2020 14:53:28 +0100
AspectJ pointcut indicators - 06 within and @ within
target()
Restrict connection point matching to a class of the specified type
@target()
Restrict join point matching target objects to classes annotated by specific annotations
The function of within() is similar to that of execution(). The difference between the two is that the minimum range of connection points defined by w ...
Posted by zero_ZX on Thu, 30 Jan 2020 17:45:25 +0100