雪洗中关村

导航

2018年11月20日 #

Javascript中的 “&” 和 “|” 详解

摘要: 转自:https://www.jb51.net/article/104394.htm 一、前言: 在文章开始之前,先出几个题目给大家看看: var num1 = 1 & 0; console.log(num1); // 0 var num2 = 'string' & 1; console.log(n 阅读全文

posted @ 2018-11-20 17:40 雪洗中关村 阅读(1586) 评论(0) 推荐(0) 编辑

javaScript 正则表达式

摘要: //在下面的例子中,我们将检索 "W3School": 输出: Result: true 代码01 阅读全文

posted @ 2018-11-20 17:07 雪洗中关村 阅读(107) 评论(0) 推荐(0) 编辑

powerdesigner基本使用

摘要: parent sonPK主键 FK外键 n > 1 alter table muniubox.cpa_accounting_book add constraint FK_Reference_9 foreign key (customer_info_id) references muniubox.cp 阅读全文

posted @ 2018-11-20 15:22 雪洗中关村 阅读(216) 评论(0) 推荐(0) 编辑