《Java 应用与开发》课程讲义 - 王晓东
TestAssertion { 2 public static void main(String[] args) { 3 new TestAssertion().process(-12); 4 } 5 public void process(int age) { 6 assert age >= 0; 7 System.out.println(”您的年龄:” + age); 8 // --- 12.5. 课后习题 � 12 � output Exception in thread ”main” java.lang.AssertionError at TestAssertion.process(TestAssertion.java:8) at TestAssertion.main(TestAssertion.java:4) 第二种断言的语法格式如下: 1 assert < boolean TestAssertion2 { 2 public static void main(String[] args) { 3 new TestAssertion2().process(-12); 4 } 5 public void process(int age) { 6 assert age >= 0: ”年龄值不合理”; 7 System.out.println(”您的年龄:” + age);0 码力 | 330 页 | 6.54 MB | 1 年前3Apache Wicket 8.x Reference Guide
. . . . . . . . . . . . . . . . . 3 3.3. Benefits of component oriented frameworks for web development. . . . . . . . . . . . . . . . . . . . . . . . 4 3.4. Wicket vs the other component oriented . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265 23. Test Driven Development with Wicket. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 24. Test Driven Development with Wicket and Spring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 350 页 | 9.95 MB | 1 年前3Apache Wicket 10.x Reference Guide
. . . . . . . . . . . . . . . . . 3 3.3. Benefits of component oriented frameworks for web development. . . . . . . . . . . . . . . . . . . . . . . . 4 3.4. Wicket vs the other component oriented . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254 23. Test Driven Development with Wicket. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267 24. Test Driven Development with Wicket and Spring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 336 页 | 7.16 MB | 1 年前3Apache Wicket 9.x Reference Guide
. . . . . . . . . . . . . . . . . 3 3.3. Benefits of component oriented frameworks for web development. . . . . . . . . . . . . . . . . . . . . . . . 4 3.4. Wicket vs the other component oriented . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 253 23. Test Driven Development with Wicket. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 266 24. Test Driven Development with Wicket and Spring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 335 页 | 7.15 MB | 1 年前3Apache Wicket 7.x Reference Guide
. . . . . . . . . . . . . . . . . 4 3.3. Benefits of component oriented frameworks for web development. . . . . . . . . . . . . . . . . . . . . . . . 5 3.4. Wicket vs the other component oriented . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265 23. Test Driven Development with Wicket. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278 24. Test Driven Development with Wicket and Spring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 346 页 | 10.00 MB | 1 年前3Spring Boot 1.3.7.RELEASE Reference Documentation
sources Dropwizard Metrics Message channel integration 50. Auditing 51. Tracing Custom tracing 52. Process monitoring Extend configuration Programmatically 53. What to read next VI. Deploying Spring Boot | Customization Connection options: HTTP | JMX | SSH Monitoring: Metrics | Auditing | Tracing | Process Chapter 7. Advanced topics Lastly, we have a few topics for the more advanced user. Deploy Spring are: Provide a radically faster and widely accessible getting started experience for all Spring development. Be opinionated out of the box, but get out of the way quickly as requirements start to diverge0 码力 | 502 页 | 455.82 KB | 1 年前3Spring Boot 1.3.9.BUILD-SNAPSHOT Reference Documentation
sources Dropwizard Metrics Message channel integration 50. Auditing 51. Tracing Custom tracing 52. Process monitoring Extend configuration Programmatically 53. What to read next VI. Deploying Spring Boot | Customization Connection options: HTTP | JMX | SSH Monitoring: Metrics | Auditing | Tracing | Process Chapter 7. Advanced topics Lastly, we have a few topics for the more advanced user. Deploy Spring are: Provide a radically faster and widely accessible getting started experience for all Spring development. Be opinionated out of the box, but get out of the way quickly as requirements start to diverge0 码力 | 504 页 | 456.47 KB | 1 年前3Spring Boot 1.3.8.RELEASE Reference Documentation
sources Dropwizard Metrics Message channel integration 50. Auditing 51. Tracing Custom tracing 52. Process monitoring Extend configuration Programmatically 53. What to read next VI. Deploying Spring Boot | Customization Connection options: HTTP | JMX | SSH Monitoring: Metrics | Auditing | Tracing | Process Chapter 7. Advanced topics Lastly, we have a few topics for the more advanced user. Deploy Spring are: Provide a radically faster and widely accessible getting started experience for all Spring development. Be opinionated out of the box, but get out of the way quickly as requirements start to diverge0 码力 | 503 页 | 456.03 KB | 1 年前3Spring Boot 1.3.3.RELEASE Reference Guide
sources Dropwizard Metrics Message channel integration 50. Auditing 51. Tracing Custom tracing 52. Process monitoring Extend configuration Programmatically 53. What to read next VI. Deploying Spring Boot | Customization Connection options: HTTP | JMX | SSH Monitoring: Metrics | Auditing | Tracing | Process Chapter 7. Advanced topics Lastly, we have a few topics for the more advanced user. Deploy Spring are: Provide a radically faster and widely accessible getting started experience for all Spring development. Be opinionated out of the box, but get out of the way quickly as requirements start to diverge0 码力 | 500 页 | 454.94 KB | 1 年前3Spring Boot 1.3.4.RELEASE Reference Guide
sources Dropwizard Metrics Message channel integration 50. Auditing 51. Tracing Custom tracing 52. Process monitoring Extend configuration Programmatically 53. What to read next VI. Deploying Spring Boot | Customization Connection options: HTTP | JMX | SSH Monitoring: Metrics | Auditing | Tracing | Process Chapter 7. Advanced topics Lastly, we have a few topics for the more advanced user. Deploy Spring are: Provide a radically faster and widely accessible getting started experience for all Spring development. Be opinionated out of the box, but get out of the way quickly as requirements start to diverge0 码力 | 501 页 | 455.13 KB | 1 年前3
共 365 条
- 1
- 2
- 3
- 4
- 5
- 6
- 37