1、未在本地注册string strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + FilePath + ";Extended Properties='Excel 8.0;HDR=NO;IMEX=1';";当利用上边的字符串操作xls...
分类:
其他好文 时间:
2014-09-05 21:08:52
阅读次数:
206
1、PropertiesEditor (编辑properties文件的插件): http://propedit.sourceforge.jp/eclipse/updates/2、Aptana Studio 3 (js编辑插件):http://download.aptana.com/studio3/p...
分类:
系统相关 时间:
2014-09-05 17:57:41
阅读次数:
250
SharedPreferences详解我们在开发软件的时候,常需要向用户提供软件参数设置功能,例如我们常用的微信,用户可以设置是否允许陌生人添加自己为好友.对于软件配置参数的保存,如果是在window下通常我们会采用ini文件进行保存.如果是J2EE下面,我们会采用properties属性文件或者x...
分类:
移动开发 时间:
2014-09-05 17:56:41
阅读次数:
226
以引入.pulltorefresh为例
下载zip,解压到桌面打开eclipse,File-Import-Existing Android Code Into Workspace选中library文件,导入到eclipse中打开此library,右键library,properties-Android-Library-勾选Is Library
打开你的程序后,右键你的主程序,prope...
分类:
移动开发 时间:
2014-09-05 13:03:01
阅读次数:
204
oracle学习笔记2014.09.05
测试数据库配置的信息
全局数据库名:xiuhao
系统标识符(SID):xiuhao
服务器参数文件名:c:\oracle\dbs\spfilexiuhao.ora
database control URL: http://C-1:5500/em
sys以及system解锁
edit
以文本格式打开当前命令/
/
执行当前命令
l [n...
分类:
数据库 时间:
2014-09-05 12:58:31
阅读次数:
236
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:
其他好文 时间:
2014-09-05 12:37:51
阅读次数:
215
#-*-coding:utf-8-*-
[p_w_upload]
max_size=262144
render_unsafe_content=false
[browser]
color_scale=True
downloadable_paths=/trunk,/branches/*,/tags/*
hide_properties=svk:merge
intermediate_color=
intermediate_point=
newest_color=(255,136,136)
oldest_color..
分类:
其他好文 时间:
2014-09-05 10:11:21
阅读次数:
2915
有时候在开发过程中,总是会遇到一些莫名奇妙的错误,或者在使用fragement和viewpage的时候,就会出现下面这个错误,如果出现找不到android-support-v4 包的时候,可以使用下面的方法进行添加:
Project->properties->Java Build Path->Libraries->Add External Jars中加入sdk目录下的extras/andr...
分类:
移动开发 时间:
2014-09-05 06:37:30
阅读次数:
318
eclipse加速之禁用JS、jsp等文件的语法验证去除eclipse的JS验证:将windows->preference->Java Script->Validator->Errors/Warnings->Enable Javascript Sematic validation前面的勾去掉;选中要修改的项目,Project》Properties或右键项目 -> properties -> Bui...
分类:
Web程序 时间:
2014-09-04 23:43:40
阅读次数:
446