https://lingualeo.com/ru/jungle/old-school-vocabulary-too-formal-318159
My code to display image from URL
MySQL, faq
my.ini
[mysqld]
# set basedir to your installation path
basedir=E:/mysql
# set datadir to the location of your data directory
datadir=E:/mydata/data
initialize
mysqld.exe –initialize
start
mysqld.exe --console
shutdown
mysqladmin -u root shutdown
connect in another cmd window
mysql.exe -u root -p password
change password
mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY 'new_password';
Get started with XPath
Delphi XE7 – what’s new
just have seen “What’s new in Delphi XE7” webinar.
FireUI:
- the only interface for all platforms (master form + descendants)
- TMultiView
- behaviour