2016年11月7日

How to deploy JAVA Application on Azure Service Fabric

摘要: At this moment, Azure Service Fabric does not support JAVA application natively (but it's on the support roadmap). However, we can host the JAVA appli 阅读全文

posted @ 2016-11-07 20:33 周星的Blog 阅读(974) 评论(0) 推荐(0) 编辑

JAVA FAQ

摘要: java.exe v.s. javaw.exe"The javaw.exe command is identical to java.exe, except that with javaw.exe there is no associated console window. ... Use java 阅读全文

posted @ 2016-11-07 15:11 周星的Blog 阅读(151) 评论(0) 推荐(0) 编辑

Use TCPView to resolve "Address already in use: bind" issue

摘要: When we run a runnable JAR file multiple times from the console, it's common that we would run into the following exception error: The exception is ob 阅读全文

posted @ 2016-11-07 15:04 周星的Blog 阅读(240) 评论(0) 推荐(0) 编辑

Develop Endpoint for China Azure

摘要: 经常碰到客户给我们上ticket,表示他们无法链接China Azure(Mooncake)的service endpoint。在这类问题中,我们看到最多的报错是:"Unresolved DNS name"。 造成这类错误的原因是,我们在创建client的时候,需要显式的指定链接service的en 阅读全文

posted @ 2016-11-07 13:12 周星的Blog 阅读(509) 评论(0) 推荐(0) 编辑

Check if Password Sync is enabled in AAD

摘要: Sometimes you will wonder why you cannot logon with the identities synced to Azure AD via AAD Connect.The most possible cause is the accounts' passwor 阅读全文

posted @ 2016-11-07 11:12 周星的Blog 阅读(224) 评论(0) 推荐(0) 编辑

盗链引起的Azure Traiffic Manager Endpoint 配置问题

摘要: 今天碰到一个有意思的问题:添加“www.baidu.com” 为Azure Traffic Manager(例如:test.trafficmanager.cn)的一个Endpoint,尝试访问test.trafficmanager.cn 服务器返回504。 Troubleshooting: 在Azu 阅读全文

posted @ 2016-11-07 11:09 周星的Blog 阅读(455) 评论(0) 推荐(0) 编辑

Difference between Exporting as s JAR and Exporting as a Runnable JAR

摘要: The runnabel JAR contains a MANIFEST.MF file, which defines the Main class to be executed when the JAR is run. Non-runnable JARs are just libraries of 阅读全文

posted @ 2016-11-07 11:04 周星的Blog 阅读(574) 评论(0) 推荐(0) 编辑

强烈推荐Greg Linden的Early Amzon系列

摘要: 文章链接地址: http://glinden.blogspot.sg/2006/05/early-amazon-end.html The points I learned: 阅读全文

posted @ 2016-11-07 09:57 周星的Blog 阅读(258) 评论(0) 推荐(0) 编辑

导航