#include <iostream>#include <cstdlib>#include <ctime>#include "vector.h" int main(){ srand(time(0)); double direction; VECTOR::Vector step; VECTOR::Ve ...
分类:
编程语言 时间:
2018-10-23 21:00:57
阅读次数:
161
1.用plus.uploader.createUpload上传文件经常要跟上其他参数,如上面代码的 ...
分类:
Web程序 时间:
2018-10-23 10:57:07
阅读次数:
246
升级 iOS 12 之后,使用 Xcode 9 真机调试会提示错误: Could not locate device support files. This iPhone 6 Plus is running iOS 12.0 (16A366), which may not be supported ...
分类:
移动开发 时间:
2018-10-18 01:14:31
阅读次数:
830
1.使用SQL*PLUS停止数据库[oracle@OracleTest oracle]$ sqlplus /nolog SQL> connect / as sysdba SQL> shutdown [immediate] SQL> exit 2.停止Listener [oracle@OracleTe ...
分类:
数据库 时间:
2018-10-17 14:46:22
阅读次数:
257
重新配置em即可,还有Oracle_SID环境变量一定要记得设置。1,修改DBSNMP密码:重新配置DBCONSOLE,需要输入DBSNMP密码,但任何密码都会显示错误,需要预先修改好。C:\Users\Administrator>sqlplus/nologSQL*Plus:Release11.2.0.1.0Productionon星期二10月1619:24:322018Copyright(
分类:
数据库 时间:
2018-10-16 20:22:34
阅读次数:
197
(二期)3、mybatis与mybatis plus (二期)3、mybatis与mybatis plus 【课程三】mybatis ...运用.xmind0.1MB 【课程三】mybatis...机制.xmind0.2MB 【课程三】mybatis与jdbc.xmind0.2MB 【课程三】多数据 ...
分类:
其他好文 时间:
2018-10-16 10:19:18
阅读次数:
237
```go
package main import ( "fmt"
) func main() { res := plus(1,2) fmt.Println("1+2=",res)
} //定义私有函数,首字母小写。首字母大写,定义公有函数
func plus(a,b int)int { retur... ...
分类:
其他好文 时间:
2018-10-15 20:39:30
阅读次数:
173
Given a Binary Search Tree (BST), convert it to a Greater Tree such that every key of the original BST is changed to the original key plus sum of all ...
分类:
其他好文 时间:
2018-10-14 00:15:07
阅读次数:
160
该段代码的功能是:通过cout输出字符到显示端,同样的通过ofstream对象输出字符到文件端.。关于端输出流ostream和文件输出流fstream的一些本质性描述如下: 上述<<c++ prime plus>>中描述了控制台输出和文件输出的基本流程。从其中可以看出,控制台输出和文件输出本质上差别 ...
分类:
编程语言 时间:
2018-10-13 16:52:21
阅读次数:
269
[oracle@jtwy02 ~]$ sqlplus '/as sysdba'SQL*Plus: Release 11.2.0.4.0 Production on Sat Oct 13 14:14:13 2018Copyright (c) 1982, 2013, Oracle. All rights ...
分类:
数据库 时间:
2018-10-13 15:42:03
阅读次数:
1776