09 2012 档案

摘要:两种方式 public static void ApplicationRestart() { mutex.Close(); Application.Exit(); Application.Restart(); Environment.Exit(0); } public static void ProcessRestart() { mutex.Close(); Proces... 阅读全文
posted @ 2012-09-28 14:35 I'm CY 阅读(238) 评论(0) 推荐(0)
摘要:mockingbirdis an online tool that makes it easy for you to create, link together, preview, and share mockups of your website or application.WebSite:https://gomockingbird.com/ 阅读全文
posted @ 2012-09-06 22:10 I'm CY 阅读(237) 评论(0) 推荐(0)
摘要:IntroductionIKVM.NET is an implementation of Java forMonoand theMicrosoft .NET Framework. It includes the following components:A Java Virtual Machine implemented in .NETA .NET implementation of the Java class librariesTools that enable Java and .NET interoperabilityRead moreabout what you can do wit 阅读全文
posted @ 2012-09-05 14:00 I'm CY 阅读(204) 评论(0) 推荐(0)
摘要:结构图如下:pom.xml<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0 阅读全文
posted @ 2012-09-02 19:00 I'm CY 阅读(322) 评论(0) 推荐(0)