我已经离开了Autodesk,开启新篇章.在过去7年多时间中,我先后支持Autodesk 基础设施相关产品的开发,包括MapGuide/AIMS,Map3D,Civil 3D,Infraworks等,随后更多关注云和移动相关技术,尤其是以View and Data API为代表的BIM模型轻量化技术.很高兴的看到,经过几年的努力,现在云技术不在是曲高和寡,越来越多的用户开始认识到并开始把到云计算/云服务应用到生产实践中去了! 我虽然离开Autodesk公司,但今后还是会在相关行业,继续关注Aut…
using UnityEngine; using System.Collections; public class MouseEvent_Color : MonoBehaviour { //物体初始颜色 private Color CubeColor; private Texture CubeTexture; private GameObject ObjCube; // Use this for initialization void Start () { ObjCube = GameObjec…
string1 = ''''' the stirng Has many line In THE fIle ''' list_of_string = string1.split() print list_of_string #将字符串分离开,放入列表中 print '*'*50 def case_insensitive_sort(liststring): listtemp = [(x.lower(),x) for x in liststring] listtemp.sort() return [x…
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]"AwayModeEnabled"=dword:00000001 将上面的内容写到.reg文件中,启动即可开启离开模式.恢复时将dword改为0.…