51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#IR
Spring的@Required注解
以下内容引用自http://wiki.jikexueyuan.com/project/spring/annotation-based-configuration/spring-required-annotation.html:该@Required注解适用于bean属性setter方法,并表示受影响的bean属性必须在X...
代码星球
·
2020-04-04
Spring
@Required
注解
Maven打包时过滤测试代码或指定特定的测试类(maven-surefire-plugin)
1、过滤整个测试代码,可以直接在命令行上指定mvncleaninstall-Dmaven.test.skip=true提示:以上为举例,具体的构建阶段可以自定义,其中maven.test.skip为是否进行测试。或者mvncleaninstall-DskipTests还可以直接在pom.xml文件上指定,比如使用mav...
代码星球
·
2020-04-04
测试
Maven
打包
过滤
代码
Linux下运行Java项目时,出现No X11 DISPLAY variable was set, but this program performed an operation which requires it.的问题解决
在~/.bashrc环境变量文件最下方加入:exportDISPLAY=:0.0然后,刷新环境变量以使其生效:source~/.bashrc参考:http://stackoverflow.com/questions/662421/no-x11-display-variable-what-does-it-mean...
代码星球
·
2020-04-04
Linux
运行
Java
项目
出现
Mac下启动MySQL出现错误“the /usr/local/mysql/data directory is not owned by the 'mysql' or '_mysql' user”解决
错误如下:Warringthe/usr/local/mysql/datadirectoryisnotownedbythe'mysql'or'_mysql'user这应该是某种情况下导致/usr/local/mysql/data的宿主发生了改变。解决方法:终端输入:sudochown-Rmysql/usr/local/m...
代码星球
·
2020-04-04
the
mysql
Mac
启动
MySQL
Ubuntu 16.04安装Adobe AIR
安装:wget-Oadobe-air.shhttp://drive.noobslab.com/data/apps/AdobeAir/adobe-air.shchmod+xadobe-air.sh;sudo./adobe-air.sh卸载:sudoapt-getautoremoveadobeair说明:在Linux下Ad...
代码星球
·
2020-04-04
Ubuntu
16.04
安装
Adobe
AIR
Ubuntu 16.04安装Wireshark进行抓包
技巧:1、可以通过tcpdump抓取某个网卡的包,然后输出日志文件,通过Wireshark进行分析。2、可以设置Wifi热点,然后通过手机连接这个热点,然后进行tcpdump的分析,然后输出日志文件通过Wireshark进行分析,同时也可以直接通过Wireshark进行Wifi网卡的分析。而且在Ubuntu中新建Wif...
代码星球
·
2020-04-04
Ubuntu
16.04
安装
Wireshark
进行
Ubuntu 16.04下FireFox安装Flash插件
下载:https://get.adobe.com/flashplayer/选择tar.gz包解压sudotarzxvfflash_player_npapi_linux.x86_64.tar.gz复制sudocplibflashplayer.so/usr/lib/firefox-addons/pluginssudocp-...
代码星球
·
2020-04-04
Ubuntu
16.04下
FireFox
安装
Flash
Ubuntu 16.04中VirtualBox 5.1使用U盘/USB设备的方法
环境:Ubuntu16.04LTSVirtualBox5.1.26r118224虚拟机系统:Windows7SP164安装扩展:在这里下载:http://download.virtualbox.org/virtualbox/5.1.26/Oracle_VM_VirtualBox_Extension_Pack-5.1.2...
代码星球
·
2020-04-04
Ubuntu
16.04
VirtualBox
使用
USB
Ubuntu 16.04下减小/释放/清理VirtualBox虚拟硬盘文件的大小
一般在VirtualBox中安装Windows,然后用无缝模式进行某些特定软件的使用。而VirtualBox的虚拟硬盘会越用越大,并且VirtualBox没有自带清理工具,相比VMware来说,VMware自带磁盘整理工具。下面是具体的清理方法:1、如果虚拟机使用的系统为Windows:①进入虚拟机,下载SDelete...
代码星球
·
2020-04-04
Ubuntu
16.04下
减小
释放
清理
Ubuntu 16.04安装VirtualBox 5.1实现无缝模式
个人电脑版的虚拟机推荐使用VirtualBox,因为其免费,比起VMware到处要找破解强得多,且最重要的一点是无缝模式,让其感觉不出再用两个操作系统。下载:wgethttp://download.virtualbox.org/virtualbox/5.1.26/virtualbox-5.1_5.1.26-117224...
代码星球
·
2020-04-04
Ubuntu
16.04
安装
VirtualBox
实现
Spring Boot项目@RestController使用重定向redirect
SpringMVC项目中页面重定向一般使用return"redirect:/other/controller/";即可。而SpringBoot使用了@RestController注解,上述写法只能返回字符串,解决方法如下:将一个HttpServletResponse参数添加到处理程序方法然后调用response.sen...
代码星球
·
2020-04-04
Spring
Boot
项目
@RestController
使用
Ubuntu 16.04出现:qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
没有安装qt4-qmake,安装即可:sudoapt-getinstallqt4-qmake 参考:https://stackoverflow.com/questions/23703864/cmake-not-working-could-not-exec-qmake...
代码星球
·
2020-04-04
qmake
Ubuntu
16.04出现
could
not
Maven错误:[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?的解决方法
错误:[ERROR]Nocompilerisprovidedinthisenvironment.PerhapsyouarerunningonaJREratherthanaJDK?解决方法:1、如果是Eclipse时,应该是安装好JDK后Eclipse默认使用的是JRE,所以只要调节回来即可。两种方式都可行:①②、2、如...
代码星球
·
2020-04-04
Maven
错误
ERROR
No
compiler
Apache Shiro教程
跟开涛学系列:来自开涛的ApacheShiro教程:http://jinnianshilongnian.iteye.com/blog/2018398附带的代码例子:https://github.com/zhangkaitao/shiro-example离线版本:(链接:https://pan.baidu.com/s/1...
代码星球
·
2020-04-04
Apache
Shiro
教程
解决 hybird 应用中重复获取 WebView,导致页面元素无法识别的问题
第一版代码:可能大多数人开始都会这么写,这样可能导致无法识别到其他窗口WebView的内容。[java] viewplain copypublic void testDemo() { &n...
代码星球
·
2020-04-04
解决
hybird
应用
重复
获取
首页
上一页
...
127
128
129
130
131
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他