1. Official download installation file redis-4.0.2 version, unzip, compile (GCC, TCL), make Test no problem, compile successfully2. Switch to Redis directory, execute src/redis-server redis.conf redis.conf Content Note 2 point a) note bind 127.0.0.1 B) Turn off protected mode and allow other IP remote connections3. Execution Src/redis-cli-h 192.168.xx.xx-p 6379If set key value succeeds, then it is possible to connect remotely ( pay special attention to whether the firewall on the server is down
Turn from Mr. Tao, some of the pictures make changes to see for yourselfHttp://www.cnblogs.com/taoSir/p/5144274.htmlDue to the JMeter pure Java development, the interface is also based on swing or AWT, so want to know more deeply about this tool or for children who want to understand the development of JMeter plug-in or two times development of children's shoes, read jmeter Source estimation is essential, So first we have to integrate the source code to facilitate the debug and two development,
Now that the team is in the mainstream or using MAVEN for project management, how do we use MAVEN's approach to continuous integration is that we need to install Maven's plugin into Jenkins, but we're going to take this step, MAVEN is also installed on our Linux machine.So what do we do with the MAVEN installation under Linux?First download Maven,maven's official website has, looks like the *****bin.tar.gz package carries on the download, uses the SSH
Eclipse plug-in installationPydev for Eclipse plug-ins for each version: http://sourceforge.net/projects/pydev/files/pydev/The installation Pydev plugin version matching principle is: http://blog.sina.com.cn/s/blog_81b434db0101hd7z.html5, decompression Pydev plug-in, you will find features, plugins two folders, and then the features folder to move the files under the D:\dev\eclipse\features directory, the Plugins folder files moved to D:\dev\ The Eclipse\plugins directory.Note: D:\dev\eclipse\
In the previous Article blog post introduced the installation and configuration of lamp. Here is a special introduction to PHP in a fastcgi way with the httpd integration of the case, how to compile and configure. Also assume that httpd, MySQL, as described in the previous blog post installation configuration is complete. PHP also takes the same version of the source package php-5.6.1.tar.bz2.1. Compiling and installing PHP
# Tar XF php-5.6.1
configuration of the Tomcat home directory is shown in/var/www/html/,7-36.650) this.width=650; "src=" http://images.51cto.com/files/uploadimg/20081113/134543757.jpg "alt=" 134543757.jpg "/ >4. Configure ApacheEdit the file/etc/httpd/conf/httpd.conf and add the following statement at the end of the file:Include/usr/share/tomcat5/conf/jk/mod_jk.conf-auto5. Restarting Apache and TomcatBecause the configuration files for Apache and Tomcat are modified separately using the MOD_JK connector, you need
Jedis,spring-redis-data integration, when the version mismatch, often reported some exceptions, such as1:java.lang.noclassdeffounderror:org/springframework/data/geo/metric2:java.lang.nosuchmethoderror:redis.clients.jedis.jediscluster.set ([b[b) ljava/lang/string3:jedis.exceptions.jedisconnectionexception:unknown Reply:3are caused by Jedis,spring-redis-data,spring-data-common and other package version matching.The best solution, with Spring-redis-data
Cn.happy.day15tx.service.istockservice;import Cn.happy.day16ssm.dao.ibookdao;import Cn.happy.day16ssm.entity.book;import Cn.happy.day16ssm.service.bookservice;import Org.junit.Test;import Org.springframework.context.applicationcontext;import org.springframework.context.support.classpathxmlapplicationcontext;/** * Created by Administrator on 2018/3/3. */public class Test20180316 { //spring+mybatis integration @Test public void Spring () {
Tag: value string cut executes conf name protect xmlns timingRecent research on the timing task, a better implementation is to use quartz to achieve. Write a note here. The steps for spring to integrate quartz are for reference only.I'm using Maven to manage the project, first stick to the dependencies you need.Configuration of the Pom file in Maven:"1.0"encoding="UTF-8"? >"http://maven.apache.org/POM/4.0.0"Xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemalocation="http://maven.apa
Animation Integration Animation IntegrationAnimation allows for each transition between control states to be fully animated using Unity ' s Animation system. The the most powerful of the transition modes due the the number of the properties that can be animated simultaneously.Animate with Unity's animation, allowing transitions between individual control states. Because of the number of animated features that can be used simultaneously (many), this is
-framework-web/index/test3. Add spring to the Hqhop-framework-web projectAdd the following in Web. xml:Create a resources.properties below the Src/main/resources folder and add the following:#druid DataSource Druid Data Source configuration information # Reference https://github.com/alibaba/druid/wiki/%E9%85%8D%E7%BD%AE_DruidDataSource% e5%8f%82%e8%80%83%e9%85%8d%e7%bd%aedruid.initialsize=10druid.minidle=10druid.maxactive=50druid.maxwait= 60000druid.timebetweenevictionrunsmillis=60000druid.min
Several pain points for the Handwriting API documentation:
Documents need to be updated, you need to send a copy to the front end, that is, the document update communication is not timely.
Ambiguous interface return result
Interfaces cannot be tested directly online, often using tools such as Postman
Too many interface documents, bad management
Swagger is in order to solve this problem, of course, can not say that swagger must be perfect, of course, there are shortcomin
webpackAs the most fire-front building tool, is the most important part of the front-end automation tool chain, the use of high threshold. This series is the author's own study record, compares the foundation, hoped through the problem + solves the pattern, takes the front-end construction to meet the concrete demand as the starting point, the Learning webpack tool corresponding processing method. (The parameter configuration and usage methods in this article are based on webpack4.0版本 )I. Integr
First of all, using IIS to connect directly to tomcat, searched all the information on the Internet, but the dead or not even, perhaps IIS closed bar, it seems that Tomcat and IIS far from becoming friends.
So had to find a way, with the Apache listening 80来 do request forwarding, request to the site of IIS to go to the corresponding directory, request to Tomcat under the site forward to Tomcat, then began to look for this information, finally after repeated trial, right to overcome the difficul
authenticated and authorized. You can use Shiro to protect URLs by referring to the "Integration with Spring" section. A user accesses a URL protected by Shiro, such as http://host/security/action.do. Shiro first check whether the user has passed the certification, if not passed the authentication check, then jump to the login page, otherwise authorize the inspection. The authentication process needs to obtain the user and the password information th
Content Summary
HttpUnit is an integrated testing tool that focuses on testing Web applications, providing help classes that allow testers to interact through Java classes and servers, and handle server-side responses as text or DOM objects. HttpUnit also provides a mock servlet container that allows you to test your servlet's internal code without the need to publish a servlet. The authors in this article will describe in detail how to use the classes provided by HttpUnit to complete the
In the previous article we talked about the combination of sonar and MAVEN to achieve code quality review, but because MAVEN's learning cost is high, not any project is suitable, so this article we describe how to use the combination of sonar and ant for Code quality review.For now, the integration of sonar and ant is not as good as the integration of sonar and MAVEN, so you'll need to write more scripts du
relevant bean declaration to Applicationcontext.xml. Let spring help new out of the required database connections and datasource. The address of the MongoDB server is passed into the MONGO bean. Mongotemplate uses template mode to encapsulate MongoDB data object operations, which is the core class. A few parameters a database name a default collection name, compare understood.
As a minimalist application, it is sufficient that applicationcontext.xml only set up these two beans.
Step
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.