1.canvas,screen模式和world模式区别:screen的绑定摄像机与canvas相对位置不会改变不可改变canvas,world模式下有个event camera相对位置可改变,canvas可改变,canvas就相当于一个3D物体.sorting,order layer规定canvas优先级. 2.富文本支持html标签. 3.控制image fill public class imagetype : MonoBehaviour { public Image imagel; pub
<! doctype html public "-//w3c//dtd html 4.0//en" "http://www.w3.org/tr/rec-html140/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=gb2312"> <title&g
参考http://blog.csdn.net/hello985/article/details/13295305 (一) 导出scott用户下的emp表到xx用户下 1.1 创建DIRECTORY,用sys用户创建 create directory DATA_PUMP_DIR as 'D:\dir_dp'; 1.2 在该目录上对scott用户授读写权限 Grant read,write on directory DATA_PUMP_DIR to scott; -