海沧.AVAJ.昌南.4VL.
sqlserver
没有引号?
java文件啊亲
传参……
っ士绅雅优♂ζ.VL.
这不是java 是拼接sql 海沧.AVAJ.昌南.4VL.
sql用来获得字段名
然后用server拼接查询条件
mkl0. 0� �哥哥光时.圳深.4VL.
我公司项目上个人也这么写if+sql的
我特么每次写到那里时候都骂他
mkl0. 0� �哥哥光时.圳深.4VL.
害得我也跟着他那样做下去才行 海沧.AVAJ.昌南.4VL.
这么多if可以用map
mkl0. 0� �哥哥光时.圳深.4VL.
毕竟每个人写代码习惯不一样
っ士绅雅优♂ζ.VL.
都可以的 看框架些一般框架 带这样的 in eq 什么的 海沧.AVAJ.昌南.4VL.
最终结果出来就可以了
mkl0. 0� �哥哥光时.圳深.4VL.
恩
结果能出来就行
mkl0. 0� �哥哥光时.圳深.4VL.
后面再考虑能改善的就改善
っ士绅雅优♂ζ.VL.
看到出现3次 就提取方法
前台页面 我就公用的很少
っ士绅雅优♂ζ.VL.
几个页面一起用 c:if 用的心累改一点点 可能几个页面出问题 mkl0. 0� �哥哥光时.圳深.4VL.
一般都是一个方法做一件事就好了,除非dao层
公用写多了,以后改的话,都不知道怎么改
っ士绅雅优♂ζ.VL.
不会的
方法都一样的
都用这个 改1个就改所有 反而不会漏改
水人勺禾.圳深.4VL.
MyEclipse的Carl+h怎么用
心初.海珠.zVL.
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'config' defined in class path resource [applicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type 'java.util.ArrayList' to required type 'org.springframework.core.io.Resource' for property 'location'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [java.util.ArrayList] to required type [org.springframework.core.io.Resource] for property 'location': PropertyEditor [org.springframework.core.io.ResourceEditor] returned inappropriate value of type [java.util.ArrayList]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:657)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:461)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:389)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:294)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4334)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:920)
at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:883)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:516)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: org.springframework.beans.TypeMismatchException: Failed to convert property value of type 'java.util.ArrayList' to required type 'org.springframework.core.io.Resource' for property 'location'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [java.util.ArrayList] to required type [org.springframework.core.io.Resource] for property 'location': PropertyEditor [org.springframework.core.io.ResourceEditor] returned inappropriate value of type [java.util.ArrayList]
at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:468)
at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:494)
at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:488)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1433)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1392)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1128)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
... 34 more
Caused by: java.lang.IllegalArgumentException: Cannot convert value of type [java.util.ArrayList] to required type [org.springframework.core.io.Resource] for property 'location': PropertyEditor [org.springframework.core.io.ResourceEditor] returned inappropriate value of type [java.util.ArrayList]
at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:260)
at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:448)
... 40 more
谁知道这个错误
mkl0. 0� �哥哥光时.圳深.4VL.
嗯
截图
mkl0. 0� �哥哥光时.圳深.4VL.
不用发了,没我的浏览器
erac� �t�� �noD.lVL.
为什么下载了没有javac
erac� �t�� �noD.lVL.
怎么设置呢 XXavaJ━圳深δ.VL.
http://games.qq.com/a/20160906/002398.htm#p=18
雨飞.lVL.
不是种子 不是番号 你发个毛线的地址啊
神大猫.州广.4VL.
今天终于把水果忍者的成就系统和果汁飞溅效果给完成了erac� �t�� �noD.lVL.
为什么编译不了1.java XXavaJ━圳深δ.VL.
?广州-猫:) 你做那有几把用
nosciF.东广.zVL.
有人可以告诉我出了什么问题吗 erac� �t�� �noD.lVL.
java文件夹拒绝访问是怎么回事 ��� �♛ζ.VL.
报错了你还运行 erac� �t�� �noD.lVL.
这样子对吗?深圳-大鱼 ?成都-过客 客过.都成.4VL.
这一句话根本没有问题 你确定你的class是正确的?拿一个helloworld给我有什么用 客过.都成.4VL.
什么意思? erac� �t�� �noD.lVL.
这两个不需要吗
erac� �t�� �noD.lVL.
现在是这样子了 牛阿.圳深ζ.VL.
你能对着书好好的仔细的敲一遍么
erac� �t�� �noD.lVL.
我看视频的 哈哈哈哈哈
erac� �t�� �noD.lVL.
:这个是不错的
风ζ.VL.
建议先找个基础的书看看,在学着写,要不然什么都不知道,照着写,没用
客过.都成.4VL.
如果原视频有冒号 , 那就是你屏幕脏了
erac� �t�� �noD.lVL.
现在是这样子情况 客过.都成.4VL.
你对着边看边打吧
就像拿着 1+1 问大家
erac� �t�� �noD.lVL.
没有告诉哪里错了阿 圳深.zVL.
ALL.:)有没有最近做过java的项目,给我面试用用?
海旧船沉ζ.VL.
今天安装oracle 11g 12c都失败了,最后装了个快捷版的,心好累
海旧船沉ζ.VL.
我也不清楚,装11g的时候直接出来一个错误,点了确定之后等了一下,直接闪退了
海旧船沉ζ.VL.
12c好像提示什么注册表错误
64位
特别是12c,按照网上的教程来,显示的结果也一样,就是安装不了
光逆.州广δ.VL.
你要选择兼容性和管理员身份运行
海旧船沉ζ.VL.
兼容性用哪个版本的我再试试 海旧船沉ζ.VL.
也对,公司的都收费
那我还是下个快捷版的吧,了解了解
对了,出去工作的话,对Linux的熟悉程度有要求么
装个jdk都不知道怎么设置环境变量,,
��� �♛ζ.VL.
Linux的话 了解就可以了啊
海旧船沉ζ.VL.
哦,如果用Linux的话,装哪个版本比较好呀
��� �♛ζ.VL.
JDK都不知道怎么配置环境变量的话那就尴尬了
��� �♛ζ.VL.
我在公司里面都用Windows
海旧船沉ζ.VL.
教程太多太乱了
我装双系统的时候就是因为那些个教程,走了好多弯路
该省的步骤不省,不该省的步骤一笔带过
看着心累
海沧.AVAJ.昌南.4VL.
哈哈
装个双系统不是分分钟的事情……
海旧船沉ζ.VL.
第一次装的时候折腾了半天,会了之后不算装的那段时间,加起来不超过5分钟,是很简单,就是那些所谓的详细教程,唉
你不多看几篇不是一个人写的详细教程,是不可能知道他为什么要这么干的,只看一个写的话,看完后还是一脸懵逼,哈哈
海旧船沉ζ.VL.
嗯,我还年轻,缺的就是经验呀,哈哈