Vue学习 1.Vue简介 Vue (读音 /vju?/,类似于 view) 是一套用于构建用户界面的渐进式框架。与其它大型框架不同的是,Vue 被设计为可以自底向上逐层应用。Vue 的核心库只关注视图层,不仅易于上手,还便于与第三方库或既有项目整合。另一方面,当与现代化的工具链以及各种支持类库结合 ...
分类:
其他好文 时间:
2020-03-09 01:32:16
阅读次数:
63
A-Leftbest 原题: Jack is worried about being single for his whole life, so he begins to use a famous dating app. In this app, the user is shown single m ...
分类:
其他好文 时间:
2020-03-08 23:30:24
阅读次数:
147
页面效果: 如何实现: 1:分别建立SiderMenu和SubMenu组件 2、去and-desingn-vue的官方文档里copy单文件递归菜单的代码https://www.antdv.com/components/menu-cn/#components-menu-demo-single-file ...
分类:
其他好文 时间:
2020-03-07 20:43:36
阅读次数:
804
方法一: 重启一下mssqlserver的服务再做。 方法二: use mastergoalter database DBName set single_usergoalter database DBName COLLATE Chinese_PRC_CI_AS goalter database DB ...
分类:
数据库 时间:
2020-03-06 21:46:10
阅读次数:
98
<TextView android:id="@+id/textview_set" android:layout_width="match_parent" android:layout_height="wrap_content" android:singleLine="true" android:el ...
分类:
其他好文 时间:
2020-03-06 17:32:40
阅读次数:
67
一.并发处理 1.获取单例对象需要保证线程安全,其中的方法也要保证线程安全 2.线程资源必须通过线程池提供,不允许在应用中自行显示创建线程。减少资源消耗 3.线程池不允许使用Executors区创建,而是通过ThreadPoolExecutor的方式,规避资源耗尽的风险 FixedThreadPoo ...
分类:
其他好文 时间:
2020-03-06 01:32:35
阅读次数:
69
命令:curl 在Linux中curl是一个利用URL规则在命令行下工作的文件传输工具,可以说是一款很强大的http命令行工具。它支持文件的上传和下载,是综合传输工具,但按传统,习惯称url为下载工具。 1 使用方法:#curl [option] [url] 常见参数讲解: -A/--user-ag ...
分类:
Web程序 时间:
2020-03-04 14:55:08
阅读次数:
74
--1、修改数据库为紧急模式 ALTER DATABASE 数据库名 SET EMERGENCY --2、使数据库变为单用户模式 ALTER DATABASE 数据库名 SET SINGLE_USER --3、修正数据库日志重新生成,此命令检查的分配,结构,逻辑完整性和所有数据库中的对象不正确。 当 ...
分类:
数据库 时间:
2020-03-04 10:00:14
阅读次数:
82
1.这个和Less(27)差不多,就是把参数变成 id=('1') 2.爆破 (1)爆库:?id=0')%0buniOn%0bsElEct%0b1,database(),3%0bor%0b('1')=('1 (2)爆表:?id=0')%0buniOn%0bsElEct%0b1,(group_conc ...
分类:
其他好文 时间:
2020-03-03 17:32:44
阅读次数:
67
Hybris Cache (1 )The Hybris Cache is a part of the Hybris persistence layer. (2) It improves the performance of a single server node by reducing the a ...
分类:
Web程序 时间:
2020-03-03 15:13:16
阅读次数:
66