摘要:
前端工程师职位理解: a. 前端是最贴近用户的程序员,前端的能力就是能让产品从 90分进化到 100 分,甚至更好 b. 参与项目,快速高质量完成实现效果图,精确到1px; c. 与团队成员,UI设计,产品经理的沟通; d. 做好的页面结构,页面重构和用户体验; e. 处理hack,兼容、写出优美的 阅读全文
摘要:
private static int a = 0; static void Main(string[] args) { // 原子操作 var b = 0; b = Interlocked.Increment(ref a); // 自增1 b = Interlocked.Decrement(ref 阅读全文
摘要:
using System; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Web; namespace pipeline.App_St 阅读全文