会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
haozj
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2019年6月10日
angular组件使用
摘要: 1.定义子组件 @Component({ selector:"app-product-detail", templeteUrl:"./product-detail/product-detail.html", styleUrls:"", }) export class ProductDetail{ }
阅读全文
posted @ 2019-06-10 11:28 haozj
阅读(1039)
评论(0)
推荐(0)
2019年6月4日
英语摘要2019-6-4
摘要: point 的用法 发展历程中的点 高潮(闪光点):high point 低谷:low point 断点:break point start point 、 end point等等 温度的点 熔点:melting point 冰点:freezing point 沸点:boiling point 拐点
阅读全文
posted @ 2019-06-04 08:30 haozj
阅读(327)
评论(0)
推荐(0)
2019年4月3日
英语笔记2019-4-3
摘要: 古董家具 antique furniture 仿制家具 reproduction furniture 真的古董 genuine antiques 合理地 reasonable
阅读全文
posted @ 2019-04-03 07:50 haozj
阅读(171)
评论(0)
推荐(0)
2019年4月2日
搭建Eureka注册中心时遇到的问题
摘要: 1.存在2个注册中心时:比如8761和8762两个端口的注册中心,8761注册到8762,8762注册到8761,service服务注册到8761/8762都可以。 2.存在3个及以上注册中心:比如8761、8762、8763三个端口的注册中心,8761注册到8762和8763,8762注册到876
阅读全文
posted @ 2019-04-02 08:37 haozj
阅读(808)
评论(0)
推荐(0)
2019年3月14日
环境变量
摘要: JAVA环境变量理解 JAVA_HOME:即java安装根目录,如C:\Program Files\Java\jdk1.8.0_191\ path:主要用于命令行中使用jdk的命令时,去哪里找命令。比如bin目录路径C:\Program Files\Java\jdk1.8.0_191\bin, 配置
阅读全文
posted @ 2019-03-14 22:16 haozj
阅读(127)
评论(0)
推荐(0)
2019年1月16日
postgresql数据库使用遇到的问题
摘要: 1.空间数据使用函数 wkt转shape存入数据库使用的的函数(点、线、面): PUBLIC.st_geomfromtext(wktData,wkid) 仅点:PUBLIC.st_pointfromtext(wktData,wkid) 仅面:PUBLIC.st_polyfromtext(wktDat
阅读全文
posted @ 2019-01-16 17:22 haozj
阅读(416)
评论(0)
推荐(0)
上一页
1
2
3
4
公告