Web
CRM2016的安装
Submitted by hubdog on Tue, 2020-08-04 10:51之前用的Dynamic365, Dynamic 365访问用的SDK和On-Premise的不一样,为了动作确认,需要装一下CRM2016,
参考的https://www.linkedin.com/pulse/microsoft-dynamics-crm-2016-deployment-installation-faraz-mahmood
之前参考的中文的一个安装帮助,在SQL Server2014的安装把我误导了,导致无法正常安装.浪费了两天时间
免费面板
Submitted by hubdog on Sat, 2013-11-09 02:20免费的VPS
Submitted by hubdog on Thu, 2013-11-07 08:18apache2 内存溢出的解决办法
Submitted by hubdog on Sun, 2013-11-03 20:38apache2 内存溢出的解决办法。
基本每到30天,服务器就会变得很慢。
显示下面的错误信息
Killed process 17360 (apache2) total-vm:239140kB, anon-rss:90524kB, file-rss:11084kB
Out of memory: Kill process 20387 (apache2) score 174 or sacrifice child
首先
sudo /etc/init.d/apache2 stop
停止apache
然后free -m 检查内存使用情况
然后执行
sync
su
echo 3 > /proc/sys/vm/drop_caches
来释放内存,重启apache2
sudo /etc/init.d/apache2 start
网站工具
Submitted by hubdog on Mon, 2013-10-28 08:38SEO之重定向
Submitted by hubdog on Thu, 2008-11-27 00:29301重定向及Global redirect模块
前一阵子为了优化域名,新买了一个sqlitedeveloper的域名,但是很多外部链接是指向的sharpplus.com,所以修改了一下htaccess的文件,增加了域名的重定向。