<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
<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 12:33:12
阅读次数:
67
1.I have not been strong, to be able to fight against all the mistakes I have made. 我还没有刚强到,可以本身来抗全部犯下的错。 2.People who don't love you, you are gentle ...
分类:
其他好文 时间:
2020-07-01 09:39:08
阅读次数:
254
clc close all clear x = 1:20; y = 1:20; z = rand(1,20); plot3(x,y,z) xlabel 时间 ylabel 方位角(°) zlabel 高低角(°) grid on for ii=1:1:length(x) text(x(ii),y(i ...
分类:
其他好文 时间:
2020-06-30 22:35:46
阅读次数:
131
先上效果图。虽然还是有点BUG明天再调 在用之前呢,你得先更新最新版的layui版本。经验之谈_(:_」∠)_ 今天在用的时候,实在是碰到太多的坑,本来是拒绝更新到最新版来着。 首先是layui.js和layui.all.js的问题。这个是什么问题呢!就是layui.js没有upload.rende ...
分类:
Web程序 时间:
2020-06-30 20:44:26
阅读次数:
57
效果图: 重要代码: 1.包裹Json元素块添加属性 overflow: auto;word-break: break-all; 2.固定宽度 <th style="width:800px;"> <p style="overflow: auto;word-break: break-all;"> Js ...
分类:
Web程序 时间:
2020-06-30 16:04:20
阅读次数:
144
git config --list List all the settings git can find at /etc/gitconfig, ~/.gitconfig, ~/.config/git/config or .git/config. git config --system --list ...
分类:
其他好文 时间:
2020-06-30 16:03:38
阅读次数:
57
A few weeks ago we introduced the first demonstration of “P4 Runtime”. We invite all members of the networking community to join with us, so that toge ...
分类:
其他好文 时间:
2020-06-30 13:01:44
阅读次数:
51
检测其它主机端口是状态 curl ip:port curl 192.168.1.1:8080 检测本机端口是否被占用 lsof -i:8000 查看所有端口详细信息,包括进程id sudo netstat -antulp sudo netstat -anltup | grep 8000 -a all ...
分类:
系统相关 时间:
2020-06-30 12:43:04
阅读次数:
63
Given a list of airline tickets represented by pairs of departure and arrival airports [from, to], reconstruct the itinerary in order. All of the tick ...
分类:
其他好文 时间:
2020-06-30 09:15:20
阅读次数:
87