2020年5月26日 星期二

dotnet core log

1. Using lograte http://n.sfs.tw/content/index/12926
2.  https://www.nuget.org/packages/NLog.Config/
3. https://dotblogs.com.tw/ricochen/2018/04/06/024020
4 https://blog.yowko.com/asp-net-core-default-log-nlog-serilog/
5. https://medium.com/@WilliamWhetstone/net-core-project-%E5%BE%9E%E9%9B%B6%E9%96%8B%E5%A7%8B-nlog-b8effb9561f9
6. https://blog.johnwu.cc/article/ironman-day19-asp-net-core-nlog-log4net.html

2020年5月24日 星期日

Nginx survey

1.  cache and buffer


2. nginux proxy

cache_2
cache_3
cache_4
cahce_5
https://blog.techbridge.cc/2017/06/17/cache-introduction/


https://smalltowntechblog.wordpress.com/2014/10/25/nginx-location-regex%E7%AD%86%E8%A8%98/

2020年5月20日 星期三

2020年4月27日 星期一

webpack


webpack learning
1. https://ithelp.ithome.com.tw/articles/10184762
2. https://neighborhood999.github.io/webpack-tutorial-gitbook/Part1/StartCoding.html
3. learning good: https://www.sitepoint.com/beginners-guide-webpack-module-bundling/
4. good choice: https://github.com/geelen/webpack-from-first-principles
5. wepack office en https://webpack.js.org/loaders/file-loader/#publicpath
6. wepack office ch  https://webpack.docschina.org/loaders/file-loader/
7. webpack public path https://juejin.im/post/5af11ab4f265da0ba5677ccc
8. fileloader used https://awdr74100.github.io/2020-03-09-webpack-urlloader-fileloader/

vue:
1. https://ithelp.ithome.com.tw/articles/10202470
2 https://devs.tw/post/60
3 https://cli.vuejs.org/guide/webpack.html
4 https://vue-loader-v14.vuejs.org/zh-cn/start/spec.html
5. https://vue-loader.vuejs.org/migrating.html#a-plugin-is-now-required
6. https://vue-loader.vuejs.org/guide/#manual-setup
7 https://ithelp.ithome.com.tw/articles/10213923
8. vue webpack: https://vuejs.org/v2/guide/installation.html
9. vue content: https://www.mmxiaowu.com/article/58482558d4352863efb55475
10. good vue install: https://www.lagou.com/lgeduarticle/19307.html
11.  good vue install2: https://segmentfault.com/a/1190000012789253


spa
1. https://code.tutsplus.com/tutorials/single-page-todo-application-with-backbonejs--cms-21417
2. https://www.sitepoint.com/single-page-app-without-framework/


babel:
1. https://www.ruanyifeng.com/blog/2019/02/npx.html
2. https://www.cybergrx.com/resources/blog/how-to-create-a-barebones-production-ready-npm-package-with-babel-7/
3. office: https://babeljs.io/docs/en/configuration
4. good chinesse: https://michaelchen.tech/javascript-programming/babel/
5. good with webpack: https://medium.com/i-am-mike/webpack%E6%95%99%E5%AD%B8-%E5%9B%9B-javascript-%E8%88%87-babel-1d7acd911e63
6. office runtime: https://babeljs.io/docs/en/babel-runtime
7.

css normal:
https://ithelp.ithome.com.tw/articles/10196528

2020年4月22日 星期三

doent core write files

1. https://www.c-sharpcorner.com/article/sending-files-from-web-api/

2. https://blog.johnwu.cc/article/ironman-day23-asp-net-core-upload-download-files.html

3.https://stackoverflow.com/questions/39994695/asp-net-core-api-controller-response-body-writeasync-base64-string-not-working

2020年4月19日 星期日

leaning js

https://ithelp.ithome.com.tw/users/20105814/ironman/2049?page=2


_Layout learning
https://vuestic.epicmax.co/admin/forms/form-elements

https://madewithvuejs.com/blog/the-best-vue-js-admin-dashboards


https://vuetifyjs.com/en/getting-started/quick-start/

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