My Note on Solutions.
Pages
(Move to ...)
Home
Contact/Tip Me
▼
Friday, April 24, 2015
wse 2 run windows server 2008 R2
›
For some legacy issues, you app stack might use WSE to do the message level authentication. and if you have to run wse 2 in your asmx hosted...
Friday, April 3, 2015
JWT token, signed in C#, and Decode in JS
›
JWT is a widly used token system that we can share token info between APIs or between Apps. i.e we can sign the token by using a shared ke...
4 comments:
Friday, March 27, 2015
C# TPL some basic code
›
Fast win pattern, you might query several urls for the same info, which one return first , that one will be the winner. Send in p...
Thursday, March 12, 2015
Vagrant, Proxy issue, centos local repo and ad-hoc testing
›
Vagrant is a good VM automation tool for both developers and devops, here are some basic tips that I found useful Proxy if you are ...
1 comment:
Thursday, February 19, 2015
Opencart fix, show the shipping method in orders admin page and filter by shippingmethod
›
it turns that this should be a common feature for opencart admins, basically the operation team would like to see orders with priority shipp...
1 comment:
Wednesday, February 11, 2015
C# merge sorting vs insert sorting
›
Quick test for a 50K random double array with random order, to soft it using the system libarry and my own insert sorting/ merge sorting, t...
1 comment:
Friday, February 6, 2015
Jquery , Simple plugin with default options
›
check this sample fiddler, http://jsfiddle.net/androidyou/dox5x8pp/ basically, we can use the $.extend to assign a default value if option...
‹
›
Home
View web version