import java.awt.Dimension;import
java.io.File;import java.io.FileReader;import java.util.ArrayList;import
java.util.List;import javax.swing.JFrame;imp...
分类:
其他好文 时间:
2014-05-20 01:34:34
阅读次数:
211
sublime 配置新鲜的特性同时选中多个 先选中一个 再Command + D Command +
P @搜索函数 #搜索关键字迷你地图插件推荐https://sublime.wbond.net/ package control 所有插件列表编码类GBK
Encoding supportht...
分类:
其他好文 时间:
2014-05-20 00:04:34
阅读次数:
410
分区的过程正常:[root@db1 /]#fdisk -lDisk /dev/sda:
21.4 GB, 21474836480 bytes255 heads, 63 sectors/track, 2610 cylindersUnits =
cylinders of 16065 * 512 = 82...
分类:
系统相关 时间:
2014-05-19 23:51:01
阅读次数:
644
错误日志:log_error,log_warnings 服务器启动和关闭过程中的信息
服务器运行过程中的错误信息 事件调度运行一个事件时产生的信息
在从服务器上启动从服务器进程时产生的信息一般查询日志:general_log,general_log_file,log,log_output={...
分类:
数据库 时间:
2014-05-17 14:53:01
阅读次数:
347
Eclipse 打开已存在 Android项目及常见的问题 1、 点击菜单“File”--
"Import",会弹出 Import 对话框:2, 选择“General”—“Existing Projects into Workspace”
后点击“Next”:1、 选择”Browse” 选择项目所在...
分类:
移动开发 时间:
2014-05-17 14:39:23
阅读次数:
291
今天朋友巡检遇到了ORA-00245的报错,下面来看看MOS关于RAC环境中ORA-00245报错的说明。ORA-245:InRACenvironmentfrom11.2onwardsBackupOrSnapshotcontrolfileneedstobeinsharedlocation(文档ID1472171.1) 修改时间:2013-11-11类型:ALERT InthisDocument Descri..
分类:
其他好文 时间:
2014-05-16 02:42:46
阅读次数:
438
资源就是系统内、项目内的各种文件。在Java中获取可以用File类和Class.getResource获取资源,直观的说,File是依赖于文件系统和操作系统的,通过相对和绝对路径定位,使用File接口可以用于获取系统内任何路径下的普通文件。Class和ClassLoader可以用于获取项目环境中的资源,‘..
分类:
其他好文 时间:
2014-05-16 02:11:02
阅读次数:
245
1、创建桌面启动器(编辑/usr/share/applications/eclipse.desktop) 1
[Desktop Entry] 2 Encoding=UTF-8 3 Name=eclipse 4 Comment=Eclipse IDE 5
Exec=/opt/eclipse/eclip...
分类:
系统相关 时间:
2014-05-16 00:50:16
阅读次数:
415
1 package com.epichust.mestar.client.utils; 2 3
import java.io.File; 4 import java.io.FileInputStream; 5 import
java.io.FileOutputStream; 6 im...
分类:
其他好文 时间:
2014-05-16 00:26:36
阅读次数:
436
1. 在工具栏点击Preferences,打开Browse
Packages。在打开的文件夹中找到Python,并打开这个文件夹。找到文件Python.sublime-build,并打开。2.
修改以下内容:{"cmd": ["python", "-u", "$file"],"path":"D:/P...
分类:
编程语言 时间:
2014-05-16 00:18:23
阅读次数:
253