会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
兴杰(stooges.com.my)
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
47
48
49
50
51
52
53
54
55
···
69
下一页
2018年11月25日
Angular 学习笔记 (Material Select and AutoComplete)
摘要: 更新: 2019-06-27 select 是原生组件 它的交互体验是这样的 ... 1. 点击, 打开 options 2. 通过 scroll 去寻找 options 3. 或者通过 keyboard 写字, scroll and focus options 位置 4. 选择 (自动关闭) 5.
阅读全文
posted @ 2018-11-25 13:41 兴杰
阅读(1229)
评论(0)
推荐(0)
2018年11月13日
Asp.net core (学习笔记 路由和语言 route & language)
摘要: 更新: 2022-03-22 修订版: ASP.NET Core – Globalization & Localization https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/routing?view=aspnetcore-2
阅读全文
posted @ 2018-11-13 17:19 兴杰
阅读(937)
评论(0)
推荐(0)
2018年11月2日
Asp.net core 学习笔记 (library)
摘要: refer : https://docs.microsoft.com/en-us/dotnet/core/tutorials/library-with-visual-studio https://docs.microsoft.com/en-us/dotnet/core/tutorials/consu
阅读全文
posted @ 2018-11-02 01:05 兴杰
阅读(277)
评论(0)
推荐(0)
2018年10月25日
Angular 学习笔记 (Material Datepicker)
摘要: 请移步到: Angular Material 18+ 高级教程 – Datepicker の Calendar & Custom DateAdapter (Temporal) 更新: 2021-01-07 moment 换掉成 dayjs moment 已经不会更新了, 大家都在换 https://
阅读全文
posted @ 2018-10-25 21:34 兴杰
阅读(5106)
评论(0)
推荐(0)
2018年10月24日
form 表单
摘要: 表单是 html 里面最常用到的东西了. 很多时候我们会写自定义的表单,或者直接用框架上层的方式, 比如用 Angular. 但是在做小项目的时候,可能没有必要上框架,那我们就会用到原生的表单了. 这里记入一下,比较冷门的细节. validation selectElt.setCustomValid
阅读全文
posted @ 2018-10-24 17:44 兴杰
阅读(338)
评论(0)
推荐(0)
2018年10月8日
Angular 学习笔记 ( 创建 library, 转换老旧的 library )
摘要: 更新 : 2018-10-28 不知道为什么在 ng 跑一直做不到 .d.ts 最后发现,如果有一个插件 propagating-hammerjs.ts 那么就在 root create 一个 propagating-hammerjs.d.ts ,名字要匹配到,这样就可以跑了。 暂时不管先呗.. r
阅读全文
posted @ 2018-10-08 14:21 兴杰
阅读(956)
评论(1)
推荐(0)
2018年10月2日
Angular 学习笔记 ( timezone + moment + material date-picker + date pipe + asp.net core )
摘要: 请移步到: Date and Time 日期时间 – 开发中的基础知识 更新: 2022-09-27 Unix time 又叫 Unix timestamp 或 UNIX Epoch time 指的是从 1970 1月 1号 到指定时间的总秒数 (不是毫秒哦) C# 可以通过 DateTimeOff
阅读全文
posted @ 2018-10-02 14:52 兴杰
阅读(2118)
评论(0)
推荐(0)
2018年9月28日
常用的 git 命令
摘要: 更新: 2020-12-26 找 history string git log -S search_value refer: https://stackoverflow.com/questions/4468361/search-all-of-git-history-for-a-string/4472
阅读全文
posted @ 2018-09-28 00:37 兴杰
阅读(458)
评论(0)
推荐(0)
2018年9月2日
sql server 学习笔记 ( backup 备份和复原方案, clear log file )
摘要: 更新: 2020-11-15 log file 是会一直长大的, 直到你 backup log file, backup full database log file 还是会长大. 一般的做法是 full back -> log backup (通常需要 2 次, 才可以 shrink, 不知道原因
阅读全文
posted @ 2018-09-02 19:36 兴杰
阅读(2296)
评论(0)
推荐(0)
sql server 我常用的语句
摘要: 1. computed column alter table tableName add columnName as (cast(aColumn as float) / bColumn * 100) persisted; 2. unique nullable create unique nonclu
阅读全文
posted @ 2018-09-02 18:40 兴杰
阅读(314)
评论(0)
推荐(0)
上一页
1
···
47
48
49
50
51
52
53
54
55
···
69
下一页
公告