I implemented FCM push notification in Android App.
I got all notification JSON in the data payload. I “not added” the’notification’ tag on the api. Therefore, in all states (foreground/background
Category: Rom
ROM is the abbreviation of ROM image (read-only memory image), which is often used in the circle of mobile phone customization system players. Generally, the process of flashing a mobile phone is the process of writing a read-only memory image (ROM image) into the read-only memory (ROM). Common ROM images have formats such as img, zip, etc. The former is usually flashed in through the data line with the fastboot program (wire flashing), and the latter is usually flashed in from SD (card flashing) in recovery mode, so img mirroring is also called line flashing. Package, zip image is also called card swipe package. Domestic custom system developers often fall into the debate about whether their products should be called OS or UI. In order to avoid such disputes and express humility, they will call themselves ROM. Many custom system players will also refer to the custom system as ROM.
Collectes Time module
collections module 1.namedtuple (named tuple) Generation can be accessed by name For example, the tuple of the element means x is 1 and y is 2 coordinates
Use from collections import namedtup
PAT Level – A1038 Recover The Smallst Number
Given a collection of number segments, you are supposed to recover the smallest number from them. For example, given {32, 321, 3214, 0229, 87 }, we can recover many numbers such like 32-321 -3214-0
FLUTTER implements the resolve function in Promise
BehaviorSubject openCameraController = BehaviorSubject();
BridgeChannel _openCamera() {
print(‘——————> _openCamera() ‘);
return BridgeChannel(
name: ‘openCamera’,
onBridgeHand
Promise’s basic usage
// Promise object, can save state
//Promise first step
// Asynchronous code is written in the Promise function Step 2
const promise = new Promise((resolv, reject) => {
// Promise has three
June. 22 2018, Week 25th. Friday
Where words fail, music speaks.
When words cannot express, music will play.
From Hans Christian Andersen.
Where words fail, music speaks.
It speaks of the pain, of the sorro
Temp for @ 青
4-tier method IBaseController BaseControllerImpl IBaseService BaseServiceImpl IBaseComponent IBaseComponentImpl IBaseRepository BaseRepositoryImpl /findPagination
find
/findPagi
Use WinFrom to call BARTENDER to implement label print
1. Realize BarTender printing.
①: The first step: First, reference the Interop.BarTender.dll file
②: The second step, paste the code directly
public partial class Form1: Form
{
LINQ table connection
SELECT (SELECT d.DeptName FROM Dept d WHERE d.Id=p.DeptId) DeptName, count( p.DeptId) AS Count FROM Person pGROUP BY p.DeptIdvar dept = (from p in db.Person group p by p.DeptId into g join d in db.
Remove Nth Node From End of List
/**
* Definition for singly-linked list.
* public class ListNode {
* public int val;
* public ListNode next;
* public ListNode(int x) {val = x;}
*}
*/
public class Solution {
publi