1、什么是CSS 如何学习? CSS是什么 CSS怎么用(快速入门) CSS选择器(重点+难点) 美化网页(文字,阴影,超链接,列表,渐变……) 盒子模型 (每个元素都有的边框之类的) 浮动 定位 网页动画(进阶学习 特效 推荐菜鸟教程) 注意: 前端和java程序员的区别在于CSS,CSS不仅需要 ...
分类:
Web程序 时间:
2021-03-03 12:21:52
阅读次数:
0
###Node是什么 Node是一个基于Chrome V8引擎的JavaScript代码运行环境。 ###Node.js运行环境安装 官网:https://nodejs.org/en/ ###Node环境安装失败解决办法 错误代号2502、2503 解决办法: 以管理员身份运行powershell命 ...
分类:
Web程序 时间:
2021-03-03 12:17:07
阅读次数:
0
参考: https://www.cnblogs.com/minjh/p/12169520.html https://blog.csdn.net/weixin_45264424/article/details/108350638 效果对比: 解决方法: 给rangePicker控件添加key属性,点击 ...
分类:
其他好文 时间:
2021-03-03 12:05:17
阅读次数:
0
使用正则将手机号中间四位转换为 * 号: let mobile = "131 0000 8080" function convertMobile(mobile){ const mobileReg = /(\d{3})(\d{4})(\d{4})/ig; let mobileCalc = mobile ...
分类:
移动开发 时间:
2021-03-03 12:03:01
阅读次数:
0
1.官网地址 https://www.sqlite.org/download.html 2.下载64位和对相应的工具压缩包 3.解压缩,创建目录C:\sqlite。把解压缩的文件放到该目录下 4.配置环境变量(C:\sqlite) 5.完成 ...
分类:
数据库 时间:
2021-03-03 11:47:55
阅读次数:
0
Oracle.ManagedDataAccess 提示ORA-01017 错误【解决方案】 Oracle.ManagedDataAccess 提示ORA-01017 错误【解决方案】 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\F ...
分类:
数据库 时间:
2021-03-02 12:39:45
阅读次数:
0
支持三种方式初始化表格: 1.html格式数据(即静态数据); 2.JavaScript传递数据; 3.数据属性变量动态获取。 1.静态表格:data-toggle="table" <table data-toggle="table"> <thead> <tr> <th>Item ID</th> < ...
分类:
其他好文 时间:
2021-03-02 12:21:56
阅读次数:
0
mac m1 开发,xcode12在运行旧项目报错 的问题 xxxx building for iOS Simulator, but linking in object file built for iOS, xxxxx for architecture arm64 上谷歌、百度翻个各种答案,修改 ...
分类:
其他好文 时间:
2021-03-02 12:17:22
阅读次数:
0
We have a collection of stones, each stone?has a positive integer weight. Each turn, we choose the two?heaviest?stones?and smash them together. Suppos ...
分类:
其他好文 时间:
2021-03-02 12:02:57
阅读次数:
0
关于qt 资源处理。 这个是qt处理资源的方式,用VS2012+qtaddin 生成的项目会默认带资源,但是前期你没有添加资源的话,用 arm-hismall-linux-g++编译的时候就会出错。 所以如果还没有添加资源的话就可以将qrc_xxx.cpp的里面内容先注视掉,否则会报错,错误内容如下 ...
分类:
系统相关 时间:
2021-03-02 12:01:48
阅读次数:
0