上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 29 下一页
摘要: 第一步 先在电子书根目录里新建一个book.json文件,内容如下: { "plugins":["expandable-chapters"] } 效果图如下: 第二步 还在放book.json的书籍的根目录,执行 gitbook install命令,如下图: 第三步 重新执行 gitbook bui 阅读全文
posted @ 2019-12-14 12:00 星星c# 阅读(2142) 评论(0) 推荐(1) 编辑
摘要: 1、加body样式 <style> body { font-size: 12px; height: 100%; box-sizing: border-box; } </style> 2、上下结构的div代码 <div style="padding-top:65px; height:100%; box 阅读全文
posted @ 2019-11-26 16:57 星星c# 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 第一步:得到需要选中的那个节点 第二步:让那个节点处于选中状态 第三步:设置content触发selectChange事件 阅读全文
posted @ 2019-11-14 19:19 星星c# 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: 发布 NotifyAndSubscribe.Subscribe<EventArgs<SearchFolderSetting>>().HandlerOne += EvidencePackageList_HandlerOne; 通知 NotifyAndSubscribe.Notify(this, new 阅读全文
posted @ 2019-11-13 11:04 星星c# 阅读(305) 评论(0) 推荐(0) 编辑
摘要: <TextBlock Cursor="Hand" HorizontalAlignment="Center" VerticalAlignment="Bottom" Margin="0,0,0,0" Name="btnMin" Text="{Binding RowData.Row.TypeIcon.Ic 阅读全文
posted @ 2019-11-12 20:51 星星c# 阅读(1487) 评论(0) 推荐(0) 编辑
摘要: System.InvalidOperationException:“An exception occurred while reading a database value for property 'EL_DDT.DataId'. The expected type was 'System.Nul 阅读全文
posted @ 2019-11-12 17:29 星星c# 阅读(677) 评论(0) 推荐(0) 编辑
摘要: 1、新建UserControl起名为 ContextMenuModule,示例代码如下: 2、建一个 grid 前台代码示例如下: 3、后台加立事件 备注: 阅读全文
posted @ 2019-11-11 14:18 星星c# 阅读(903) 评论(0) 推荐(0) 编辑
摘要: 如果通过控件的value()方法得到的值是这样的:Wed Jul 03 2019 00:00:00 GMT+0800 (中国标准时间)使用 kendo.toString(this.value(), 'd') 方法就能转换成为下面这种格式:2019/7/3 阅读全文
posted @ 2019-11-03 10:47 星星c# 阅读(631) 评论(0) 推荐(0) 编辑
摘要: 使用bind方法来给控件增加响应的事件 阅读全文
posted @ 2019-11-03 10:43 星星c# 阅读(474) 评论(0) 推荐(0) 编辑
摘要: 修改成偶校验的命令 01 06 00 0B 00 04 F9 CB 其中01 表示地址 后4位为校验码,改为偶校验,就能在有人的平台了(有人平台说他们支持CRC) 偶校验的代码 public class CRC { #region CRC16 public static byte[] CRC16(b 阅读全文
posted @ 2019-08-12 17:22 星星c# 阅读(427) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 29 下一页