- 浏览: 2944 次
- 性别:
- 来自: 深圳
-
最新评论
文章列表
Forget Grammar
Thinking In English
Spontaneous Speaking
1. 在WEB-INF下配置server-config.wsdd
<?xml version="1.0" encoding="UTF-8"?><deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<globalConfiguration> <parameter name="sendMu ...
import java.io.DataInputStream;import java.io.DataOutputStream;import java.io.IOException;
import java.net.ServerSocket;import java.net.Socket;
public class PhoneBindServer extends ServerSocket { private static final int serverPort = 5672;
public PhoneBindServer() throws IOException { super(serv ...
drop procedure if exists pim_user_update_memory;
create procedure pim_user_update_memory()
begin
declare lastupdate_in_memeory varchar(40);
declare v_userid varchar(40);
declare flag default 0;
declare counts int default 0;
declare result_in_cursor cursor for select PIM_USER.user_id from p ...