package test;class A { public A(){ System.out.println("A3"); } { System.out.println("A1"); } static { System.out.println("A2"); }} public class B exte ...
分类:
编程语言 时间:
2016-05-16 19:46:00
阅读次数:
145
package choujiang; import java.util.ArrayList; import java.util.Collections; import java.util.Random; public class Draw { public ArrayList<Integer> li ...
分类:
其他好文 时间:
2016-05-16 19:33:58
阅读次数:
126
具体可参考:http://lostingz.github.io/sublime_channel/ 1.打开sublime,ctrl+shift+p打开窗口输入:Package Control: Add Channel 输入sublime的channel为本页面下载channel json的路径即:h ...
分类:
其他好文 时间:
2016-05-16 19:16:27
阅读次数:
234
第三方的免费软件仓库安装包 1、Linux安装软件: rpm方式:rpm(Red Hat Package Manager)现在是Linux standard Base(LSB)中采用的包管理系统。 优点:安装过程简单;缺点:需要解决依赖问题。 yum方式:使用yum命令从软件仓库中取到相应的软件包并 ...
分类:
系统相关 时间:
2016-05-16 17:34:24
阅读次数:
636
use utl_smtp to send mail Notes 1.port need to change according to server setting. For example gmail smtp port is 465. 2.use utl_smtp.command to use T ...
分类:
数据库 时间:
2016-05-16 17:16:05
阅读次数:
233
一、 找出函数中存在的问题。以下题目均在Lab05项目中完成。 1、 请给MySQLConnBean.java中的类和每个方法都加上注释 2、 package org.easybooks.bookstore.jdbc; 3、 4、 import java.sql.*; 5、 6、 public cl ...
分类:
其他好文 时间:
2016-05-16 17:07:40
阅读次数:
183
deriveddata-exterminator: A magic button in Xcode to exterminate the current project's DerivedData directories Alcatraz: Package manager for Xcode DXX ...
分类:
其他好文 时间:
2016-05-16 17:03:53
阅读次数:
167
package com.text_1; public class XiYouJiRenWu { //输入游戏名字 String name; //身高 double height; //武器 String weapon; //显示名字 void shuchu() { System.out.printl ...
分类:
其他好文 时间:
2016-05-16 14:22:46
阅读次数:
194
package com.example.wang.myapplication; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import and ...
分类:
编程语言 时间:
2016-05-16 12:44:01
阅读次数:
186