码迷,mamicode.com
首页 >  
搜索关键字:failed to start daem    ( 32824个结果
git http方式提交时的一个小问题
error: RPC failed; result=22, HTTP code = 411fatal: The remote end hung up unexpectedly解决方法:git config http.postBuffer 524288000
分类:其他好文   时间:2014-05-10 01:06:09    阅读次数:367
windows服务安装及卸载
1)安装脚本Install.bat%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\installutil.exe JobSchedule.exeNet Start ServiceOAsc config ServiceOA start= auto 2)卸...
分类:Windows程序   时间:2014-05-09 16:04:34    阅读次数:365
centos x64 vsftpd 530登陆错误问题
近来在centos 6.0 x64版本下安装vsftpd,中间出现一些问题,解决过程总结如下:安装vsftpd:yum install vsftpd安装后配置为虚拟用户登陆,然后用:ftp localhost登陆测试总是出现错误提示:530 Login incorrect.Login failed....
分类:其他好文   时间:2014-05-09 15:30:35    阅读次数:369
UEditor 粘贴 Excell 中的表格时报错导致无法粘贴的解决办法
在UEditor一些版本中,如果粘贴Excell中的内容到编辑器,会粘贴不进去,打开控制台发现JS报错了。 在ueditor.all.js:3048行报如下错误: Uncaught TypeMismatchError: Failed to execute 'removeAttributeNode' on 'Element': The node provided is invalid....
分类:其他好文   时间:2014-05-09 15:16:34    阅读次数:290
How to start/stop DB instance of Oracle under Linux
How to start/stop DB instance of Oracle under Linux...
分类:数据库   时间:2014-05-09 15:10:41    阅读次数:380
android点滴之HandlerThread的用法
一.介绍            HandlerThread继承自Thread,当线程开启时,也就是它run方法运行起来后,线程同时创建了一个含有消息队列 的Looper,并对外提供自己这个Looper对象的get方法,这就是它和普通Thread唯一不同的地方。 二.好处 为什么要使用HandlerThread。1.开发中如果多次使用类似new Thread(){...}.start...
分类:移动开发   时间:2014-05-09 14:59:31    阅读次数:429
win7 下ping,telnet,端口等处理
ping 192.168.1.150 开启telnet服务: net start telnet//start telent telnet 192.168.1.150 1433 解决类似80端口被占用问题: netstat -ano  显示端口和pid 禁用http.sys:(可以看到pid 4  80端口的被NT kernel & System 占用) 1. net st...
分类:Windows程序   时间:2014-05-09 14:56:11    阅读次数:424
判断单链表是否有环
判断单链表是否有环 假设两个指针分别为p1和p2,每循环一次只向前走一步,p2向前走两步,知道p2碰到NULL指针或者两个指针相等则说明有环 如果存在,start存放在圆环开始的节点...
分类:其他好文   时间:2014-05-09 14:12:54    阅读次数:273
Oracle instr函数
INSTR (源字符串, 目标字符串, 起始位置, 匹配序号) 在Oracle/PLSQL中,instr函数返回要截取的字符串在源字符串中的位置。只检索一次,就是说从字符的开始 到字符的结尾就结束。 语法如下: instr( string1, string2 [, start_positi...
分类:数据库   时间:2014-05-09 13:13:34    阅读次数:358
Think in java.chm 第14章 多线程
例子1引入线程概念通过得到当前线程方式循环主线程做某事例子2演示了在主线程之外开启多个线程的基本方式 ( new一个extends Thread )例子3 ( task extends Thread )演示了 把线程类做为一个窗口组件的一个属性当按钮按下时 会new一个task (start在tas...
分类:编程语言   时间:2014-05-09 09:01:38    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!