效果如下: 代码下载:http://files.cnblogs.com/files/zjfree/yun_loading.rar ...
分类:
Web程序 时间:
2016-04-11 18:49:11
阅读次数:
188
这个错误引起主要是因为环境读取不到yun引起的可以考虑/etc/sysconfig/network-scripts/ifcfg-eth0 配置出错导致网络不通。或者/etc/resolv.conf的DNS配置出错。或者可以考虑清楚yum缓存影响(yum clean all) (下面是网上找到比较有用 ...
分类:
其他好文 时间:
2016-04-07 00:53:40
阅读次数:
272
源码:http://yun.baidu.com/share/link?shareid=2310452098&uk=1997604551 1、感觉在写js的时候,最好先理清思路,先干什么,在干什么,不要想到哪里写到哪里; 2、一定要学会调试js,不然你哗哗写了好多,结果一运行,却不知问题出到哪里,那就 ...
分类:
其他好文 时间:
2016-04-04 22:38:09
阅读次数:
259
CentOS:yum,dnfURL:ftp://172.16.0.1/pubyum是C/S架构,是rpm的前端工具,依赖于rpm存在的;1、本地要有yun程序;2、本地要有配置文件(配置远程服务器yum仓库或本地服务器yum仓库);3、要有存在的文件服务器(程序包仓库即yum仓库)、(也可以在本地配置服务器yum仓库);..
分类:
系统相关 时间:
2016-03-21 02:01:39
阅读次数:
801
centos安装SZ命令 yun install lrzsz 从服务端发送文件到客户端: sz filename 从客户端上传文件到服务端: rz 在弹出的框中选择文件,上传文件的用户和组是当前登录的用户 SecureCRT设置默认路径: Options -> Session Options ->
分类:
系统相关 时间:
2016-03-13 18:05:58
阅读次数:
230
Race Four races are available for those who wish to choose the path of martial arts: the careful Gon, the playful Lyn, the elegant Yun, and the hardwo
分类:
其他好文 时间:
2016-03-06 19:19:41
阅读次数:
303
1、 项目的大致框架截图为: 代码如下: package li.a.yun.inter; public interface Pet { public String getName(); public String getColor(); public int getAge(); } package
分类:
其他好文 时间:
2016-03-05 16:15:27
阅读次数:
216
第一部分:virtual-box中安装ubuntu 第一步:安装virtual-box,略 第二步:下载ubuntu-server-14.04.4 地址如下:http://125.39.35.135/files/5065000007B697A9/mirrors.yun-idc.com/ubuntu-
分类:
系统相关 时间:
2016-03-02 21:55:09
阅读次数:
192
创建桥接设备:#yun-yinstallbridge-utils#brctladdbrbr0#ifconfig-a#ifconfigeth00up#ifconfig-a#brctladdifbr0eth0#ifconfigbr0192.168.1.122/24up#routeadddefaultgw192.168.1.1#brctlshow#brctlstpbr0on
分类:
其他好文 时间:
2016-02-11 18:05:31
阅读次数:
214
安装 yun install httpd 随系统自启动 chkconfig httpd on 修改/etc/httpd/conf/httpd.con文件 #修改WWW目录为自己的目录 DcoumentRoot "/mydata/www" #修改apache用户和组 User XXX Group XX
分类:
Web程序 时间:
2016-02-05 18:37:11
阅读次数:
161