• something backup


    http://www.cnblogs.com/qggg/p/6832705.html

    1*4*4*2 
    [[[[ 1.  2.] 
       [ 3.  4.] 
       [ 5.  6.] 
       [ 7.  8.]] 
     
      [[ 8.  7.] 
       [ 6.  5.] 
       [ 4.  3.] 
       [ 2.  1.]] 
     
      [[ 4.  3.] 
       [ 2.  1.] 
       [ 8.  7.] 
       [ 6.  5.]] 
     
      [[ 1.  2.] 
       [ 3.  4.] 
       [ 5.  6.] 
       [ 7.  8.]]]]
      
      
    4*4*2
    [[[ 1.  2.] 
       [ 3.  4.] 
       [ 5.  6.] 
       [ 7.  8.]] 
     
      [[ 8.  7.] 
       [ 6.  5.] 
       [ 4.  3.] 
       [ 2.  1.]] 
     
      [[ 4.  3.] 
       [ 2.  1.] 
       [ 8.  7.] 
       [ 6.  5.]] 
     
      [[ 1.  2.] 
       [ 3.  4.] 
       [ 5.  6.] 
       [ 7.  8.]]]
      
      
      4*2
      [[ 1.  2.] 
       [ 3.  4.] 
       [ 5.  6.] 
       [ 7.  8.]]

  • 相关阅读:
    raw socket
    selenium and win32api
    linux ip
    network config
    grub paramiter & menu.list
    实用命令dd
    resin or tomcat .war e.g. note
    JSP 运行
    linux command screen
    docker interact example
  • 原文地址:https://www.cnblogs.com/finallyliuyu/p/7620559.html
Copyright © 2020-2023  润新知