找到自己的tomcat所在路径打开 conf 文件夹。
我的路径:G:\apache-tomcat-7.0.61\conf
conf文件夹里面有一个 tomcat-users.xml文件。
只需在文件夹中加上这句话就看可以了:
里面的用户名是admin 密码是1234
点击椭圆圈住的按钮,登录自己的用户名和密码。
便可以进入动态上传工程界面了。...
随机产生12个5~15之间的整数放入一堆数组中,然后将这些整数输出,每行输出4个数 #include int main() { int a[12],i,j; for(i=0;imain(){int a,i,j,n,b,s[120];for(i=0;iint main(){ int a[50],i.....
配置参数 当调用“niceScroll”你可以传递一些参数来定制视觉方面: cursorcolor - 十六进制改变光标颜色,默认值是“#000000” cursoropacitymin - 改变不透明度非常光标处于非活动状态(scrollabar“隐藏”状态),范围从1到0,默认为0(隐藏) cu...
??
软件行业报价,询价科普
软件这个行业,在那里都属于比较花钱的行业
陶宝真有100,200做毕业设计的,如果有人真心觉得那个能用
我们也没办法
但是,也不看看,现在北京上海广州给程序员都开的都什么工资水平了,起薪
都5000,10000万了吧,
需求不明确,需要设计,需要讨论,需要编码,需要测试,时间在那里摆着
除非没毕业,不需要谋生
否则,500,1000的,还不如直...
Number SequenceTime Limit:1000MSMemory Limit:10000KTotal Submissions:35251Accepted:10151DescriptionA single positive integer i is given. Write a progr...
一、准备工作“工欲善其事必先利其器。”1.电脑不一定要配置高,但是双屏是必须的,越大越好,能一个横屏一个竖屏更好。一个用来查资料,一个用来写代码 。总之要显得信息量很大,效率很高。2.椅子不一定要舒服,但是一定要可以半躺着。3.大量的便签,各种的颜色的,用来记录每天要完成的事务,多多益善。沿着电脑屏...
切切水题,放松心情:-D 1 #include 2 3 const int maxn = 200000 + 10; 4 int a[maxn]; 5 6 int main() 7 { 8 //freopen("in.txt", "r", stdin); 9 10 int m;1...
dijkstra算法的简单应用。#include#include#include#include#includeusing namespace std;const int maxn=1111;int tt[maxn][maxn],ji[maxn],yy[maxn];vectorabc[maxn];s...
problem:
Given a string s, partition s such that every substring of the partition is a palindrome.
Return all possible palindrome partitioning of s.
For example, given s = "aab",
Retur...
http://acm.hdu.edu.cn/showproblem.php?pid=1018题意:给出一个数n,输出n的阶乘的位数汗Σ( ° △ °|||)︴刚开始还准备上大数乘法 然而10000的阶乘结果就已经接近40000位10^7的阶乘...正:对于一个数n 求其位数可以用 log10(n) ...
题目传送:UVA - 10023
思路:模拟手算开方,不想用c/c++,感觉太麻烦了,就直接用的java里的BigInteger类来写的,写了好久......Java还是得看看书呀,手算开方参考的这里
AC代码:
import java.util.Scanner;
import java.math.BigInteger;
public class Main ...
在PullToRefreshListView中监听右划的动作并且监听到右划之后结束当前Activity
代码如下:final GestureDetector gestureDetector = new GestureDetector(this, new GestureDetector.OnGestureListener() { @Override
pu...
http://www.cnblogs.com/xing901022/p/4309840.htmlhttp://www.cnblogs.com/CareySon/archive/2012/04/27/HTTP-Protocol.htmlhttp://www.cnblogs.com/simple-blo...
一、数据类型基本数据类型有:整型、浮点型、布尔型、字符型整型(存整数类):intshortlongbyte浮点型(存小数):doublefloatdecimal布尔型(True或False):bool字符型(只存一个字符):char二、变量和常量变量的定义:数据类型变量名[=值]//其中[]内的值可...
Given an unsorted array of integers, find the length of the longest consecutive elements sequence.For example,Given[100, 4, 200, 1, 3, 2],The longest ...
题目:Given a linked list, swap every two adjacent nodes and return its head.For example,Given1->2->3->4, you should return the list as2->1->4->3.Your al...
在画ER图的时候想找个比较好用并且专业点的工具,找了半天最后选择了貌似不太专业的EA来画ER图
简单说一下EA是怎么实现画ER图的
一、操作步骤
1.在EA中新建项目之后,选择下边的模型
2.然后双击右侧的Design Model,新建图表
选择Data Modeling
3.然后就可以画ER图了,效果如下...