Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for Chang (0.03 sec)

  1. android/guava-testlib/test/com/google/common/util/concurrent/testing/TestingExecutorsTest.java

    import java.util.concurrent.ExecutionException;
    import java.util.concurrent.Future;
    import java.util.concurrent.ScheduledFuture;
    import junit.framework.TestCase;
    
    /**
     * Tests for TestingExecutors.
     *
     * @author Eric Chang
     */
    public class TestingExecutorsTest extends TestCase {
      private volatile boolean taskDone;
    
      public void testNoOpScheduledExecutor() throws InterruptedException {
        taskDone = false;
        Runnable task =
    Registered: 2025-05-30 12:43
    - Last Modified: 2024-10-18 22:10
    - 3.7K bytes
    - Viewed (0)
  2. guava-testlib/test/com/google/common/util/concurrent/testing/TestingExecutorsTest.java

    import java.util.concurrent.ExecutionException;
    import java.util.concurrent.Future;
    import java.util.concurrent.ScheduledFuture;
    import junit.framework.TestCase;
    
    /**
     * Tests for TestingExecutors.
     *
     * @author Eric Chang
     */
    public class TestingExecutorsTest extends TestCase {
      private volatile boolean taskDone;
    
      public void testNoOpScheduledExecutor() throws InterruptedException {
        taskDone = false;
        Runnable task =
    Registered: 2025-05-30 12:43
    - Last Modified: 2024-10-18 22:10
    - 3.7K bytes
    - Viewed (0)
  3. docs/vi/docs/environment-variables.md

    trường hợp, cách các biến môi trường trở nên hữu ích và có thể áp dụng không thực sự rõ ràng ngay từ đầu, nhưng chúng sẽ liên tục xuất hiện trong rất nhiều tình huống khi bạn phát triển ứng dụng, vì vậy việc hiểu biết về chúng là hữu ích.
    
    Chẳng hạn, bạn sẽ cần những thông tin này khi bạn học về [Môi trường ảo](virtual-environments.md)....
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-02-07 22:17
    - 9.8K bytes
    - Viewed (0)
  4. docs/vi/docs/virtual-environments.md

    `uv` có thể làm nhiều thứ, chẳng hạn:
    
    * **Cài đặt Python** cho bạn, bao gồm nhiều phiên bản khác nhau
    * Quản lí **các môi trường ảo** cho các dự án của bạn
    * Cài đặt **các gói (packages)**
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-02-07 22:19
    - 26.1K bytes
    - Viewed (0)
  5. RELEASE.md

    # Release 2.12.1
    
    ### Bug Fixes and Other Changes
    
    Registered: 2025-05-27 12:39
    - Last Modified: 2025-04-21 16:40
    - 738.1K bytes
    - Viewed (1)
  6. guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java

              TimeoutsToUse.FINITE,
              isBoolean(method) ? Outcome.FAILURE : Outcome.HANG);
          addTests(
              suite,
              method,
              Scenario.SATISFIED_AND_OCCUPIED_BEFORE_ENTERING,
              TimeoutsToUse.INFINITE,
              isGuarded(method) ? Outcome.HANG : (isTryEnter(method) ? Outcome.FAILURE : Outcome.HANG));
          addTests(
              suite,
              method,
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-05-13 18:46
    - 27K bytes
    - Viewed (0)
  7. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    easypanel.app
    easypanel.host
    
    // EasyWP : https://www.easywp.com
    // Submitted by <******@****.***>
    *.ewp.live
    
    // eDirect Corp. : https://hosting.url.com.tw/
    // Submitted by C.S. chang <******@****.***>
    twmail.cc
    twmail.net
    twmail.org
    mymailer.com.tw
    url.tw
    
    // Electromagnetic Field : https://www.emfcamp.org
    // Submitted by <******@****.***>
    at.emf.camp
    Registered: 2025-05-30 11:42
    - Last Modified: 2024-12-27 13:39
    - 309.7K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/plugins/form-validator/lang/vi.js

    liệu!",requiredFields:"Bạn chưa nhập đủ các thông tin bắt buộc",badTime:"Thời gian chưa chính xác",badEmail:"Địa chỉ email chưa chính xác",badTelephone:"Số điện thoại chưa chính xác",badSecurityAnswer:"Câu hỏi bảo mật chưa chính xác",badDate:"Ngày tháng chưa chính xác",lengthBadStart:"Yêu cầu nhập từ ",lengthBadEnd:" ký tự",lengthTooLongStart:"Dữ liệu quá dài, yêu cầu ít hơn ",lengthTooShortStart:"Dữ liệu quá ngắn, yêu cầu nhiều hơn ",notConfirmed:"Dữ liệu không được xác nhận",badDomain:"Tên miền...
    Registered: 2025-05-26 08:04
    - Last Modified: 2018-01-01 05:12
    - 2.5K bytes
    - Viewed (0)
  9. tests/gorm_test.go

    			t.Fatalf("select expects: %v, got %v", u1.ID, gotUsers[0].ID)
    		} else if gotUsers[1].ID != u2.ID {
    			t.Fatalf("select expects: %v, got %v", u2.ID, gotUsers[1].ID)
    		}
    
    		u1.Name = "Jinzhu"
    		u2.Name = "Zhang"
    		if results := DB.Save([]*user{&u1, &u2}); results.Error != nil {
    			t.Fatalf("errors happened on update: %v", results.Error)
    		} else if results.RowsAffected != 2 {
    Registered: 2025-05-25 09:35
    - Last Modified: 2023-06-01 07:22
    - 3.3K bytes
    - Viewed (0)
  10. guava/src/com/google/common/util/concurrent/MoreExecutors.java

       * @param terminationTimeout how long to wait for the executor to finish before terminating the
       *     JVM
       * @return an unmodifiable version of the input which will not hang the JVM
       * @since 28.0 (but only since 33.4.0 in the Android flavor)
       */
      @J2ktIncompatible
      @GwtIncompatible // TODO
      public static ExecutorService getExitingExecutorService(
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-03-17 20:26
    - 43.6K bytes
    - Viewed (0)
Back to top