一. jQuery基础及选择器 1.补充: jQuery是js的类库 (1)jQuery的设计思想:write less,do more (2)jQuery的优势: 1》体积小 2》强大的选择器 3》出色的DOM封装 4》可靠的事件处理机制 5》出色的浏览器兼容性 2.在页面中引入jQuery <s ...
分类:
Web程序 时间:
2020-07-11 19:20:05
阅读次数:
77
! ! SYS_SIZE is the number of clicks (16 bytes) to be loaded. ! 0x3000 is 0x30000 bytes = 196kB, more than enough for current ! versions of linux ! SY ...
分类:
系统相关 时间:
2020-07-11 19:07:43
阅读次数:
75
Given the array nums, for each nums[i] find out how many numbers in the array are smaller than it. That is, for each nums[i] you have to count the num ...
分类:
其他好文 时间:
2020-07-11 09:17:31
阅读次数:
48
连接数据库的jar出现异常(通常报错:Cannot find class:com.mysql.jdbc.Drive), 问题:Connector的jar已经导入,还是出现 Cause: java.sql.SQLException: Error setting driver on UnpooledDa ...
分类:
数据库 时间:
2020-07-11 00:13:37
阅读次数:
108
一个网站需求说明书的示例1) Project OverviewDescribe the business and industry. Outline your main business goals and what services/solutions you want to provide.2)... ...
分类:
Web程序 时间:
2020-07-11 00:08:36
阅读次数:
174
Installing via curl error - starship: Cannot open: Permission denied · Issue #838 · starship/starship https://github.com/starship/starship/issues/838 ...
分类:
其他好文 时间:
2020-07-11 00:03:50
阅读次数:
66
Developing a multi-module application where the backend runs on Spring Boot and the frontend is powered by Angular is far less complicated than one mi ...
分类:
编程语言 时间:
2020-07-10 19:34:06
阅读次数:
88
问题背景及产生原因: 项目从.net core 3.0 升级到3.1后发现接口层出现大量的Cannot resolve symbol 提示,且调用的其他层方法和参数均显示为红色,但是按F12时可正常跳转,项目解决方案也可以正常生成。 问题修复: 通过网上查找,解决方案为: 在VS的工具栏中找到 工具 ...
分类:
其他好文 时间:
2020-07-10 17:18:12
阅读次数:
107
报错:Cannot read property 'map' of undefine <ul className={styles.resul}> { this.state.isfalsepic.map((item) => { return ( <li className={styles.resli} ...
分类:
其他好文 时间:
2020-07-10 16:49:16
阅读次数:
48
【问题描述】 Failed with error: dst refspec 1.9.3-20100630 matches more than one. failed to push some refs to 'git@xxxxxx.git' 【问题根源】 tag名字和分支名字一样 【解决方案】 删除 ...
分类:
其他好文 时间:
2020-07-10 15:10:11
阅读次数:
59