上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页

2019年9月16日

摘要: package com.example.demo.dxf2svg; import com.aspose.cad.InterpolationMode; import com.aspose.cad.SmoothingMode; import com.aspose.cad.TextRenderingHint; import com.aspose.cad.imageoptions.CadRasteri... 阅读全文
posted @ 2019-09-16 09:05 james-roger 阅读(3272) 评论(2) 推荐(0)

2019年8月22日

摘要: endtime 是 timestamp select to_char(endtime, 'yyyy-MM-dd') as d , count(objectid) FROM sde.polygon where endtime>='2004-09-01 00:00:00' and endtime <=' 阅读全文
posted @ 2019-08-22 09:12 james-roger 阅读(4577) 评论(0) 推荐(0)

2019年7月16日

摘要: 阅读全文
posted @ 2019-07-16 12:12 james-roger 阅读(230) 评论(0) 推荐(0)

2019年7月1日

摘要: SELECT * FROM USER t ORDER BY nlssort(FIRSTNAME, 'NLS_SORT=SCHINESE_PINYIN_M') 阅读全文
posted @ 2019-07-01 14:08 james-roger 阅读(652) 评论(0) 推荐(0)

2019年6月20日

摘要: 如果是更新已经存在的记录里面的某个字段,可以这样实现: 阅读全文
posted @ 2019-06-20 15:33 james-roger 阅读(194) 评论(0) 推荐(0)
摘要: package com.example.demo; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; /** * Created by Administrator on 2019/6/19. */ public class URLEncode { public static void... 阅读全文
posted @ 2019-06-20 10:12 james-roger 阅读(590) 评论(0) 推荐(0)

2019年6月12日

摘要: java.lang.IllegalStateException: Unexpected use of scheduler. 在启动类加: 阅读全文
posted @ 2019-06-12 19:09 james-roger 阅读(1850) 评论(0) 推荐(0)

2019年5月17日

摘要: RestAdapter.Builder builder = new RestAdapter.Builder(); builder.setEndpoint(ip地址);//设置远程地址 builder.setConverter(new GsonConverter(GsonUtils.newInstan 阅读全文
posted @ 2019-05-17 09:51 james-roger 阅读(581) 评论(0) 推荐(0)

2019年4月4日

摘要: docker安装tomcat就不说了,网上一大把 启动tomcat: 命令说明: -p 8080:8080:将容器的8080端口映射到主机的8080端口 -v $PWD/test:/usr/local/tomcat/webapps/test:将主机中当前目录下的test挂载到容器的/test 在命令 阅读全文
posted @ 2019-04-04 17:49 james-roger 阅读(238) 评论(0) 推荐(0)

2019年3月20日

摘要: 日期格式化查询的区别: 模糊查询: 阅读全文
posted @ 2019-03-20 20:02 james-roger 阅读(501) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页