我需要将文件路径与文件名分开:(某些代码过去不起作用) 如果路径 www.example.com/hi/test/home.html 我如何才能获得 www.example.com/hi/test / ?
答案 0 :(得分:1)
您可以使用> x <- runif(1000)
> y <- runif(1000)
> microbenchmark(tcrossprod(x,y),x%*%t(y),outer(x,y),times=2000)
Unit: milliseconds
expr min lq mean median uq max neval
tcrossprod(x, y) 1.870282 2.030541 4.721175 2.916133 4.482346 75.77459 2000
x %*% t(y) 1.861947 2.067908 4.921061 3.067670 4.527197 105.60500 2000
outer(x, y) 1.886348 2.078958 5.114886 3.033927 4.556067 93.93450 2000
和substring
:
lastIndexOf