摘要:
使用windows cmd访问操控xampp mysql数据库的方法: sql常用语句: 查看所有database:SHOW DATABASES; 使用某个库:USE mg_data; 查看该库中的所有tables:SHOW TABLES; 创建数据库:CREATE DATABASE mg_data 阅读全文
摘要:
tutorial 3 - writing hello world! 使用linux系统运行c, 安装gcc,为compiler,使用vim等工具写好hello world程序,命名hello.c 之后在terminal中输入:gcc hello.c,之后会自动生成a.out文件,然后输入 ./a.o 阅读全文
摘要:
create a new directory “mytasklist” set up node.js server npm init (entry point =>server.js) open package.json npm install express body-parser ejs mon 阅读全文
摘要:
Install Node.js Install Angular CLI sudo npm install -g @angular/cli Install Node.js Install Angular CLI Set-up new app ng new my-first-app Run Server 阅读全文
摘要:
component is a kind of a directive normally we use attribute selector *ngIf="data" @Component({ selector: 'ng-if-else', template: ` <button (click)="s 阅读全文
摘要:
String Interpolation String Interpolation out put variables in the template file Property Binding Property Binding edit name.component.ts Event Bindin 阅读全文
摘要:
How to create a new component manually How to create a new component manually How to create a component from CLI ng generate component name or ng g c 阅读全文
摘要:
版权声明:本文为博主原创文章,未经博主允许不得转载。 版权声明:本文为博主原创文章,未经博主允许不得转载。 1. 异常 在连接github时,执行”ssh -T Git@github.com” 命令时,出现 ssh: connect to host github.com port 22: Conne 阅读全文
摘要:
pulling down the repo file from github server check git current status add a file commit show all of the commits over time list all branches create a 阅读全文