首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴随便看看全站
HTTP Status 500 -
type Exception report

message

description The server encountered an internal error that prevented it from fulfilling this request.

exception

java.lang.NullPointerException
cn.zzw.mess.servlet.UserServlet.doPost(UserServlet.java:82)
javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
......................
阅读全部 | hyx5966 贴于 2018年7月24日 17:28     hide bbsi
HTTP Status 500 -
type Exception report

message

description The server encountered an internal error that prevented it from fulfilling this request.

exception

java.lang.NullPointerException
cn.zzw.mess.servlet.UserServlet.doPost(UserServlet.java:82)
javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
......................
阅读全部 | hyx5966 贴于 2018年7月24日 17:28     hide bbsi
//assert.h
/* 
 * assert.h
 * This file has no copyright assigned and is placed in the Public Domain.
 * This file is a part of the mingw-runtime package.
 * No warranty is given; refer to the file DISCLAIMER within the package.
 *
 * Define the assert macro for debug output.
 *
 */

#ifndef _ASSERT_H_
......................
阅读全部 | cstdio 贴于 2018年7月23日 12:03     hide bbsi
<?php echo 1;    ?>
阅读全部 | lidepeng1995 贴于 2018年7月9日 22:31     hide bbsi
#include<bits/stdc++.h>
using namespace std;

int main()
{
ios::sync_with_stdio(0);
int ppss,cpss,win,i=1,pcnt=0,ccnt=0;
char temp1,temp2='a';
string name;
cout<<"欢迎来到石头剪刀布[版本v1.5.2]!\n\n请注意:在后续游戏中输入完毕后请按回车键表示输入完毕,\n并且请严格按照要求输入,\n否则将会自动结束并退出游戏。\n\n请输入尊姓大名:" ; 
cin>>name;
while(temp2=='a'){
......................
阅读全部 | 李大恕 贴于 2018年7月7日 20:42     hide bbsi
#include<stdio.h>

struct a2
{
int s;
int s2;
};
struct a1
{
int s1;
char c;
struct a2 b;
......................
阅读全部 | 蓑笠翁 贴于 2018年7月3日 00:12     hide bbsi
#include <stdio.h>
int main(void)
 {
      int num1=2;      /*定义整型变量 num1,并赋值为2*/
     int num2=3;      /*定义整型变量 num2,并赋值为3*/
     
     printf("I have %d cats.\n",num1); /*调用printf()函数*/
     printf("You have %d cats.\n", num2);
              return 0;
}
阅读全部 | 芙蓉王 贴于 2018年6月30日 14:55     hide bbsi
fgfhfhx~chfchdhrydjfhghhdhjghfhdghfghdgjfg
rhg hfhjf
dhdh
f
ghgf
fhIh
阅读全部 | airt 贴于 2018年6月29日 22:52     hide bbsi
#include <iostream>
#include <conio.h>
#include <ctime>
#include <windows.h>
using namespace std;
const int ROW = 20;
const int line = 35;
class snake;
class Node
{
private:
Node() :x(0), y(0), llink(NULL), next(NULL){}
......................
阅读全部 | 小虫笨 贴于 2018年6月22日 22:23     hide bbsi
function varargout = xianshi(varargin)
% XIANSHI MATLAB code for xianshi.fig
%      XIANSHI, by itself, creates a new XIANSHI or raises the existing
%      singleton*.
%
%      H = XIANSHI returns the handle to a new XIANSHI or the handle to
%      the existing singleton*.
%
%      XIANSHI('CALLBACK',hObject,eventData,handles,...) calls the local
%      function named CALLBACK in XIANSHI.M with the given input arguments.
%
%      XIANSHI('Property','Value',...) creates a new XIANSHI or raises the
......................
阅读全部 | 施杰越 贴于 2018年6月18日 00:29     hide bbsi
上一页 129 130 131 132 133 134 135 136 137 138 下一页