#od

vue使用node的入门

npminstall-gcnpm--registry=https://registry.npm.taobao.org验证是否安装cnpm-vcnpminstall-gvue-cli检验是否安装vue 3、创建一个基于"webpack"模板的新项目vueinitwebpackmy-first-vue-proje...
代码星球 ·2020-04-06

非nodejs方式的vue.js的使用

详细见我之前的文章,node的安装gitbash命令窗,支持bash命令,cmd不支持bash命令cnpm是针对国内使用npm网络慢的而使用的在cmd中输入:npminstall-gcnpm--registry=https://registry.npm.taobao.org如果node的版本比较低,会执行不成功。需要升...
代码星球 ·2020-04-06

Zen Coding)官方文档 一览表

Child:>nav>ul>li<nav><ul><li></li></ul></nav>Sibling:+div+p+bq<div></div><p></p><blockqu...

CSS中Zen Coding

有几个常用的别名:p → %e → emx → ex可以用这些别名来代替完整的单位:w100p → width:100%m10p30e5x → margin:10%30e...
代码星球 ·2020-04-06

HTML中Zen Coding

嵌套运算符用于以缩写的方式安排元素在生成文档树中的位置:将其放在内部或成为相邻的元素。子: >可以使用> 运算符指定嵌套元素在另一个元素内部:div>ul>li生成的结果为:<div><ul><li></li></ul&g...
代码星球 ·2020-04-06

webstorm的快捷键和zencoding

生成viewport,meta:vpIntelliJ-Idea的快捷键Ctrl+/ 或 Ctrl+Shift+/注释(// 或者/*…*/ )Shift+F6重构-重命名Ctrl+X删除行Ctrl+D复制行Ctrl+G查找行Ctrl+Shift+Up/Down代码向...
代码星球 ·2020-04-06

Node.js 创建第一个应用

如果我们使用PHP来编写后端的代码时,需要Apache或者Nginx的HTTP服务器,并配上mod_php5模块和php-cgi。从这个角度看,整个"接收HTTP请求并提供Web页面"的需求根本不需要PHP来处理。不过对Node.js来说,概念完全不一样了。使用Node.js时,我们不仅仅在实现一个应用,同时还实现了整...

Node.js 安装配置

Node.js安装包及源码下载地址为:https://nodejs.org/en/download/。你可以根据不同平台系统选择你需要的Node.js安装包。Node.js历史版本下载地址:https://nodejs.org/dist/注意:Linux上安装Node.js需要安装Python2.6或2.7,不建议安装...
代码星球 ·2020-04-06

Keycode对照表

 字母和数字键的键码值(keyCode)按键键码按键键码按键键码按键键码A65J74S83149B66K75T84250C67L76U85351D68M77V86452E69N78W87553F70O79X88654G71P80Y89755H72Q81Z90856I73R82048957   数字键...
代码星球 ·2020-04-06

将汉字转化为拼音,正则表达式和得到汉字的Unicode编码

一:上图,不清楚的看代码注解,很详细了二:具体代码窗体代码usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingS...

unicode编码、字符的转换和得到汉字的区位码

一:unicode编码、字符的转换截图二:unicode编码、字符的转换代码usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Li...

综合查询员工和datetime.now和datetime.today区别

一:综合查询图二:EmployeeListWindow.cs代码1usingSystem;2usingSystem.Collections.Generic;3usingSystem.ComponentModel;4usingSystem.Data;5usingSystem.Drawing;6usingSystem.Li...

当用反射获取一个model,这个model里面字段有nullable的时候,获取字段真实类型

UsingReflectiontoDeterminewhetheranTypeisNullableAndGettheunderlyingType///<summary>///ConvertsaGenericListintoaDataTable///</summary>///<paramna...

model中字段格式验证

注释部分在前端不显示///<summary>///链接地址///</summary>[Display(Name="链接地址")]//[DataType(DataType.Url,ErrorMessage="请输入正确的链接")][Url(ErrorMess...
代码星球 ·2020-04-06

xcode单步调试快捷键

xcode单步调试快捷键f6,但是磨人f6是用来调节键盘亮度的,在系统偏好,键盘设置里面,做如下设置就可以了。...
代码星球 ·2020-04-06
首页上一页...284285286287288...下一页尾页