原文地址:https://blog.csdn.net/liuxingen/article/details/72568808 gevent的调度流程解析:https://www.cnblogs.com/xybaby/p/6370799.html ...
分类:
其他好文 时间:
2020-06-22 14:59:36
阅读次数:
45
上一篇随笔中已经说了简单的Jar是如何封装的,但是我的需求是根据TIPTOP的查询条件产生XML文件并上传到FTP主机中,那么就要涉及到XML生成的方法和FTP上传的方法 所以在Eclipse写的时候引用了第三方的价包:jdbc, org.dom4j , org.apache.commons 把这几 ...
分类:
数据库 时间:
2020-06-22 11:04:05
阅读次数:
72
1. 聚集法介绍 将整体操作划分成单个的原子操作,用求和的方法计算 总代价 和 平摊代价 注意:求和时运用好整体操作的规律 【栈操作】 问题定义:对初始为空的栈进行 push,pop 和 multipop三种操作 规律: 调用次数满足 pop + multipop <= push , 代价关系满足 ...
分类:
其他好文 时间:
2020-06-21 15:31:08
阅读次数:
49
使用roles部署sersync 环境 外网IP 内网IP 主机名 10.0.0.5 172.16.1.5 lb01 (负载均衡) 10.0.0.6 172.16.1.6 lb02 10.0.0.7 172.16.1.7 web01(服务器) 10.0.0.8 172.16.1.8 web02 10 ...
分类:
其他好文 时间:
2020-06-19 21:08:27
阅读次数:
44
Here is an incomplete stack of tricks to help you work with Chromium in Visual Studio. Faster Solution Loading / IntelliSense Loading a huge solution ...
分类:
其他好文 时间:
2020-06-19 12:20:55
阅读次数:
63
Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has. For each kid check if th ...
分类:
其他好文 时间:
2020-06-18 13:17:39
阅读次数:
65
简介 pip 不换源 太卡了 参考链接 https://blog.csdn.net/xy707707/article/details/80787991 Tips pip更换为国内源,可以大大的提高安装成功率和速度。 mkdir ~/.pip vim ~/.pip/pip.conf [global] ...
分类:
其他好文 时间:
2020-06-18 10:54:11
阅读次数:
45
使用前请先引入百度echarts.js最新插件 效果图如下: 具体代码如下: //跳转代码 myChart.on('click', function(params) { console.log(params.name); window.open(params.data.url); // window ...
分类:
其他好文 时间:
2020-06-17 23:21:48
阅读次数:
67
impala中拼接字符串的函数: concat(string a, string b...) Purpose: Returns a single string representing all the argument values joined together. Return type: str ...
分类:
其他好文 时间:
2020-06-17 20:04:44
阅读次数:
200
<div style="height: 100px; width: 100px; border: 1px solid red; position: relative;"> 点击上传 <input onchange="uploadFile()" id="upload" multiple="multip ...
分类:
Web程序 时间:
2020-06-15 18:01:33
阅读次数:
91