上一页 1 2 3 4 5 6 7 8 9 ··· 41 下一页
摘要: 转载请联系vx:xiaoshitou5854 Modules 在open ui5里,资源一般都叫modules。使用sap的Message Toast,替换掉alert。Message Toast module的加载是异步的。 webapp/controller/App.controller.js 阅读全文
posted @ 2021-06-20 22:47 小石王 阅读(967) 评论(0) 推荐(1) 编辑
摘要: 转载请联系vx:xiaoshitou5854 Controllers 用Controller控制按钮的点击事件 webapp/view/App.view.xml <mvc:View controllerName="sap.ui.demo.walkthrough.controller.App" xml 阅读全文
posted @ 2021-06-20 22:45 小石王 阅读(1170) 评论(0) 推荐(0) 编辑
摘要: 转载请联系vx:xiaoshitou5854 XML View 有多种view:html,xml,JavaScript。xml view可读性好,可以把view的声明从controller logic里抽离出来。 webapp/view/App.view.xml (New) <mvc:View xm 阅读全文
posted @ 2021-06-20 22:44 小石王 阅读(1317) 评论(0) 推荐(0) 编辑
摘要: 转载请联系vx:xiaoshitou5854 引入Control,sap/m/Text就是UI5里的Controller,初始化Text对象,设置text属性为Hello World,并替换index.html里的id为content的DOM节点。 webapp/index.js sap.ui.de 阅读全文
posted @ 2021-06-20 22:43 小石王 阅读(1464) 评论(0) 推荐(0) 编辑
摘要: 转载请联系vx:xiaoshitou5854 引入sap ui5的js库文件 webapp/index.html: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>SAPUI5 Walkthrogh</title> <scrip 阅读全文
posted @ 2021-06-20 22:41 小石王 阅读(2087) 评论(1) 推荐(0) 编辑
摘要: 转载请联系vx:xiaoshitou5854 首先要安装nodejs,然后才能执行下面的操作 nodejs:https://nodejs.org/en/ vscode:https://code.visualstudio.com/ 1,安装ui5 npm install --global @ui5/c 阅读全文
posted @ 2021-06-20 22:35 小石王 阅读(5415) 评论(0) 推荐(2) 编辑
摘要: sudo tzselect sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 阅读全文
posted @ 2021-06-02 21:58 小石王 阅读(624) 评论(0) 推荐(0) 编辑
摘要: install ubuntu with UNetbootin 阅读全文
posted @ 2021-05-15 19:05 小石王 阅读(69) 评论(0) 推荐(0) 编辑
摘要: git config user.name tom git config user.email jerry@aa.com 存放在当前目录的.git/config文件里 [user] name = tom email = jerry@aa.com git config --global user.nam 阅读全文
posted @ 2020-09-06 22:32 小石王 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1,apt 创建:/etc/apt/apt.conf.d/proxy.conf 内容: Acquire::http::Proxy "http://username:password@ip地址或网址:8080/"; Acquire::https::Proxy "http://username:pass 阅读全文
posted @ 2020-08-08 15:03 小石王 阅读(252) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 41 下一页