Tomcat7 failed to start: address already in used
Sometime, when I failed to restart my tomcat7 server, and in the log, it returns error: **address already in use!**
Sometime, when I failed to restart my tomcat7 server, and in the log, it returns error: **address already in use!**
As a newcomer, I find a lot of problems when I am using AngularJS. One problem is related to Ajax request. In jQuery, the server side can easy get the parameters, such as name: “John”. 1$.post( 'test.php', { name: 'John', time: '2pm' } );
This article is a brief introduction of how to use maven to deploy your website into tomcat7 [Ubuntu].
This is a quick start helloWorld demo of Laravel.
I have written a PayPal Credit Card payment plugin for jFinal, so I just share it here! It is hosted in my GitHub: https://github.com/zhouhao/PayPal-CreditCard-Payment-jFinal
I think it is better to master 23 Design Patterns as a Java developer. After I have a brief study, I find design pattern is not a new concept, and I have already used some of them in my daily projects unconsciously. Here I will describe some details about Decorator and Proxy, as I find they share something in common.
It is a simple function that can identify the credit card type by its number. Get help from this page: http://www.regular-expressions.info/creditcard.html
Recently, I am learning AngularJS, and I “believe” I have some progress, so that I cannot wait to puslish my work to the public. This is the repository for the AngularJS demo I write in GitHub. And I publish this work at this link: http://sbzhouhao.net/TodoApp-AngularJS-Firebase/#/todo, which is a static page hosted in GitHub Pages.
For JavaScript, I believe the most powerful function is Ajax. So I made a very very simple demo for AngularJS as learner.
Maybe in the June, Wen, the CEO of Smarking Inc gave a link to apply YC Hackthon. Then, in a morning, when I was waiting the subway, I got the email that my application was accepted. Not so superised, as it just means I still did the same thing(coding) in a different place. Thanks for the CMU competition, Wen can afford the flight fee for us to CA. (31st July ~ 4 August)
This post is related to how to make a responsive table into a List view when the browser width is pretty small. Table collapses into a “list” on small screens. Headers are pulled from data attributes. You can find the origin post here: http://codepen.io/geoffyuen/pen/FCBEg. And you can download the ZIP package with this link: http://codepen.io/geoffyuen/share/zip/FCBEg/
With PhoneGap, we can use HTML+CSS+JS to build the mobile apps. But how could we call hardware of iPhone, such as camera, in our code with PhoneGap? Good news is that there are many plugins already existed, with which we can interact with hardware.Now let’s do a app for QRCode sanner:
This post will tell you how detect IE and its version. Refer: http://stackoverflow.com/questions/10964966/detect-ie-version-in-javascript