查看/修改Linux时区和时间一、时区1. 查看当前时区 date -R2. 修改设置时区 tzselect3. 复制相应的时区文件,替换系统时区文件;或者创建链接文件 cp /usr/share/zoneinfo/$主时区/$次时区 /etc/localtime 在中国可以使用: cp /u...
分类:
系统相关 时间:
2015-02-08 18:07:18
阅读次数:
219
linux开启启动的程序一般放在/etc/rc.d/init.d/里面,/etc/init.d/是其软连接mysql设为linux服务cp /usr/local/mysql5/share/mysql/mysql.server /etc/init.d/mysqldchkconfig --add mys...
分类:
数据库 时间:
2015-02-08 15:25:26
阅读次数:
176
仿百度文库实现文档在线预览 源代码下载地址:http://www.zuidaima.com/share/1550463679990784.htm...
分类:
其他好文 时间:
2015-02-08 11:39:56
阅读次数:
211
spring mvc+ibatis+mysql的组合框架入门实例demo源码下载 源代码下载地址:http://www.zuidaima.com/share/1550463678958592.htm...
分类:
数据库 时间:
2015-02-07 13:13:27
阅读次数:
273
最近做了一个客户的sharepoint升级项目,这里做个简单的share关于sharepoint2010升级到2013,网络上也有很多的文章,但是对于sharepoint不是特别熟悉的人来说,升级总是会有怕怕的感觉。所以备份很重要,就算失败了也能重来啊,除非你经验丰富,能解决各种突发情况。现场的环境..
分类:
其他好文 时间:
2015-02-06 16:57:35
阅读次数:
664
TinyCore运行内存小,很适合做gitweb,于是我摸索了两天,终于弄出来了~
1.
$ tc-load -wi git.tcz
$ tc-load -wi apache2.tcz
2.
#gitweb的配置文件
# mkdir -p /var/www
$ ln -sf /usr/local/share/gitweb /var/www/gitweb
$ vi /...
分类:
Web程序 时间:
2015-02-06 13:13:43
阅读次数:
209
I want to share this great post from Anoop that shows a easy way to add a notification system to dependency properties of a given element. It creates ...
一、简易安装
#yum install -y mysql-server mysql mysql-devel
如果报安装包冲突:
file /usr/share/mysql/ukrainian/errmsg.sys from install of MySQL-server-5.5.18-1.rhel5.i386 conflicts with file from pac...
分类:
数据库 时间:
2015-02-06 11:24:52
阅读次数:
320
Socket编程,简单的类似qq聊天,可以两台电脑互通 源代码下载地址:http://www.zuidaima.com/share/1550463676648448.htm...
分类:
其他好文 时间:
2015-02-06 11:20:42
阅读次数:
183
openstack的dashboard使用了google字体,导致网站访问速度慢解决方案有几种:去掉google字体,直接删除google字体使用local字体替代使用360字体替代字体使用代码在css中,以ubuntu为例:/usr/share/openstack-dashboard/static/dashboard/css/7ac7b118466e.css@font-face{font-..
分类:
Web程序 时间:
2015-02-06 07:10:29
阅读次数:
244