摘要:
Date.prototype.format = function (format) { var args = { "M+": this.getMonth() + 1, "d+": this.getDate(), "h+": this.getHours(), "m+": this.getMinutes 阅读全文
摘要:
var metrics = Resources.DisplayMetrics; Log.Debug("屏幕分辨率", $"宽={metrics.WidthPixels},高={metrics.HeightPixels},DPI={metrics.Density * 160}"); 阅读全文
摘要:
string test = "保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳,保护壳 阅读全文
摘要:
private void DGV_CellPainting(object sender, DataGridViewCellPaintingEventArgs e) { if (e.ColumnIndex >= 0 && DGV.Columns[e.ColumnIndex].Name == "字段名称 阅读全文
摘要:
https://malic.xyz/archives/1607 following-sibling选取当前节点之后的所有兄弟节点 要定位当前td同级后的一个td //td[.='text']/following-sibling::td https://www.cnblogs.com/VseYoung 阅读全文
摘要:
using CLRConsole = System.Console; namespace ExtensionMethodsDemo { public static class Console { public static void WriteLine(string value) { CLRCons 阅读全文
摘要:
同时感谢 https://www.programminghunter.com/article/23551893646/ 网站记录了信息,不然这么好的文章代码就要消失了, 同时自己备份一下 原来:https://www.cnblogs.com/oneprice/archive/2018/11/07/9 阅读全文
摘要:
通过添加 Microsoft.AspNetCore.Hosting.Abstractions.dll 包是没有效果的 需要添加的包叫做:MiniProfiler.AspNetCore.Mvc 阅读全文
摘要:
https://download.red-gate.com/installers/SQLToolbelt/2022-04-07/SQLToolbelt.exe 阅读全文
摘要:
https://www.coder.work/article/399382 var builder = new AlertDialog.Builder(this); View v = LayoutInflater.From(this).Inflate(Resource.Layout.componen 阅读全文