; 该脚本使用 HM VNISEdit 脚本编辑器向导产生; 安装程序初始定义常量!define PRODUCT_NAME "IntegratedSecurityLane"!define PRODUCT_VERSION "1.0"!define PRODUCT_PUBLISHER "威视股份, In...
分类:
其他好文 时间:
2014-09-29 17:32:21
阅读次数:
182
本文涉及两个问题: ListView中checkbox错位问题 oncreateContextMenuListener失效问题 activity_listview_item.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.and...
分类:
其他好文 时间:
2014-09-29 17:15:11
阅读次数:
269
搭建Android开发环境之旅(Android4.0.3)1.首先要下载相关的软件1). JDK 6 以上 2). eclipse( Version 3.6.2 or higher)点击下载3). SDK(android-sdk_r18-windows) 眼下是最新的 点击下载4). ADT 18 ...
分类:
移动开发 时间:
2014-09-29 16:09:51
阅读次数:
197
回到学校,感觉一切都不顺利,破解个myeclipse破解一晚上,new 一个server new了一上午。刚开始Eclipse new里面找不到server 这个东西,后来才知道要下ee版本,而不是standard版本。安装包的名字上会有这些单词,下载时要留意。new server的时候一直提示un...
分类:
编程语言 时间:
2014-09-29 15:42:50
阅读次数:
135
" -------------------- Copyright Header Begin ---------------------------------" Descripation : Facilitates vim settings " Version : 2.0" Author ...
分类:
其他好文 时间:
2014-09-29 10:19:37
阅读次数:
369
commons-fileupload-1.3.1.jar工具包的依赖包是commons-io-2.2.jar(FileUploaddepends on Commons IO, so make sure you have the version mentioned on the
dependenciespage in your classpath before continuing.)...
分类:
其他好文 时间:
2014-09-28 18:04:33
阅读次数:
246
SIGSEGV (0xb) at pc=0x00007fbcae8f2c91, pid=5707, tid=140449979574016 JRE version: 7.0_25-b30 Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode l...
分类:
系统相关 时间:
2014-09-28 17:59:53
阅读次数:
241
1、esri 命名空间 所有的对象都是在 esri 命名空间下的,esri 有自己的属性和方法。 如 esri.version 返回当前 JavaScript API 的版本号。esri.hide(Element) 隐藏 html 元素,像 DIV 或者是 TABLE 元素。2、Graphic 对象...
分类:
编程语言 时间:
2014-09-28 17:54:04
阅读次数:
185
/**
?*?@Title:?Aggregate.java
?*?@Package?com.wangbiao.design
?*?@Description:?TODO?
?*?@author?wangbiao???
?*?@date?2014-9-20?下午05:02:00?
?*?@version?V1.0
?*/
package?c...
分类:
编程语言 时间:
2014-09-28 17:16:14
阅读次数:
198
最近在做一款叫叽叽的App(男银懂的),其中有一个功能需要对图片处理实现毛玻璃的特效进过一番预研,找到了3中实现方案,其中各有优缺点:1、如果系统的api在16以上,可以使用系统提供的方法直接处理图片if (VERSION.SDK_INT > 16) { Bitmap bitm...
分类:
移动开发 时间:
2014-09-28 13:50:12
阅读次数:
228