配置文件的读写 System.ConfigurationManager类用于对配置文件的读取。其具有的成员如下: 一、AppSettings AppSetting是最简单的配置节,读写非常简单。 名称 说明 AppSettings 获取当前应用程序默认配置的 AppSettingsSection 数 Read More
posted @ 2017-11-06 20:02 renzz Views(500) Comments(0) Diggs(0)
linux复制指定目录下的全部文件到另一个目录中复制指定目录下的全部文件到另一个目录中文件及目录的复制是经常要用到的。linux下进行复制的命令为cp。假设复制源目录 为 dir1 ,目标目录为dir2。怎样才能将dir1下所有文件复制到dir2下了如果dir2目录不存在,则可以直接使用cp -r Read More
posted @ 2017-11-06 17:51 renzz Views(66755) Comments(0) Diggs(0)
一.安装NTP软件包: yum -y install ntp /*yum安装NTP服务*/ chkconfig --add ntpd /*添加NTP*/ chkconfig ntpd on /*开机自启动NTP*/ 二.修改NTP配置文件: vi /etc/ntp.conf ************ Read More
posted @ 2017-11-06 17:29 renzz Views(6223) Comments(0) Diggs(0)
posted @ 2017-11-06 17:02 renzz Views(108) Comments(0) Diggs(0)
.. 1,redhat默认root初始密码:自己用户设置的密码 2.ubuntu17.10默认root初始密码:随机密码; 如何修改:sudo passwd在当前用户设置root密码, 修改成功便可以切换root用户 Read More
posted @ 2017-11-06 17:01 renzz Views(172) Comments(0) Diggs(0)
1.下载想要的python包, ①地址:http://xiazai.zol.com.cn/detail/33/320958.shtml ②在线下载:wget http://www.python.org/ftp/python/3.3.0/Python-3.3.0.tgz 2解压 .bunzip2 Py Read More
posted @ 2017-11-06 16:55 renzz Views(318) Comments(0) Diggs(0)
//主方法 Read More
posted @ 2017-11-06 16:10 renzz Views(413) Comments(0) Diggs(0)
Centons下其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,可能是系统不支持或者缺少组建导致的。处理办法就是禁用这个插件,方法如下: root@www.ctohome.com]# vi /etc/yum/plugincon Read More
posted @ 2017-11-06 15:28 renzz Views(154) Comments(0) Diggs(0)
清除原有的yum及相关软件包rpm -qa | grep yum | xargs rpm -e --nodepsrpm -qa |grep python-urlgrabber|xargs rpm -e --nodeps yum源地址 http://mirrors.163.com/centos/6/o Read More
posted @ 2017-11-06 15:24 renzz Views(1142) Comments(0) Diggs(0)
Redis无法启动 今天在启动Redis时提示以下错: C:\Java\redis2817>redis-server.exe redis.windows.conf [5268] 23 Apr 11:45:22.696 # The Windows version of Redis allocates Read More
posted @ 2017-11-06 15:15 renzz Views(888) Comments(0) Diggs(0)
Q、C盘空间不足 解决方式:多文件夹查看大小,逐步缩小方位, 最终定位位置: 缓存清理目录:C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Redis [图片] Q、查看redis版本和redis端口: 1、进入cmd-输入redis- Read More
posted @ 2017-11-06 15:14 renzz Views(1727) Comments(0) Diggs(0)
/*鼠标跟随效果*/