GPS平台、网站建设、软件开发、系统运维,找森大网络科技!http://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=859 1.选项卡效果如图 2.Html代码如下,最重要的是showTab方法 3.sho ...
分类:
其他好文 时间:
2020-06-27 23:59:39
阅读次数:
99
第二天 日期:2020/6/27 1.1 今日完成任务情况以及遇到的问题。 |姓名|任务安排| |: |: | |杨玲|录制视频演示软件测试过程| |刘志梅|博客撰写与视频上传项目Gitub仓库,博客截图显示上传结果| |王斌龙|实施软件功能测试方案进行软件各项功能测试| |马凯军|录制视频演示软件 ...
分类:
其他好文 时间:
2020-06-27 22:48:03
阅读次数:
84
参考链接: https://www.cnblogs.com/luguoshuai/p/11020504.html UGUI源码地址: https://bitbucket.org/Unity-Technologies/ui/downloads/?tab=tags 1.备份 a.先将\Editor\Da ...
分类:
其他好文 时间:
2020-06-27 21:42:17
阅读次数:
92
We continue practicing simple SQL queries on a single table. This tutorial is concerned with a table of Nobel prize winners: nobel(yr, subject, winner ...
分类:
数据库 时间:
2020-06-27 20:33:19
阅读次数:
101
https://www.cnblogs.com/oumyye/p/4448656.html NUMBER ( precision, scale) precision表示数字中的有效位;如果没有指定precision的话,Oracle将使用38作为精度。 如果scale大于零,表示数字精确到小数点右边 ...
分类:
数据库 时间:
2020-06-27 19:59:47
阅读次数:
92
File类的作用 可以用来表示磁盘上的某个文件或者某个文件夹 File类的构造 public File(String pathname);以指定的路径创建File对象 public File(String parent,String child);以指定父路径和子路径创建File对象 public ...
分类:
其他好文 时间:
2020-06-27 10:02:42
阅读次数:
52
1.启动数据库报错:ORA-01102:cannot mount database in EXCLUSIVE mode 给客户处理oracle故障,遇到如下报错: 以sys登录至数据库,执行shutdown immediate; startup;命令报错如下: 数据库默认以独占(EXCLUSIVE) ...
分类:
数据库 时间:
2020-06-27 09:48:07
阅读次数:
81
1、选择打印机名称:private selectPrinterNameButtonClick(e){ //参数 0:只返回选中的打印机名称,1:同时返回当前可用打印机列表,100:只返回当前可用的打印机列表 this.View.AddAction("SelectPrinterExt",0)}prot ...
分类:
其他好文 时间:
2020-06-27 09:41:10
阅读次数:
62
小程序在使用自定义组件中, 在当前页面想要获取组件中的某一状态 需要使用this.triggerEvent('', {}, {}) 第一个参数自定义事件名称第二个参数是传过去的参数第三个参数不可以省略,对象形式 栗子: //首页index.js使用自定义组件 <w-tab-control title ...
分类:
其他好文 时间:
2020-06-27 09:40:37
阅读次数:
129
准备工作 安装Helm curl -L https://git.io/get_helm.sh | bash 创建账户 cat > heml-rbac.yaml << EOF apiVersion: v1 kind: ServiceAccount metadata: name: tiller name ...
分类:
其他好文 时间:
2020-06-27 09:38:49
阅读次数:
119