码迷,mamicode.com
首页 >  
搜索关键字:ssh scp error    ( 47807个结果
错误提示:Apple Mach-O Linker Error
错误提示:Apple Mach-O Linker Error 红色提示: Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1 这种提示往往让我们不知道哪儿出错了,给出的提示不是很明显。 发生这种错误的原因通常是因为两个子工程中存在同名类造...
分类:移动开发   时间:2014-07-22 23:05:33    阅读次数:469
configure: error: ZLib not installed
安装libpng,出现“configure: error: ZLib not installed”。     解决方法:     1. 进入ZLib的安装包,不必加--prefix参数命令: ./configure make && make install     2.  进入libpng解压缩包中,输入: ./configure --prefix=/...
分类:其他好文   时间:2014-05-02 22:38:51    阅读次数:289
jquery.validate自定义验证--成功提示与择要提示
1. 自定义验证--成功提示 1) 添加选项 errorClass: "unchecked", validClass: "checked", errorElement: "span", errorPlacement: function (error, element) { if (element.parent().find("span[for=""" + element.attr("id...
分类:Web程序   时间:2014-05-02 18:38:21    阅读次数:467
51,是的,没有休息
今天,所谓的劳动节,其实只是给予大部分行业的人,但是对于技术类或者是服务行业,都是没有所谓的休息假期。因为每次放假,反而是一个商机。 早上,刚整理完店面摆设,没多久就来了一位客户需要重装电脑。说电脑中毒,一开机检测, disk error, 问是否需要保存资料,得到的是“...
分类:其他好文   时间:2014-05-02 12:47:30    阅读次数:354
使用ssh过程中对数据库进行update时报错
org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.NEVER) - turn your Session into FlushMode.AUTO or remove 'readOnly' marker from transaction definition...
分类:数据库   时间:2014-05-01 18:16:35    阅读次数:377
Eclipse中使用Ant打Android包报错解决方案 – Perhaps JAVA_HOME does not point to the JDK
问题描述: 在Eclipse中运行ant批量打包工具出错,日志信息如下: D:\Android\android-sdk-windows\tools\ant\build.xml:601: The following error occurred while executing this line: D:\Android\android-sdk-windows\tools\ant\bui...
分类:移动开发   时间:2014-04-30 22:48:39    阅读次数:359
libpcre.so.1 cannot be found
./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory...
分类:其他好文   时间:2014-04-30 22:43:38    阅读次数:346
Struts2中的异步提交(ajaxfileupload异步上传(图片)插件的使用)
服务器端采用struts2来处理文件上传。 所需环境: jquery.js ajaxfileupload.js struts2所依赖的jar包 及struts2-json-plugin-2.1.8.1.jar 编写文件上传的Action package com.ajaxfile.action; import java.io.File; import java.io.Fi...
分类:其他好文   时间:2014-04-30 22:43:38    阅读次数:392
struts2在标签中删除按钮的id传值问题
${name}  ${parent.name}  ${description}  删除 修改 上面的删除与修改都需要通过OGNL表达式为其指定一个id,这个id其实是在list显示的时候已经通过ognl表达式算好了的,当点击删除时,就会去请求 department_delete?id=xxx在请求到这个ac...
分类:其他好文   时间:2014-04-30 22:14:38    阅读次数:365
查询、创建、设置注册表键值的示例代码
示例代码将在注册表位置:HKEY_CURRENT_USER\Software\  读写键值 bool LicenseManage::OpenRegKey(HKEY& hRetKey) { if (ERROR_SUCCESS == RegOpenKey(HKEY_CURRENT_USER,"Software", &hRetKey)) { return true; ...
分类:其他好文   时间:2014-04-30 22:12:40    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!