
Web
hitman.banker
Thinking in Architecture and Art
展开
-
Locale and Browser's Language Setting
By change the browser's language setting, we could influence the server side's locale determination process, since our setting would be reflected in the HTTP Request Header. Tested Tough.For chrome,原创 2012-11-23 13:15:33 · 2115 阅读 · 0 评论 -
This web page has a redirect loop
1. Problem2. Analysis原创 2015-07-29 16:20:40 · 745 阅读 · 0 评论 -
LESSON: HTTP 403 Error Caused By Spring Security Role Missing
1. ProblemTomcat local access log:59.152.238.163 - - [09/Aug/2015:22:50:06 +0000] "GET /bas/api/v2/odds/fb/1035916/ft/ah/3/home/0/0/ibc HTTP/1.1" 403 993 0.006 Java/1.7.0_10Java Exception:原创 2015-08-10 11:44:42 · 838 阅读 · 0 评论 -
High Chart
In yesterday's candidate interview, I just heard of an awesome web chart tool: HIGH CHART.This morning, I run across a HIGH CHART book on itpub.netI don't mean to learn it, but I should know its e原创 2015-04-17 10:43:19 · 551 阅读 · 0 评论 -
One Cause of Nginx 502 Bad Gateway
In my case, the cause is just 'php-fpm is not running'php-fpm is a cgi deamon, Nginx is running PHP at CGI mode原创 2015-03-23 11:23:41 · 657 阅读 · 0 评论 -
Site Analysis Note 19
1. Static Resource HTTP Response Headercache-control:public, max-age=30758400cf-cache-status:HITcf-ray:1afc29518836124f-HKGcontent-encoding:gzipcontent-type:text/cssdate:Wed, 28 Jan 2015 09:28:原创 2015-01-28 17:52:17 · 929 阅读 · 0 评论 -
Super Tool: Conduct Global Ping on One Site
http://just-ping.comalias: http://cloudmonitor.ca.com/TO BE CONTINUED原创 2015-01-28 18:41:39 · 747 阅读 · 0 评论 -
Practical HTTP Compression Distilled
1. How it worksThe intercourse between browser and web server.Reference:[1]原创 2014-10-24 23:43:12 · 765 阅读 · 0 评论 -
Insightful Thought on Load Balance Solution Choice
F5 VS Apache Reference:[1]转载 2014-10-24 22:41:05 · 539 阅读 · 0 评论 -
LESSON: Store Fast Changing Business Data in Memory
One of our legacy web application, receives feed stream data and provides XML query原创 2014-10-25 00:17:45 · 703 阅读 · 0 评论 -
Do you feel the time zone pain
1. Find Server's Time Zone Information1.1 MySQLSELECT TIMEDIFF(NOW(), UTC_TIMESTAMP);1.2 OracleSELECT SYSTIMESTAMP FROM dual;1.3 Linuxdate -RReference: 1. http://stackoverflow.co原创 2014-07-11 10:36:36 · 732 阅读 · 0 评论 -
How to Debug Spring RestTemplate Client
Reference:1. http://stackoverflow.com/questions/10247869/spring-resttemplate-beginner-the-request-sent-by-the-client-was-syntactically-i2.原创 2014-06-06 11:12:16 · 2168 阅读 · 0 评论 -
Unexpected 500 Internal Server Error from Bookie Rest Service
In real life, we encountered 500 Internal Server Error unexpectedly from bookies, like原创 2014-06-05 19:58:29 · 2655 阅读 · 0 评论 -
Gambling Note
1. Glossary:Market: 游戏/玩法/盘口Running/Live: 滚球Odd:赔率原创 2013-02-13 12:08:33 · 575 阅读 · 0 评论 -
RAN Note
1. Fact 1: The site is based on ASP.NET.2. Fact 2: is heavily used in the homepages.3. Fact 3: Unless you logged in, the odd is not clickable.4. Mystery of the latest odd value.原创 2013-02-13 12:02:25 · 498 阅读 · 0 评论 -
Frequent Used Command
1. Windows1.1 mstsc /v:10.88.50.62 /console2. Jenkins2.1 http://ftp.osuosl.org/pub/jenkins/原创 2012-12-17 18:50:09 · 481 阅读 · 0 评论 -
View HTTP Request/Response Headers in Browser
1. ChromeSTEP 1. CTRL + SHIFT + iSTEP 2. Load or Refresh a pageSTEP 3. Network--> Headers 2. FirefoxSTEP 1. Install Firebug and Open itSTEP 2. Load or Refresh a pageSTEP 3. Net原创 2012-11-23 11:22:27 · 560 阅读 · 0 评论 -
Forget Restclient and Embrace Postman for Rest API testing
Yesterday, one of our clients mentioned he uses Postman for testing our Restful API.Then, I added the app to my chrome, astonishing look and easy to use, really a contemporary and stylish alternativ原创 2015-12-10 10:38:32 · 213 阅读 · 0 评论