IntelliJ IDEA 2017.2.5 Cracking Process [Detailed Steps] (Mac OS & Windows)

Cracking steps 1. Enter first https://www.jetbrains.com Official website for download. I download version information: Version: 2017.2.5 Build: 172.4343.14 Released: September 26, 2017 Note: Recent comments indicate that the update of the official website has changed. Since I have not cracked the latest version of 2017.3, in order to ens ...

Posted by mr_zhang on Wed, 19 Dec 2018 20:09:05 -0800

The most scientific in history! Swift 3 UITableView Best Practice XIB Quickly Implements UITableViewCell, UITableViewHeader FooterView

The most scientific in history! Swift 3 UITableView Best Practice XIB Quickly Implements UITableViewCell, UITableViewHeader FooterView development environment Mac OS 10.12+ / Xcode 8+ / Swift 3+ Supporting environment iOS 8+, iPhone & iPad Project acquisition The code here is shown in Swift 3.1 and Swift is recommended. The pro ...

Posted by lajollabob on Sun, 16 Dec 2018 04:36:04 -0800

Scala Macros-Metaprogramming with Def Macros

Scala Macros is an indispensable programming tool for scala library programmers. It can solve some problems that can not be solved by ordinary programming or class level programming, because Scala Macros can modify programs directly. Scala Macros works by modifying a program to produce a new program according to the programmer's intention at th ...

Posted by big_c147 on Tue, 11 Dec 2018 23:18:06 -0800

Installation of oracle-xe-11g database using Docker under mac os

First, install docker. In mac os, you need to install docker through docker-toolbox. You can download docker here. docker-toolbox Download the corresponding version of the pkg file and double-click to open the installation Pictured next can be installed. There are two more items in your Application after installation Pictured ...

Posted by grissom on Mon, 10 Dec 2018 22:15:05 -0800