L41Forver
L41Forver
尚未初恋,却已失恋。
关注数: 8
粉丝数: 97
发帖数: 757
关注贴吧数: 81
idea 2020 运行java项目 build很慢 18就还好 idea 2020 运行项目 build很慢 18就还好 请问一下为什么
有没大佬 能不能帮我解释一下 springboot2.X redis注解的问题 springboot 2.0 版本以后 的redis前缀配置入下图 他会在key前加前缀 :: ,而1.0的版本则没有这个问题这样就导致 使用 @CachePut 存入内容后 , key中会带有 :: @CachePut(value = "api", key = "#key") public String put(String key, String api) { return token; }不知道有没有办法能去除掉这个前缀呢 ? 有没有大佬发表一下意见
求大佬给个阵容意见 太难了 抽了4次 2个5星 好难
这游戏买了个新手礼包 发现买不起技能咋搞啊 250级 偷偷摸摸 去世界乱逛 发现没钱 想买技能 发现数字都是天文 ,有啥办法能快速获得金钱吗!
Spring中加载第二次,第一次初始化在web.xml,在加载一次怎么办~ Spring中加载第二次,第一次初始化在web.xml,在加载一次怎么办~求大腿给个明路啊
新手问题求解答 在线等a! 我想附加个mdf文件就在vs上加 但是却报错。不知道该怎么办。求大神给个解决方案~
现在这个游戏不能上去了。1.36求数据包。 新手。现在游戏更新不了,数据包不能下。下一点就自己断开。求问怎么办!!
ctm,一个送的,4打5,出bug了出来然后就不让进去了 如题。选个先知送的。在这个大的机制下杀人给钱,勉强活了下来,然后赶上bug。出来了又进不去,这是什么意思?
求一个23寸1000左右,电脑显示屏。 如题!1000左右吧。别太偏离这个价位。东西好的!
求救a!重装系统之后就不能进入游戏了。 这个出现之后就回滚到登录界面。重装系统之前是没事的。进入到Dota2\SteamApps\common\dota 2 beta打开dota程序胡出现:求大神帮助啊。什么修复啊重启啊都试过了。。
新人求救!!!ins -20802 ins-20802] Oracle Net Configuration Assistant 这个安装失败。求救怎么办。难道要再卸载在安装一遍么0.0
求问大神,我这个怎么会只输出一个空的框啊= =! package 布局管理; import java.awt.*; import javax.swing.*; public class TestPanels extends JFrame{ public TestPanels(){ System.out.println("!!!!!"); JPanel p1 = new JPanel(); p1.setLayout(new GridLayout(4,3)); for(int i =1;i<=9;i++){ p1.add(new JButton(" "+i)); System.out.println(i); } p1.add(new JButton(" "+0)); p1.add(new JButton("start")); p1.add(new JButton("Stop")); JPanel p2= new JPanel(new BorderLayout()); p2.add(new JTextField("Time to be display here"),BorderLayout.NORTH); p2.add(p1,BorderLayout.CENTER); } public static void main(String[] args) { // TODO Auto-generated method stub TestPanels frame = new TestPanels(); frame.setTitle("TTTTT"); frame.setSize(400,250); frame.setLocationRelativeTo(null); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE ); frame.setVisible(true); } } 这是我的截图:这是怎么个意思啊!(憋屈)
实在不懂。这个溢出是什么道理 package abx; import java.util.Scanner; public class PassTwoDimensionalArray { @SuppressWarnings("resource") public static void main(String[] args) { Scanner input = new Scanner(System.in); int [][] m = new int[3][4]; System.out.println("Enter"+ m.length+"rows and"+m[0].length+"columns:"); for(int i =0;i< m.length;i++) for(int j=0;j< m[i].length;i++) m[i][j]=input.nextInt(); System.out.println("\nsum of all element is"+sum(m)); } public static int sum(int[][] m){ int total =0; for(int row =0;row<m.length;row++){ for(int column =0;column<m[row].length;column++){ total += m[row][column]; } } return total; } } 我的结果是: Enter3rows and4columns: 1 2 3 4 Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 3 at abx.PassTwoDimensionalArray.main(PassTwoDimensionalArray.java:13) 不理解怎么就越界了。。
弱弱的问下,在103 104补考物理的大神们有人过了么。 (痛哭)啊啊啊啊。有木有啊
怒求数据结构怎么复习啊 这货太坑了。想20投都不给机会。求大神破了他的金身!!
2013-05-27_12-32-03_1448587090 求dota2战友
有木有人认为某人像凤姐~ 如题~ ~
话说有木有人普通出紫卡!! 我为嘛就没有见过呢!!!
有木有神秘花园的简谱啊~ 如题~我是小白~为什么没有找到神秘花园的简谱~
目测毅吧已经被爆~ RT~
= =这么高端的贴吧 = =!
ctime这货能在c++使用么?又有说afx.h 好吧我迷茫了~= =~ #include<iostream> #include<ctime> using namespace std; int main() { cout<<" 请输入想停几秒:"; float secs;cin>>secs; clock_t_dely=secs*CLOCK_PER_SEC; cout<<"start\a\n"; clock_t start=clock(); while(clock()-start<delay); cout<<"dane\a\n"; return 0;}
龙神妖刀为嘛要离开同福啊~ RT
→_→又到了作业季 话说有没有人在今天交手抄版3000字的食品健康的论文啊~3000手写啊。。真的是手写么!
额。这个数组声明什么意思? #include<iostream>double factorials[15]; using namespace std; const int arsize=16; int main() {int i=0; double factorials[arsize]; factorials[1]=factorial[0]=1.0; for(i=2;i<arsize;i++) factorials[i]=factorials[i-1]*i; for(i=0;i<arsize;i++) cout<<i<<"!="<<factorials[i]<<endl; return 0; } 15.cpp [Error] 'factorial' was not declared in this scope 这是什么问题求救大神- -
求助贴!!!!更新不行了5555 给跪了!!!!
用手机的孩纸想编c++ 网上没有能用的gcc 。c4droid只能编c。求大神教导!!
求大神帮助,绿屏怎么整。。。。 进入游戏说绿屏。。。求大神帮助小人啊。。。。
谁能解释这图。0 ,0 我血魔为嘛加的这么少 不太懂。求解释~ ~多大哥一直没有怎么打钱。。
1
下一页