码迷,mamicode.com
首页 >  
搜索关键字:ant    ( 7179个结果
树的子结构(important!)
题目描述 输入两棵二叉树A,B,判断B是不是A的子结构。(ps:我们约定空树不是任意一个树的子结构) python solution: ...
分类:其他好文   时间:2019-03-02 18:25:50    阅读次数:166
慕课秒杀总结
jsp <% % 中的内容会被编译 @page @include 静态包含页面 js 要有模块化思想 jq one 绑定一次事件 时区 UTC≈GMT,UTC是根据原子钟来计算时间,而GMT是根据地球的自转和公转来计算时间,原子钟50亿年才有1秒误差,而地球的自转正在缓速变慢 java中new Da ...
分类:其他好文   时间:2019-03-02 16:03:07    阅读次数:271
mysql-proxy不再支持mysql5.7的client客户端登录
mysql-proxy不再支持mysql5.7的client客户端登录
分类:数据库   时间:2019-03-02 12:31:53    阅读次数:253
mysql 重置密码
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpass'); FLUSH PRIVILEGES; grant all privileges on *.* to 'root'@'%' identified by '123456'; ...
分类:数据库   时间:2019-03-01 18:22:53    阅读次数:179
14. The Realities of Telecommuting 远程办公的现状
14. The Realities of Telecommuting 远程办公的现状 ①Telecommuting-------substituting the computer for the trip to the job-------has been hailed as a solution ... ...
分类:其他好文   时间:2019-03-01 10:55:52    阅读次数:146
【英语-刘晓艳-词汇】词汇10
C. dispute reputation prestige D. bargain 4. It is that the math teacher seems __towards bright students. A. partial impartial depart department parti ...
分类:其他好文   时间:2019-03-01 00:22:53    阅读次数:472
https://api.highcharts.com/gantt/
https://api.highcharts.com/gantt/ ...
分类:Windows程序   时间:2019-02-28 16:51:40    阅读次数:254
netstat统计
状态统计 netstat -ant | awk '/tcp/ {print $6}'|sort |uniq -c |sort -nr 前十位ESTABLISHED状态ip统计 netstat -ant | grep "ESTABLISHED"|awk '/tcp/ {print $5}'|cut -... ...
分类:Web程序   时间:2019-02-27 23:32:44    阅读次数:284
Ant Design使用问题记录
公司的测试管理平台前端使用的是Ant Design of React框架,后台使用的是python,数据库用的是mysql。没有参与前期的开发,听说是工作了10年积累下来的一个暂且可用的管理平台,开发了10年,目前公司也没有怎么用起来......不由地吐槽了一下,看了前端和后台的代码,简直想哭的心都 ...
分类:其他好文   时间:2019-02-27 17:42:15    阅读次数:553
std find,std find if对类进行查找
STL的find,find_if函数提供了一种对数组、STL容器进行查找的方法。使用该函数,需 #include <algorithm> 我们查找一个list中的数据,通常用find(),例如: 文章来源:http://www.codelast.com/ 1 2 3 4 5 6 7 8 9 10 1 ...
分类:其他好文   时间:2019-02-27 12:56:47    阅读次数:615
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!