摘要:
upstream nhpay_cookingeasy_cn { server 39.105.134.128:8080; keepalive 2000;} server { listen 80; server_name nhpay.cookingeasy.cn; client_max_body_siz 阅读全文
摘要:
提示:xxxxx为数据库密码 连接上mysql: mysql -uroot -pxxxxx 切换到mysql数据库: use mysql 添加%到user表 GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'xxxxxx' WITH G 阅读全文
摘要:
class Test{ const PATH = 'c/www';//修饰常量 public function ass(){ echo self::PATH.'<br />'; } } 阅读全文
摘要:
下载适合的eclipse 部署java项目都要先查看 problems,排查错误。 解决web.xml的错误 解决java版本问题: 等待编译完成。 忽略无关紧要的一些错误信息 原来是ERROR,修改成Warning就忽略了。 阅读全文
摘要:
echo json_encode($teacher_info); json.stringify() <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/1.6.4/jquery.js"></script><scr 阅读全文
摘要:
http://zhangge.net/4890.html后面遇到问题点一: it`s work是因为没配置ssl访问站点路径/alidata/server/httpd/conf/extra/httpd-ssl.conf搜索在下面添加站点根目录DocumentRoot "/alidata/www/de... 阅读全文
摘要:
在php页面中phpinfo()看下session是否存在。session的path是否设置。具体的还要自己检查。1.php.ini中的output_buffering=off改成output_buffering=40962.php.ini中的session.save_path是否设置好了3.pgp... 阅读全文
摘要:
通过javascript事件绑定,匿名函数中获取当前元素对象直接this.属性通过jquery事件绑定,匿名函数中匿名函数中获取当前元素对象直接$(this).text(); 阅读全文
摘要:
1.问题:可以访问静态页面,无法访问php脚本页面,显示404解决: 阅读全文