码迷,mamicode.com
首页 >  
搜索关键字:trail file    ( 51209个结果
jfreechart
生成饼状图 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
emacs quick open and jump file (or buffer) which name is current word
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 解决办法
VS2012 error : Required file tracker.exe is missing 解决办...
分类:其他好文   时间:2014-05-15 05:44:18    阅读次数:348
使用JAVA关联打开本地应用文件
在项目里需要运行本地文件或者应用,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
Eclipse查询MySql、添加中文乱码问题
一、设置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
【mysql案例】mysql5.6.14配置my.cnf多实例,mysql_install_db初始化不读取my.cnf配置文件
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
php 异常捕获
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
让 File Transfer Manager 在新版本WIndows上能用
最近研究.NET NATIVE,听说发布了第二个预览版,增加了X86支持,所以下,发现连接到的页面是:https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=53214一看就头疼,因为我...
分类:Windows程序   时间:2014-05-14 12:51:28    阅读次数:382
11-3URLTestDemo实例操作完成URL单元测试
11-3URLTestDemo1、File -> New -> Project在左边模板中选择Visual C#里的Web,对应到的项目类型选择ASP.NET MVC3 Web Application,并给项目取名字为11-3URLTestDemo,默认的解决方案名自动为相应的11-3URLTest...
分类:其他好文   时间:2014-05-14 11:30:17    阅读次数:322
java 读取并且显示 txt 文件
系统: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!