随笔分类 - php
摘要:三个核心文件1.公开访问web service配置 config.php2.管理BEAN,扫描,注册,初始化等流程 ioc.php3.管理rest 拦载处理 ws.phpconfig.phpioc.php{"setIoc"}($_ioc); $bean->{"postConst...
阅读全文
摘要:1.下载JDK1.7 gz 包直接解压.配置用户变量环境sudo gedit /etc/profileexport JAVA_HOME=/solq/jre1.7.0_05export PATH=$JAVA_HOME/bin:$PATHexport CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar2.配置eclipsesudo gedit eclipse.sh下载 eclipse 直接解压#!/bin/shexport GDK_NATIVE_WINDOWS=1export ECLIPSE_HOME=/solq/setup/ecl
阅读全文
摘要:1. Edit “/usr/local/nginx/conf/nginx.conf “. Find “client_max_body_size” and change the value to the one you want.2 Edit “/usr/local/php/etc/php.ini”. Find “post_max_size” and “upload_max_filesize” and change the values;max_execution_time = 300000 ; Maximum execution time of each script, in secondsm
阅读全文
摘要:<?php/* * 域名查询系统:扒万网的 * post 方式比较快。。。万网主页使用的 * get 方式不稳定..... * *///!empty($_GET['domain']) && whois(trim($_GET['domain']));if(empty($_GET['domain'])) outJsonpStream(array("statu"=>0),false); $data = array ( 'domain' => trim($_GET['domai
阅读全文
摘要:google proto(php版)http://files.cnblogs.com/solq/testproto(php%E7%89%88).rar
阅读全文

浙公网安备 33010602011771号