码迷,mamicode.com
首页 >  
搜索关键字:needed    ( 630个结果
Python内存优化
实际项目中,pythoner更加关注的是Python的性能问题,之前也写过一篇文章《Python性能优化》介绍Python性能优化的一些方法。而本文,关注的是Python的内存优化,一般说来,如果不发生内存泄露,运行在服务端的Python代码不用太关心内存,但是如果运行在客户端(比如移动平台上),那 ...
分类:编程语言   时间:2017-09-08 11:44:39    阅读次数:225
[TypeScript@2.5] Omit catch error block if not needed
From TypeScript@2.5, you can omit catch error block. Before: Now: It is just a syntax sugar, if you are not trying to do error handling ...
分类:其他好文   时间:2017-09-06 23:54:08    阅读次数:227
Codeforces 670D. Magic Powder
Waking up in the morning, Apollinaria decided to bake cookies. To bake one cookie, she needs n ingredients, and for each ingredient she knows the valu ...
分类:其他好文   时间:2017-09-03 14:11:50    阅读次数:243
Zookeeper实现分布式集群监控
Zookeeepr实现分布式集群监控 Zookeeper中节点有两种:临时节点和永久节点 从类型上看节点又可以分为四种节点类型:PERSIST,PERSIST_SEQUENTIAL,EPHEMERAL,EPHEMERAL_SEQUENTIAL 临时节点有一个特点:当创建临时节点的程序停掉之后,这个临 ...
分类:其他好文   时间:2017-08-26 18:32:43    阅读次数:256
解决Linux服务器tomact-8.0启动慢的问题
环境信息: CentOS release 6.8 tomcat-8.0 JDK1.8 一、启动tomcat #sh /root/tomcat-8.0/bin/startup.sh #tailf /root/tomcat-8.0/logs/catalina.out ... ... 等待tomcat启动 ...
分类:系统相关   时间:2017-08-26 14:20:46    阅读次数:235
[LintCode] Palindrome Partitioning II
Given a string s, cut s into some substrings such that every substring is a palindrome. Return the minimum cuts needed for a palindrome partitioning o ...
分类:其他好文   时间:2017-08-26 12:46:40    阅读次数:226
HDU - 2874 Connections between cities (LCA)
After World War X, a lot of cities have been seriously damaged, and we need to rebuild those cities. However, some materials needed can only be produc ...
分类:其他好文   时间:2017-08-24 10:31:05    阅读次数:258
HDU——2874 Connections between cities
Connections between cities Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 11927 Accepted Submi ...
分类:其他好文   时间:2017-08-22 20:13:30    阅读次数:197
tomcat闪退无法启动 the catalina_home environment variable is not defined correctly this environment variable is needed to run this program
未成功配置CATALINA_HOME 1、计算机>属性>环境变量, 新建环境变量。变量名为CATALINA_HOME ,变量值tomcat的解压目录,注意后面不用多加“\”或者“;” 2、在环境变量Path中,新增加“%TALINA_HOME%\bin\ " 3、启动tomcat :进入命令行cmd ...
分类:其他好文   时间:2017-08-21 14:55:53    阅读次数:445
poj2632 【模拟】
In a modernized warehouse, robots are used to fetch the goods. Careful planning is needed to ensure that the robots reach their destinations without c ...
分类:其他好文   时间:2017-08-19 16:57:48    阅读次数:206
630条   上一页 1 ... 23 24 25 26 27 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!