您的位置:首页 → 脚本专栏 → DOS/BAT → 正文内容 CMD命令大全 </form> Windows CMD命令大全(值得收藏) 更新时间:2018年06月06日 13:04:33 投稿:mdxy-dxy 我要评论 虽然随着计算机产业的发展,Windows 操作系统的应用越来越广泛,DOS ...
吐血整理所有常用端口,不全你来打我! 作者:ADreamClusive 来源: http://blog.csdn.net/u013943420/article/details/65938696 大家在学习计算机的时候,对于最常用的几个端口比如80端口肯定有很深的印象,但是对于其他一些不是那么常用的端 ...
分类:
其他好文 时间:
2019-10-12 09:21:59
阅读次数:
98
题目描述Givenastrings,findthelongestpalindromicsubstringins.Youmayassumethatthemaximumlengthofsis1000.Example1:Input:"babad"Output:"bab"Note:"aba"isalsoavalidanswer.Example2:Input:"cbbd"Output:"bb"#-*-cod
分类:
其他好文 时间:
2019-10-11 12:17:52
阅读次数:
66
stu( stu( id,name,age,addr,note id,name,age,addr,note ) ) 在 stu表的age后面新增字段; alter add命令用来增加表的字段。 alter add命令格式:alter table 表名 add字段 类型 其他; 例如,在表MyClas ...
分类:
其他好文 时间:
2019-10-10 12:54:59
阅读次数:
87
Easy Given a non-empty, singly linked list with head node head, return a middle node of linked list. If there are two middle nodes, return the second ...
分类:
其他好文 时间:
2019-10-10 10:29:24
阅读次数:
70
我的工程实践选题是《基于深度强化学习的智能控制系统设计》,通过搭建Tensorflow、ROS等深度学习和机器人仿真平台,将人工智能理论用于机器人、自动驾驶领域的决策与规划,通过深度强化学习来训练机器人的行为,实现航迹动态规划和智能避障等应用。可能用到的开发工具有Python,C/C++,Linux ...
分类:
其他好文 时间:
2019-10-08 22:25:17
阅读次数:
129
P1816 忠诚 st表竟然写挂了,线段树一遍过(就当练码力) P1198 [JSOI2008]最大数 1.动态在末尾插入一个数 2.输出末尾的L个数的最大值 线段树维护! P3870 [TJOI2009]开关 P2574 XOR的艺术 P2846 [USACO08NOV]光开关Light Swit ...
分类:
其他好文 时间:
2019-10-08 12:47:10
阅读次数:
81
"noip 模拟20190907 T3 位运算(bit)" / reference: translation: solution: trigger: note: record: date: 2019.09.04 / include using namespace std; define rep(i, ...
分类:
其他好文 时间:
2019-10-08 12:09:32
阅读次数:
74
1. Two Sum 2. Add Two Numbers 3. Longest Substring Without Repeating Characters ...
分类:
其他好文 时间:
2019-10-07 00:43:53
阅读次数:
77
题目描述 Given a linked list, return the node where the cycle begins. If there is no cycle, return null. To represent a cycle in the given linked list, we ...
分类:
其他好文 时间:
2019-10-05 20:32:28
阅读次数:
122