Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 141 for 404s (0.19 sec)

  1. docs/ja/docs/tutorial/response-status-code.md

    * **`300`** 以上は「リダイレクト」のためのものです。これらのステータスコードを持つレスポンスは`304`(Not Modified)を除き、ボディを持つことも持たないこともできます。
    * **`400`** 以上は「クライアントエラー」のレスポンスのためのものです。これらは、おそらく最も多用するであろう2番目のタイプです。
        * 例えば、`404`は「Not Found」レスポンスです。
        * クライアントからの一般的なエラーについては、`400`を使用することができます。
    * `500`以上はサーバーエラーのためのものです。これらを直接使うことはほとんどありません。アプリケーションコードやサーバーのどこかで何か問題が発生した場合、これらのステータスコードのいずれかが自動的に返されます。
    
    !!! tip "豆知識"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 15 15:42:08 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tpu-dynamic-layout-pass.mlir

      }) {device = "/device:TPU:0"} : () -> tensor<i32>
      %4:2 = "tf._UnKnownOp_"() : () -> (tensor<3x3x1x32xf32>, tensor<3x3x1x32xf32>)
      %execute1 = "tf_device.launch"() ({
        %5 = "tf.TPUExecute"(%4#0, %4#1, %compile#1)
          : (tensor<3x3x1x32xf32>, tensor<3x3x1x32xf32>, tensor<2x!tf_type.string>) -> tensor<i32>
        tf_device.return %5 : tensor<i32>
      }) {device = "/device:TPU:0"} : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 29.6K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/orig/view/advance.jsp

    						</option>
    						<la:option value="10">10</la:option>
    						<la:option value="20">20</la:option>
    						<la:option value="30">30</la:option>
    						<la:option value="40">40</la:option>
    						<la:option value="50">50</la:option>
    						<la:option value="100">100</la:option>
    					</la:select>
    				</div>
    				<div class="col-lg-4 d-none d-lg-flex align-items-center">
    				</div>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  4. test/inline_big.go

    	a[390] = 0
    	a[391] = 0
    	a[392] = 0
    	a[393] = 0
    	a[394] = 0
    	a[395] = 0
    	a[396] = 0
    	a[397] = 0
    	a[398] = 0
    	a[399] = 0
    	a[400] = 0
    	a[401] = 0
    	a[402] = 0
    	a[403] = 0
    	a[404] = 0
    	a[405] = 0
    	a[406] = 0
    	a[407] = 0
    	a[408] = 0
    	a[409] = 0
    	a[410] = 0
    	a[411] = 0
    	a[412] = 0
    	a[413] = 0
    	a[414] = 0
    	a[415] = 0
    	a[416] = 0
    	a[417] = 0
    	a[418] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 18 11:58:37 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  5. test/fixedbugs/issue30116u.out

                                                              slice[4:0:3] runtime error: slice bounds out of range [4:0:]
                                                              slice[4:0:4] runtime error: slice bounds out of range [::4] with capacity 3
                                                     slice[4:0:4294967295] runtime error: slice bounds out of range [::4294967295] with capacity 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 17:33:38 UTC 2019
    - 44K bytes
    - Viewed (0)
  6. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    337?\222]\254\"N\347\327?\214k\270\220\352\250\357?l2\017A\0053\336?\232\311YP4*\352?x0\317\324^\255\313?\336\t%j-{\350?\010\230B\260\203\n\314?\234\331x0-\316\356?8{&.t\024\336?O\262\266\023\342\354\342?^YPJ\310\214\326?\204\023.\352\006\014\317?\004S\232\256\005]\305?\323\240\327\240\200x\350?\206\230\201\343\260Z\357?hD\322.\234\310\322?\352\305A\325B\207\351?\276f\003\377Wb\344?\000\241=\360f\315\340?\370\355\267BlK\277?\350\226\004\007\367a\270?\272\304\371\010$\257\322?\014\035\312n\314\26...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  7. src/net/http/fs.go

    // and historically Go's ServeContent always returned just "404 Not Found" for
    // all errors. We don't want to start leaking information in error messages.
    func toHTTPError(err error) (msg string, httpStatus int) {
    	if errors.Is(err, fs.ErrNotExist) {
    		return "404 page not found", StatusNotFound
    	}
    	if errors.Is(err, fs.ErrPermission) {
    		return "403 Forbidden", StatusForbidden
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 17:06:47 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  8. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+4024(SB)/8,$0x000000011cfd42e0
    
    	/* x^3136 mod p(x), x^3072 mod p(x) */
    DATA ·IEEEConst+4032(SB)/8,$0x000000000c1bd370
    DATA ·IEEEConst+4040(SB)/8,$0x000000016e5a5678
    
    	/* x^2112 mod p(x), x^2048 mod p(x) */
    DATA ·IEEEConst+4048(SB)/8,$0x00000001a7b9e7a6
    DATA ·IEEEConst+4056(SB)/8,$0x00000001d888fe22
    
    	/* x^1088 mod p(x), x^1024 mod p(x) */
    DATA ·IEEEConst+4064(SB)/8,$0x000000007d657a10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  9. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/http/BlockingHttpServer.java

             *
             * @return this
             */
            BuildableExpectedRequest expectUserAgent(Matcher expectedUserAgent);
    
            /**
             * Sends a 404 response with some arbitrary content as the response body.
             *
             * @return this
             */
            BuildableExpectedRequest missing();
    
            /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %cst = arith.constant dense<3.0> : tensor<40x40xf32>
      %cst2 = arith.constant dense<2.0> : tensor<40xf32>
      %shape1 = arith.constant dense<[1, 40, 40]> : tensor<3xi32>
      %shape2 = arith.constant dense<[40, 40]> : tensor<2xi32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top