摘要:
初学Drupal(7.26),刚好遇到一个需要用到CKEditor模块的项目,于是就摸索着把它给装上了。图片上传出问题回到Drupal7的管理页面后刚好发现了对于CKEditor的“状态报告”(错误报告):You are using a feature that requires $cookie_domain to be set, but it is not set in your settings.php (CKFinder is enabled in the Advanced profile)需要修改修改sites\default\settings.php文件:$cookie_domain 阅读全文
摘要:
一、开关机控制using System.Runtime.InteropServices;//注销、关机、重启 class shutdown { [StructLayout(LayoutKind.Sequential, Pack = 1)] internal struct TokPriv1Luid { public int Count; public long Luid; public int Attr; } [DllImport("kernel32... 阅读全文
摘要:
练习php连接mysql数据库代码:mysql_connect("127.0.0.1:3306","root", .....浏览器报错:Fatal error: Call to undefined function mysql_connect() in ......解决办法:1、php.ini文件extension_dir = "php安装目录\ext" //我只改了这一行就好了然后,注释掉下面两行(分号表示注释)extension=php_mysql.dll;extension=php_mysqli.dll;2、apache安装目录 阅读全文
摘要:
ForbiddenYou don't have permission to access /a.php on this server.apache昨天调试 httpd.conf 文件:OptionsFollowSymLinksAllowOverrideNoneOrderdeny,allowdenyf... 阅读全文