git rm -r --cached .idea
git rm -r --cached
git commit -m "Removing not necessary files"
git push origin
android list sdk --all
android update sdk -u -a -t
adb shell dumpsys | grep -A18 "Package \[com.sandeep.packageName\]"
adb -s "deviceID" shell setprop log.tag.Volley VERBOSE
adb shell getprop ro.sf.lcd_density
adb shell wm size
Physical size: 1080x1920
is an open standard application layer protocol for message-oriented middleware. The defining features of AMQP are message orientation, queuing, routing (including point-to-point and publish-and-subscribe), reliability and security
Unlike JMS, which merely defines an API, AMQP is a wire-level protocol. A wire-level protocol is a description of the format of the data that is sent across the network as a stream of octets. Consequently any tool that can create and interpret messages that conform to this data format can interoperate with any other compliant tool irrespective of implementation language
(From WIKI).WEB-INF/lib/
and config files typically in WEB-INF/
. The only necessary configuration for the web application itself is to install a listener that will start and stop ActiveMQ when the web application is started and stopped. There are also a couple optional classes that can be used to integrate ActiveMQ with WebLogic's security system. Additionally, in this example, a simple web page included in the WAR will be available whenever ActiveMQ is running, so a simple HTTP request can determine whether the ActiveMQ module has been started.mosquitto_sub
[-1
] [-A
bind_address
] [-c
] [-d
] [-h
hostname
] [-i
client_id
] [-I
client id prefix
] [-k
keepalive time
] [-p
port number
] [-q
message QoS
] [-R
] [-S
] [-N
] [--quiet
] [-v
] [ [-u
username
] [-P
password
] ] [ --will-topic
topic
[--will-payload
payload
] [--will-qos
qos
] [--will-retain
] ] [[ { --cafile
file
| --capath
dir
} [--cert
file
] [--key
file
] [--tls-version
version
] [--insecure
] ] | [ --psk
hex-key
--psk-identity
identity
[--tls-version
version
] ]] [-T
filter-out
...] -t
message-topic
...mosquitto_pub
[-A
bind_address
] [-d
] [-h
hostname
] [-i
client_id
] [-I
client id prefix
] [-p
port number
] [-q
message QoS
] [--quiet
] [-r
] [-S
] { -f
file
| -l
| -m
message
| -n
| -s
} [ [-u
username
] [-P
password
] ] [ --will-topic
topic
[--will-payload
payload
] [--will-qos
qos
] [--will-retain
] ] [[ { --cafile
file
| --capath
dir
} [--cert
file
] [--key
file
] [--ciphers
ciphers
] [--tls-version
version
] [--insecure
] ] | [ --psk
hex-key
--psk-identity
identity
[--ciphers
ciphers
] [--tls-version
version
] ]] -t
message-topic
mosquitto_pub
[--help
]String exampleURL = "http://192.168.1.81:8080/....";
git reset --hard origin/master
proguard-rules.pro
-dontwarn **java -XX:+PrintFlagsFinal -version 2>&1 | grep MaxHeapSize
java -XX:+PrintFlagsFinal -version | grep -iE 'HeapSize|PermSize|ThreadStackSize'
uintx AdaptivePermSizeWeight = 20 {product}
intx CompilerThreadStackSize = 0 {pd product}
uintx ErgoHeapSizeLimit = 0 {product}
uintx HeapSizePerGCThread = 87241520 {product}
uintx InitialHeapSize := 64749440 {product}
uintx LargePageHeapSizeThreshold = 134217728 {product}
uintx MaxHeapSize := 1035993088 {product}
uintx MaxPermSize = 174063616 {pd product}
uintx PermSize = 21757952 {pd product}
intx ThreadStackSize = 1024 {pd product}
intx VMThreadStackSize = 1024 {pd product}
Bytes t0 MB
87241520/(1024*1024)