<script src="~/Scripts/Extjs4.2/ext-all.js"></script> <link href="~/Scripts/Extjs4.2/resources/ext-theme-neptune/ext-theme-neptune-all.css" rel="style ...
分类:
Web程序 时间:
2020-07-01 13:01:00
阅读次数:
94
Function(还没弄完...等下继续) "LSOR" SORTING BLOCK 1 : Ascending -1: Descending Example ['4','1','9','8','2','10','3','7','6','5'] => ['1','2','3','4','5','6&... ...
分类:
编程语言 时间:
2020-07-01 12:59:21
阅读次数:
73
div class='big2'> <div class='small2'>box3</div> </div> .big2{ height:200px; width:200px; border:black solid 1px; text-align:center; } .small2{ height ...
分类:
其他好文 时间:
2020-07-01 12:53:44
阅读次数:
97
IE11 用vue 出现这错 怎么处理啊 ,用的html页做的 ,没用脚手架这类的东西 vue本身在没有babel做降级的情况下没法在IE上跑的,配个babel,还有polyfill这两个加上就好了 解决:换个写法就好了 ...
分类:
Web程序 时间:
2020-07-01 12:50:16
阅读次数:
200
首先是css样式,比如这样的: 1 <style> 2 *{ 3 margin:0; 4 padding: 0; 5 list-style: none; 6 font-size: 12px; 7 } 8 .notice{ 9 width: 298px; 10 height: 98px; 11 mar ...
分类:
Web程序 时间:
2020-07-01 12:47:53
阅读次数:
44
<head> <meta charset="UTF-8"> <title></title> <style> #parent { border: 1px solid blueviolet; } #childone { float: left; width: 200px; height: 400px; ...
分类:
其他好文 时间:
2020-07-01 12:25:25
阅读次数:
50
1,position定位(推荐) <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box01{ height: 300px; /* 这里可以改变 */ widt ...
分类:
Web程序 时间:
2020-07-01 09:39:51
阅读次数:
67
转自他人文章转自:https://blog.csdn.net/v_july_v/article/details/7624837 1 介绍 SVM(Support Vector Machines)——支持向量机是在所有知名的数据挖掘算法中最健壮,最准确的方法之一,它属于二分类算法,可以支持线性和非线性 ...
分类:
其他好文 时间:
2020-06-30 22:20:55
阅读次数:
72
iaas 基础设施即服务 paas 平台即服务 saas 软件即服务 ...
分类:
其他好文 时间:
2020-06-30 22:20:22
阅读次数:
56
int prime[maxn], prime_tot; int is_prime[maxn]; int mu[maxn]; void pre_calc(int lim) { mu[1] = 1; for (int i = 2; i <= lim; i++) { if (!is_prime[i]) { ...
分类:
其他好文 时间:
2020-06-30 20:43:31
阅读次数:
49