2020年3月25日 星期三
dotnet core localization
https://damienbod.com/2017/11/01/shared-localization-in-asp-net-core-mvc/
# good
https://dotblogs.com.tw/shadow/2018/09/03/172157
https://www.jeffogata.com/asp-net-core-localization-culture/
# more culture class
https://dotnetcoretutorials.com/2017/06/22/request-culture-asp-net-core/
# culture in mdsn
https://docs.microsoft.com/zh-tw/dotnet/api/system.globalization.cultureinfo?view=netframework-4.8
# cluture in glboal site
http://site.icu-project.org/
# source code
https://github.com/dotnet/aspnetcore/tree/master/src/Mvc/Mvc.Localization/src
# chinsse usinge
zh-hans or zh-hant
http://newgoodlooking.pixnet.net/blog/post/126776133
# good dotnet cultre
https://www.jeffogata.com/asp-net-core-localization-culture/
if zh-TW fail will search zh
# chisnse list
https://vector.cool/html5%E7%9A%84lang%E9%80%9F%E6%9F%A5-%E6%B3%A8%E6%84%8F%EF%BC%9A%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87%E4%B8%8D%E6%98%AFzh-tw%E5%96%94/
# simple map
http://www.lingoes.net/en/translator/langcode.htm
# cookie setting
https://www.cnblogs.com/guzhenyin/p/9154447.html
2020年3月18日 星期三
2020年3月17日 星期二
jquery datetimepicker
https://xdsoft.net/jqplugins/datetimepicker/
https://github.com/xdan/datetimepicker
https://www.jqueryscript.net/demo/Clean-jQuery-Date-Time-Picker-Plugin-datetimepicker/
https://github.com/xdan/datetimepicker
https://www.jqueryscript.net/demo/Clean-jQuery-Date-Time-Picker-Plugin-datetimepicker/
2020年3月10日 星期二
Vue site
1. learning
https://ithelp.ithome.com.tw/articles/10198843
https://medium.com/@rorast.power.game/vue-js%E7%B3%BB%E5%88%97%E4%BA%8C-%E4%BD%BF%E7%94%A8-vue-cli-3-79968e9fed7d
2. reference
toyko cov19 : https://github.com/tokyo-metropolitan-gov/covid19
https://www.metro.tokyo.lg.jp/index.html
https://ithelp.ithome.com.tw/articles/10198843
https://medium.com/@rorast.power.game/vue-js%E7%B3%BB%E5%88%97%E4%BA%8C-%E4%BD%BF%E7%94%A8-vue-cli-3-79968e9fed7d
2. reference
toyko cov19 : https://github.com/tokyo-metropolitan-gov/covid19
https://www.metro.tokyo.lg.jp/index.html
2020年3月4日 星期三
ElasticSearch Learning reference
1. Analyze
https://learnku.com/articles/35136strip html
Office
2. Study
小信豬EBOOk
3. IDTF
計中 素人4. Work token
5. analyzehttps://tomme.me/elasticsearch-ik-analyzer-optimize/
https://mednoter.com/all-about-analyzer-part-one.html
fielddata
https://medium.com/@st0012/elasticsearch-analysis-b0418b3158d8
https://medium.com/@st0012/elasticsearch-analysis-b0418b3158d8
2020年3月3日 星期二
Elastic search - Date range with time_zone
1.
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html
paper: https://www.ijraset.com/fileserve.php?FID=11409
https://www.academia.edu/40608761/Elasticsearch_The_Definitive_Guide_Elasticsearch_The_Definitive_Guide
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html
paper: https://www.ijraset.com/fileserve.php?FID=11409
https://www.academia.edu/40608761/Elasticsearch_The_Definitive_Guide_Elasticsearch_The_Definitive_Guide
GET /_search { "query": { "range": { "timestamp": { "time_zone": "+01:00", "gte": "2020-01-01T00:00:00", "lte": "now" } } } }
訂閱:
文章 (Atom)