生成饼状图 1 package com.kite.jfreechart; 2 3 import
java.awt.Font; 4 import java.awt.Image; 5 import java.io.File; 6 import
java.io.IOException; 7 8 imp.....
分类:
其他好文 时间:
2014-05-15 16:49:33
阅读次数:
340
Sometime, we need to open a file or buffer which name began with current word in emacs.
Here I give the solution as follows.
(provide 'quick-file-jump)
(defun ab/quick-buffer-jump ()
"Quickly jum...
分类:
其他好文 时间:
2014-05-15 15:02:20
阅读次数:
373
VS2012 error : Required file tracker.exe is missing 解决办...
分类:
其他好文 时间:
2014-05-15 05:44:18
阅读次数:
348
在项目里需要运行本地文件或者应用,JDK6后就新增Desktop类,可以直接使用。这样就可以在程序里可以打开任何应用。比如:打开的是pdf文件,本地默认打开是福昕,程序运行的时候就会使用福昕打开pdf文件。
package test;
import java.awt.Desktop;
import java.io.File;
public class DesktopTest {
public...
分类:
编程语言 时间:
2014-05-15 04:40:03
阅读次数:
267
一、设置MyEclipse的字符编码,步骤如下:
1、进入Window--Preferences--General--Workspace,Text file encoding 选项中默认的Default(GBK)选项更改为Other,并将值设为utf-8;
2、进入Window--Preferences--MyEclipse--Files and Editors,将这个选项下面的:ASP ...
分类:
数据库 时间:
2014-05-15 04:18:55
阅读次数:
299
mysql5.6.14配置my.cnf多实例,mysql_install_db初始化不读取my.cnf配置文件
[ERROR] InnoDB: auto-extending data file ./ibdata1 is of a differentsize 768 pages (rounded down to MB) than specified in the .cnf file: initial65536 pages, max 0 (relevant if non-zero) pages!
2014-0...
分类:
数据库 时间:
2014-05-14 14:20:48
阅读次数:
412
1 首先是try,catch getMessage();}function
file_open($path){ if(!file_exists($path)) //如果文件无法找到,抛出异常对象 { throw new
Exception("文件无法找到", 1); } if(!f...
分类:
Web程序 时间:
2014-05-14 13:19:14
阅读次数:
427
最近研究.NET
NATIVE,听说发布了第二个预览版,增加了X86支持,所以下,发现连接到的页面是:https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=53214一看就头疼,因为我...
11-3URLTestDemo1、File -> New ->
Project在左边模板中选择Visual C#里的Web,对应到的项目类型选择ASP.NET MVC3 Web
Application,并给项目取名字为11-3URLTestDemo,默认的解决方案名自动为相应的11-3URLTest...
分类:
其他好文 时间:
2014-05-14 11:30:17
阅读次数:
322
系统:mac os x 10.9eclipse在eclipse 中建立一个project,
命名为Cin_txt,Cin_txt的内容testwanghelloworld以下是输入的代码import java.io.File;import
java.io.FileInputStream;import...
分类:
编程语言 时间:
2014-05-14 11:07:42
阅读次数:
341