码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
Properties文件中文乱码解决
中文显示乱码: 解决方案:右击配置文件-->Properties-->Resource-->Other-->UTF-8 ...
分类:其他好文   时间:2019-02-13 09:21:12    阅读次数:122
POJ2689 ZOJ1842 UVA10140 Prime Distance【筛选法】
"Prime Distance" Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 25099 Accepted: 6567 Description The branch of mathematics called number t ...
分类:其他好文   时间:2019-02-13 00:25:11    阅读次数:153
Pandas中DataFrame数据合并、连接(concat、merge、join)之join
pandas.DataFrame.join 自己弄了很久,一看官网。感觉自己宛如智障。不要脸了,直接抄 Join columns with other DataFrame either on index or on a key column. Efficiently Join multiple Da ...
分类:其他好文   时间:2019-02-12 01:39:12    阅读次数:1079
CF-1114 (2019/02/11)
CF 1114 A. Got Any Grapes? skip B. Yet Another Array Partitioning Task 将n个数分成连续的k组,使得每组的前m大的数字的总和最大。 首先可以想到肯定可以包含n个数中前 m k 大的数。所以可以先将他们标记,然后扫一遍确定每组的端点 ...
分类:其他好文   时间:2019-02-11 19:56:23    阅读次数:213
resin 安装
Other Unix, Linux, Solaris, and Mac OS X some details on the ./configure options. or run java -jar lib/resin.jar start ...
分类:其他好文   时间:2019-02-11 19:49:50    阅读次数:190
[codeforces]Round #538 (Div. 2) F. Please, another Queries on Array?
题解: $$ ans=F\left ( \prod _{i=l}^{r}a_i \right ) $$ $$ =(p_i-1){p_i}^{k_i-1}*.....*(p_j-1){p_j}^{k_j-1} $$ $$={p_i}^{k_i}*.....*{p_j}^{k_j}*(\frac{p_i ...
分类:其他好文   时间:2019-02-11 10:37:42    阅读次数:229
基于go手动写个转发代理服务
由于公司经常需要异地办公,在调试的时候需要用到内网环境,因此手动写了个代理转发服务器給兄弟们用:socks5proxy。 选型上,语言上就选择了Go,简单清晰,转发协议选择了socks5。 SOCKS5协议介绍 SOCKS是一种网络传输协议,主要用于客户端与外网服务器之间通讯的中间传递,SOCKS是 ...
分类:其他好文   时间:2019-02-10 23:45:43    阅读次数:336
贪心——D - Radar Installation
Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea ...
分类:其他好文   时间:2019-02-10 15:07:59    阅读次数:174
linux基础命令---显示进程ps
ps ps指令可以显示系统中当前进程的信息,它的输出结果是高度可定制的。如果您希望重复更新所选内容和显示的信息,请使用top(1)代替。 请注意,“ps-aux”与“ps aux”不同。POSIX和UNIX标准要求“ps-aux”打印名为“x”的用户拥有的所有进程,以及打印由-a选项选择的所有进程。 ...
分类:系统相关   时间:2019-02-09 18:04:39    阅读次数:235
3P - Snooker
background: Philip likes to play the QQ game of Snooker when he wants a relax, though he was just a little vegetable-bird. Maybe you hadn't played tha ...
分类:其他好文   时间:2019-02-08 23:11:17    阅读次数:184
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!