码迷,mamicode.com
首页 >  
搜索关键字:run    ( 19056个结果
error 2001:can't connect to local MySQL server through '/var/run/mysqld/mysql.socket(2)
ubuntu下出现的2002, "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)解决方法:...
分类:数据库   时间:2014-09-29 21:14:11    阅读次数:241
sublime text 另一种对齐
1 #coding=utf-8 2 import sublime, sublime_plugin 3 4 class AutoAlignmentCommand(sublime_plugin.TextCommand): 5 def run(self, edit): 6 pr...
分类:其他好文   时间:2014-09-29 21:11:21    阅读次数:234
svn报错cleanup failed–previous operation has not finished; run cleanup if it was interrupted的解决办法
今天在svn提交的时候它卡顿了一下,我以为已经提交完了,就按了一下,结果就再也恢复不了,也继续不了了...报错cleanup failed–previous operation has not finished; run cleanup if it was interrupted试过执行cleanu...
分类:其他好文   时间:2014-09-29 18:59:21    阅读次数:153
# ** Error: (vsim-3601) Iteration limit reached at time 0 ns.
# ** Error: (vsim-3601) Iteration limit reached at time 0 ns.# run 400us# ** Error: (vsim-3601) Iteration limit reached at time 0 ns.# run 400us# ** E...
分类:其他好文   时间:2014-09-29 16:43:41    阅读次数:1052
python log 层次结构
文件结构- run.py- b-- __init__.pyrun.py 1 import logging 2 3 import b 4 5 log = logging.getLogger("") 6 7 tmp = logging.FileHandler('log.txt') 8 log.ad...
分类:编程语言   时间:2014-09-29 16:23:31    阅读次数:231
javescript定时器demo
本来觉得这个事情还是挺easy的不值得写上去,今天同事突然问我。我心想以前写过,但是就是想不起函数的名称的,于是翻了一下原来的代码。 function run() { interval = setInterval(chat, '500'); } var num=1; function chat() { console.info(num); num++; } run();...
分类:其他好文   时间:2014-09-29 12:35:57    阅读次数:235
Java并发专题 带返回结果的批量任务运行 CompletionService ExecutorService.invokeAll
转载请标明出处:http://blog.csdn.net/lmj623565791/article/details/27250059普通情况下,我们使用Runnable作为主要的任务表示形式,可是Runnable是一种有非常大局限的抽象,run方法中仅仅能记录日志,打印,或者把数据汇总入某个容器(一...
分类:编程语言   时间:2014-09-28 21:34:05    阅读次数:211
ClassLoader—观察程序运行时类加载的过程-verbose:class
在空白处右键 选择Run Configurations 在虚拟机参数中输入“-verbose:class” -verbose:gc 查看虚拟机中内存回收情况 -verbose:jni 查看本地方法调用的情况...
分类:其他好文   时间:2014-09-28 18:11:35    阅读次数:237
redis配置详解
# By default Redis does not run as a daemon. Use 'yes' if you need it.# Note that Redis will write a pid file in /var/run/redis.pid when daemonized.#R...
分类:其他好文   时间:2014-09-28 14:36:32    阅读次数:215
使用Maven构建Android项目
http://www.ikoding.com/build-android-project-with-maven/之前一直在做WEB前端项目,前段时间接手第一个Android项目,拿到代码之后,先试着run起来再说,导入eclipse,一堆错误,设置classpath依赖,折腾半天,还是编译错误,于是...
分类:移动开发   时间:2014-09-28 13:40:02    阅读次数:340
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!