How to Install Memcached on CentOS 7? Installing the Memcached database in the Linux system is a very important skill to master. In genera...
div
4/28/2018
uncaught syntaxerror unexpected identifier error in Javascript or Jquery "Uncaught SyntaxError: Unexpected identifier", the Java...
if you don't know the difference between Jquery remove() and empty() function , i will tell you. for example: <p>Hello</p...
4/27/2018
C# TextEdit Numeric Formatting in devExpress For Example: this.textEdit1.Properties.Mask.EditMask = "n0" this.textEdit1.Prop...
C# tutorial : Select and focus a row in devExpress GridView is simple For Example: this.gridView1.FocusedRowHandle = 2; this.gridV...
4/26/2018
How To Install MongoDB on CentOS 7
Janwang
4/26/2018
How To Install MongoDB on CentOS 7 Introduction MongoDB is a document-oriented database that is free and open-source. It is classified ...
4/25/2018
BiFunction Interface example
Janwang
4/25/2018
Interface BiFunction<T,U,R> Functional Interface: This is a functional interface and can therefore be used as the assignment targ...
List sort(Comparator<? super E> c) public void sort(Comparator<? super E> c) Description copied from interface: List Sort...