现在需要更新t_user表,但是前台传来的参数 tenant_name 并不在这个表中,需要联合另一个表t_tenant. 要注意的一点是:set后面的字段不要写成 u.fd_validity,否则会报错提示:t_user表中没有 u.fd_validity 字段. UPDATE t_user as u SET fd_validity = '2017-10-13 00:00:00:000' from t_tenant as t WHERE u.fd_delete_flag = 0 AND u.f…
2017/11/21 Leetcode 日记 496. Next Greater Element I You are given two arrays (without duplicates) nums1 and nums2 where nums1’s elements are subset of nums2. Find all the next greater numbers for nums1's elements in the corresponding places of nums2.…
Xamarin 2017.11.1更新 本次更新主要解决了一些bug.Visual Studio 2017升级到15.4.2获得新功能.Visual Studio 2015需要工具-选项-Xamarin进行更新,更新Xamarin插件到4.7.10.33版本. 工具包分享链接:pan.baidu.com/s/1jHUaPhW 密码:4b3i…