定位属性position static:默认值,没有定位 relative:相对定位 #third 例:{ background-color:#C5DECC; border:1px #395E4F dashed; position:relative; right:20px; bottom:30px; ...
分类:
Web程序 时间:
2020-06-08 22:08:32
阅读次数:
96
windows下解决tf卡openwrt默认固件中分区空间不够用的问题 https://www.right.com.cn/forum/f ... 1&extra=#pid9302297 windows下解决tf卡openwrt默认固件中分区空间不够用的问题,全网独家,适用于所有安装在sd/tf卡中的 ...
一、使用线程的join方法 二、使用主线程的join方法 三、使用线程的wait方法 四、使用线程的线程池方法 五、使用线程的Condition(条件变量)方法 六、使用线程的CountDownLatch(倒计数)方法 七、使用线程的CyclicBarrier(回环栅栏)方法 八、使用线程的Sema ...
分类:
编程语言 时间:
2020-06-08 19:23:55
阅读次数:
63
数据库连接方式 Spring.datasource.url=jdbc:mysql://location/mydb Spring.datasource.username=root Spring.datasource.password= 显示数据库:show databases; 创建数据库:creat ...
分类:
数据库 时间:
2020-06-08 19:23:03
阅读次数:
89
\(\frac{a^2+b^2}{2}\ge\left(\frac{a+b}{2}\right)^2\ge ab\;\left(a,b\in\mathbb{R}\right)\) \(\sqrt{\frac{a^2+b^2}{2}}\ge\frac{a+b}{2}\ge\sqrt{ab}\;\lef ...
分类:
其他好文 时间:
2020-06-08 19:14:58
阅读次数:
61
一 线程Thread的使用 (1)不通过委托,直接在线程里实现方法体 namespace ConsoleApplication1{ class Program { static void Main(string[] args) { bool a =false; bool b = false; boo ...
分类:
编程语言 时间:
2020-06-08 10:51:12
阅读次数:
69
数据访问DAL和实体类 UserInfo.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ...
For a binary tree T, we can define a flip operation as follows: choose any node, and swap the left and right child subtrees. A binary tree X is flip e ...
分类:
其他好文 时间:
2020-06-08 00:23:38
阅读次数:
49
https://blog.csdn.net/zhangbijun1230/article/details/81608252 一、 数据库设计 1.选取合适的字段 tinyint、char 、varchar 尽可能地把字段设置为 NOT NULL 2.尽可能地使用 join 代替关联查询 3.使用索引 ...
分类:
数据库 时间:
2020-06-07 21:45:51
阅读次数:
84
1.设置静态文件 第一步:在项目目录下创建static文件夹,用于存放项目的静态文件,可以在该文件夹下面继续创建文件夹,用于静态文件的分类管理。 第二步:在settings.py下面添加以下代码。设置静态文件路径。 STATICFILES_DIRS = ( os.path.join(BASE_DIR ...
分类:
Web程序 时间:
2020-06-07 14:57:55
阅读次数:
70