https://spring.io/tools Spring Tools 4 is the next generation of Spring tooling for your favorite coding environment. Largely rebuilt from scratch, it provides world-class support for developing Spring-based enterprise applications, whether you ...
阅读全文本文是简单介绍基于天翼云的Linux环境下,按照apache, php, mysql官网源码编译手动安装的过程。 如果你期望通过已有的一些安装包快速安装的话,可以忽略本文。 第1部分 Apache 安装Apache 2.4.x。 选择官网下载源码编译的方法安装: Step1: 从官网提供的link下载httpd源码,并解压 wget http://archive.apache.org/dist/httpd/httpd-2.4.7.tar.gz gz ...
阅读全文Create JWT的在线工具: http://jwtbuilder.jamiekurtz.com http://kjur.github.io/jsjws/tool_jwt.html 验证JWT的在线工具 http://jwt.io/ Base64 encode/decode的在线工具: https://www.base64encode.org https://www.base64decode.org ...
阅读全文什么是XML Bomb? 字面上是XML炸弹,此炸弹有Enitity Expansion制作而成,而其威力由其聚变当量级决定。下面就是一个9级炸弹。 <?xml version="1.0"?> <!DOCTYPE bombz [ <!ENTITY bomb "bomb"> <!ENTITY bomb2 "&bomb;&bomb;&bomb;&am ...
阅读全文分享两个有用的在线工具: searchcode: https://searchcode.com 比如说搜索login的php代码实现,可以看到很多example findjar工具可以帮助我们找到jar以及其相关信息。 http://www.findjar.com/ ...
阅读全文在Fiddler官网有很多视频介绍。可以有空看看听听。 http://www.telerik.com/download/fiddler ...
阅读全文常常写一个测试页面用<?php phpinfo();?>来查看php的配置信息。 通过shell也可以快速查看phpinfo. 比如查看ssl相关的信息 $ echo '<?php phpinfo(); ?>' | php 2>&1 |grep -i ssl 这样就可以列出仅仅ssl相关的设置。 Registered Stream Socket Transports => tcp, udp, un ...
阅读全文mac下搭建LAMP环境: http://jingyan.baidu.com/article/0aa22375b553a488cc0d64b5.html 本文是在参考上面链接的基础上做的纪录。 mysql installation in Mac 安装mysql的流程主要还是参考mysql官网上的文档,主要分三步:安装前准备,安装,安装后的设定。 DMG installer: mysql 5.6.34 安装完后需要重置mysql user& ...
阅读全文4 Ways to Enhance Your Learning with TestsChamp Realistic 300-610 Exam Dumps Preparing for the Cisco Certified Network Professional certification exam can be overwhelming, with the fear of missing critical concepts adding extra pressure. But using ...
阅读全文3. ...
阅读全文卸载Oracle数据库有几步: 1. 停止运行中的Oracle相关Service后,使用Oracle Universal Installer (OUI)来卸载安装的oracle 软件。根据其提示操作即可。 2. 然后重启电脑后,进入regedit注册表,删除遗留的相关KEY: 运行regedit,删除 HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ ...
阅读全文scp安装的命令以及log #yum install openssh-clients Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile * base: mirrors.cn99.com * extras: mirrors.cn99.com * updates: mirrors.cn99.com base ...
阅读全文Jenkins安装plugin时出现的错误: Checking internet connectivity Checking update center connectivity sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath ...
阅读全文京东的黑五活动中的schiff品牌的这款磷虾油软胶囊原价248,促销活动满299减150.买两瓶389含税,即194.5一瓶。 但是用下面的方式买不仅更便宜,而且还能买到更多的东西。那就是一瓶磷虾油软胶囊加一瓶鱼油(59元)凑成一单后179含税,然后下两次单,即179*2=358含税,买两瓶磷虾油软胶囊和两瓶鱼油。 ...
阅读全文在 Unix 平台下安装 PHP 有几种方法:使用配置和编译过程,或是使用各种预编译的包。 本文是在Linux下面自编译生成PHP的方法,主要参考官网提供的方法结合一些自身的情况: 从apache官网获取 Apache 源码包,然后解压: gzip -d httpd-2_x_NN.tar.gz tar -xf httpd-2_x_NN.tar 同样,获取 PHP 源码包并解压: gunzip php-NN.tar.gz tar -xf php- ...
阅读全文HG Data,一个了解行业软件使用情况的网站,有了它可以帮助我们查看一个软件有哪些公司在使用,以及其竞争对手等数据。这有助于我们了解一个软件的使用范围和市场份额。 网址:https://discovery.hgdata.com/ ...
阅读全文在使用IDEA开发Spring Boot application时,如果使用Devtools依赖包时,可以配置automake来实现文件修改后自动build,deploy并不手动重启server的情况下测试改动。配置如下: 1) create Spring Boot project with SB V1.3 and add "Devtools" (1*) to dependencies 2) invoke Help->Find Action... and t ...
阅读全文Linux上搭建SVN服务器可以参考网上这两篇文章,解释的很详细。 http://www.cnblogs.com/chaichuan/p/3758173.html https://my.oschina.net/junn/blog/164041 http://www.ha97.com/4467.html 这里快速的列出相关命令: 安装: 1. yum install -y subversion 查看版本 2. svnserve --versi ...
阅读全文五大类别投资股: 低价股 绩优股 概念股 消费股 题材股 题材股与概念股的区别 概述如下 消费股的概念 如下 2013~2014有哪些题材 中国题材 世界题材 行业题材 科技题材 ...
阅读全文在configure php时: ./configure --prefix=/home/php5.5.8 --with-apxs2=/home/apache/bin/apxs --with-mysql --with-mysqli --with-gd --enable-mbstring --enable-sockets --enable-shared --with-pdo-mysql --with-jpeg-dir=/usr/lib64 --with-freetype-dir=/usr/ ...
阅读全文