Kitô giáo

Tìm hiểu về Kitô giáo: https://vi.wikipedia.org/wiki/Kitô_giáo
Có một bài viết về Phan Thị Kim Phúc, cô gái trong bức ảnh bom napalm ở chiến trường Việt Nam đạt giải nhiếp ảnh, http://atommagadia.blogspot.fr/2012/06/nick-uts-napalm-girl.html

Phan Thị Kim Phúc

Gerunds vs. Infinitives

Xem trang nay de thay su khac biet giua viec su dung Gerunds va Infinitives. Mot so link tieu bieu:
  1. http://www.gingersoftware.com/content/grammar-rules/nouns/gerunds-infinitives/

On the other hand

Nghĩa: Mặt khác - in a way that is different from the first thing you ​mentioned.
Usage: dùng với On the one hand
VD: My ​husband ​likes ​classical ​music – I, on the other ​hand, like all ​kinds.

Create category table

Create category table in it4bus database. The aim is to classify the news.
To do this task, I have reviewed knowledge of 
  1. Interacting to MySQL Server via terminal: mysql -u root -p
  2. Creating a table: CREATE TABLE table_name (id int NOT NULL primary key increment, name varchar(100), slug(150));
  3. Inserting data into the table: INSERT INTO table_name VALUES(....);
  4. Adding the foreign key to news: category_id using ALTER TABLE table_name ....
  5. Updating table: UPDATE table_name SET field1=value1 WHERE....;

© 2013 - 2026. Tung NGUYEN. Using CI version: 3.0.2 | Page rendered in 0.0117 seconds.