码迷,mamicode.com
首页 >  
搜索关键字:another    ( 2305个结果
2020.10.2 19级training 补题报告
B - Yet Another Crosses Problem D - Glider 1.题意 飞机在h米的高空水平飞行,飞行员可以在任意整数点跳伞,跳伞过程中,每秒飞行员都会向前移动一米,向下移动一米。有n个不相交的区间,飞行员在这些区间上空飞行时不会下降,给出每个区间的左右端点,求飞行员从跳伞到 ...
分类:其他好文   时间:2020-11-11 15:46:49    阅读次数:4
synchronized和lock详解
一、synchronized原理详解 1. 设计同步器的意义 多线程可能会同时访问一个共享、可变的资源,这个资源称之为临界资源,需要同步机制来协同对象可变状态的访问,同步器的本质就是加锁,即同一时刻只能有同一个线程访问临界资源,也称为同步互斥访问 sychronized内置锁是一种对象锁(锁的是对象 ...
分类:其他好文   时间:2020-11-06 02:12:16    阅读次数:18
Codeforces 1430G Yet Another DAG Problem 状压dp
Codeforces 1430G Yet Another DAG Problem 题意 $n$个点$m$条边的有向无环图,每条边有边权$w_i$,现在让你给每个点一个点权$a_v$,对于第$i$条边$(x,y)$,写上一个数字$b_i=a_x-a_y$并且$a_x>a_y$,使得$\sum_^w_i ...
分类:其他好文   时间:2020-10-22 22:21:13    阅读次数:29
浅谈 Linux 下常用 Socket 选项设置
1.Socket和TCP/IP的关系 "All problems in computer science can be solved by another level of indirection." 为满足应用层需求,系统对TCP/IP层进行细节屏蔽和抽象,Socket层就相当于TCP/IP和应用 ...
分类:系统相关   时间:2020-10-21 21:04:10    阅读次数:40
Centos7 疯牛病 解决方案
Existing lock /var/run/yum.pid: another copy is running as pid 19342. Another app is currently holding the yum lock; waiting for it to exit... The oth ...
分类:其他好文   时间:2020-10-20 16:35:38    阅读次数:30
Lost number (wild)
Description Xiaoqiang wrote a decimal number \(X\), but some of the handwriting has been blurred (we replaced it with ?). Now given another decimal nu ...
分类:其他好文   时间:2020-10-18 10:17:30    阅读次数:29
关于yaml文档编写的一些说明
关于yaml文档的编写说明
分类:其他好文   时间:2020-09-17 22:45:22    阅读次数:26
安装VisualSVN Server 报错The specified TCP port is occupied
安装过程中报错,如下图所示。 The specified TCP port is occupied by another service.Please stop that service or use another port.(指定tcp端口已被占用,请停止那个服务或是换一个端口使用) 开始看到这 ...
分类:其他好文   时间:2020-09-17 21:47:07    阅读次数:31
调用其他文件__name__=='__main__'下代码
如何调用其他文件__name__=='__main__'下代码 使用os.system()或者subprocess.run()执行该文件,用这种方法相当于直接创建了一个子进程,新调用的py不影响当前调用进程。 使用runpy.run_path(,run_name='__main__')来执行文件,这 ...
分类:其他好文   时间:2020-08-17 16:51:33    阅读次数:62
linux安装交叉编译工具链
bash: ./arm-none-linux-gnueabi-gcc: No such file or directory解决方法 https://blog.csdn.net/eydwyz/article/details/98033852 ubuntu进行apt-get时候出现Package xxx ...
分类:系统相关   时间:2020-08-10 00:08:49    阅读次数:72
2305条   上一页 1 2 3 4 5 ... 231 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!