其实按照MariaDB官网的步骤来安装MariaDB特别的简单,只要按照步骤来做,很容易就搞定了。首先,到MariaDB官网:https://downloads.mariadb.org/mariadb/repositories/#mirror=qiming&distro=Ubuntu&distro_...
分类:
数据库 时间:
2014-07-09 23:30:48
阅读次数:
300
从 本地 复制到 远程目录拷贝:scp -r local_folderroot@116.90.87.156:remote_folder文件拷贝:scplocal_fileremote_username@remote_ip:remote_folder文件拷贝并命名:scp local_file rem...
分类:
其他好文 时间:
2014-07-09 21:09:07
阅读次数:
181
1, 将应用部署到服务器上可以正常启动2, 在Eclipse中,有相同的项目(程序)3, 项目右键(ops-web)-->Debug as --> Debug Configurations...--> Remote Java Application 填好服务器的IP地址,和端口,这个端口是 调试端口...
分类:
系统相关 时间:
2014-07-07 08:47:17
阅读次数:
366
一导入js库二、默认校验规则(1)required:true 必输字段(2)remote:"check.php"使用ajax方法调用check.php验证输入值(3)email:true 必须输入正确格式的电子邮件(4)url:true 必须输入正确格式的网址(5)date:true 必须输入正确格...
分类:
Web程序 时间:
2014-07-06 14:04:28
阅读次数:
291
本文转载至http://blog.csdn.net/remote_roamer/article/details/7107007 1. @implementation Singleton2.3.+ (Singleton *)instance {4. static Singleton *inst...
分类:
移动开发 时间:
2014-07-06 13:27:26
阅读次数:
208
1. 下载源码:镜像地址http://mirror.bjtu.edu.cn/gnu/gcc/gcc-4.8.2/gcc-4.8.2.tar.gz用svn下载可以随时更新到最新的版本svn checkout svn://gcc.gnu.org/svn/gcc/trunksvn2.进入gcc源码(简称s...
分类:
其他好文 时间:
2014-07-06 13:21:47
阅读次数:
252
本文转载至http://blog.csdn.net/remote_roamer/article/details/7105776抛出错误的代码[cpp]view plaincopy//如果返回的报文是错误信息,则抛出错误if([outParamscount]<=0){[NSExceptionraise...
分类:
移动开发 时间:
2014-07-06 13:08:51
阅读次数:
247
删除 #rpm -e --nodeps pcre-6.6-1.1
1》 wget http://mirror.centos.org/centos/6/os/i386/Packages/pcre-7.8-6.el6.i686.rpm
2》 yum install pcre-7.8-6.el6.i686.rpm
3》检查: rpm -qa | grep pcre 如果存在就说明已安...
分类:
其他好文 时间:
2014-07-06 12:44:10
阅读次数:
276
You can easily mount remote server file system or your own home directory using special sshfs and fuse tools.FUSE - Filesystem in UserspaceFUSE is a L...
分类:
系统相关 时间:
2014-07-05 16:58:48
阅读次数:
294
问题:客户端无法连接到远程计算机。可能没有启用远程连接或者计算机太忙不能接受新的连接。也可能是网络问题阻止连接。请稍后重新尝试连接。如果问题仍然存在 请与管理员联系。解决方法:1.首先确认远程登陆的服务是打开的,也就是Remote Desktop Services(Windows xp里面是Term...
分类:
其他好文 时间:
2014-07-05 16:46:18
阅读次数:
330