- 博客(7)
- 收藏
- 关注
原创 iOS ASIFormDataRequest上传图片 前后台代码
iOS 表单格式上传图片NSString *urls = NSLocalizedString(@"Service_url_upload_do_json", @""); NSURL *url = [[NSURL alloc] initWithString: urls]; ASIFormDataRequest *request = [ASIFormDataRequest request
2015-02-12 15:15:53
548
原创 spring 自动依赖注入
Unable to instantiate Action, orderInfoAction, defined for 'getMcooperation' in namespace '/order'Error creating bean with name 'orderInfoAction' defined in ServletContext resource [/WEB-INF/orderCon
2014-05-08 15:34:29
619
原创 supermap imobile for android 在代码中画一条直线
在地图的跟踪图层中,画一条直线,代码如下//设置起点和终点Point2D startPoint = new Point2D(x1, y1);Point2D endPoint = new Point2D(x2,y2);//设置样式GeoStyle geoStyle_L = new GeoStyle();geoStyle_L.setLineColor(new com.sup
2013-07-23 09:51:29
991
原创 supermap iclient for android iserver服务查询
package com.example.capturegis_iclient;import com.supermap.android.maps.DefaultItemizedOverlay;import com.supermap.android.maps.LayerView;import com.supermap.android.maps.MapView;import com.supermap.a
2013-07-23 09:49:52
1409
原创 supermap imobile for android iServer服务查询
从supermap网站上下载iserver,并启动服务。android iserver服务查询代码如下,QueryService service = new QueryService("http://192.168.0.68:8090");//iserver的UrlServiceQueryParameter parameter = new ServiceQueryParameter()
2013-07-15 16:49:19
847
原创 jquery 自动补全
自动补全,如果把matchContains :true,当data包括我输入的数据,文本框就会提示,如果matchContains :false,因为我自动补全是通过三个字段(汉字、全拼、简拼)一起的,所以这两种都不符合我的要求。matchContains : 'word',这种对英文支持的很好,但是中文就查询不出来了,所以接下来就修改jquery.autocomplete.js里的代码,源代
2013-07-15 16:29:32
957
原创 oracle全文索引_多个表多个字段按照关键字的匹配度排序
http://blog.csdn.net/linfssay/article/details/7679353在网上看到oracle全文索引都是对一张表一个字段进行全文检索,我想对多个表多个字段按照关键字的匹配度排序,sql语句如下select score(1) ,score(2), CDA.AREANAME,CDS.STREETNAME from C_DICT_STREET cds
2013-07-05 13:13:08
3193
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人